Skip to content

Releases: jodersky/akka-serial

v2.0.4

14 Aug 16:08
Compare
Choose a tag to compare
  • see changelog for details
  • compatible with native binaries from 2.0.0

v2.0.3

03 Jul 10:29
Compare
Choose a tag to compare
  • see changelog for details
  • compatible with native binaries from 2.0.0

v2.0.2

28 May 16:09
Compare
Choose a tag to compare
  • see changelog for details
  • compatible with native binaries from 2.0.0

v2.0.1

06 May 21:28
Compare
Choose a tag to compare
  • minor code improvements
  • please use pre-compiled binaries from 2.0.0

v2.0.0

05 May 07:01
Compare
Choose a tag to compare

Changes

  • Use of direct buffers to increase performance when receiving and transmititng data.
  • Remove need to register to receive incoming data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator.
  • Migrate native build to Autotools (C compiler is not called through sbt anymore).
  • Add debian packaging.
  • Add mac packaging.
  • Upgrade Akka dependency to 2.3.2.

Precompiled Native Binaries

Binaries bundled in this release are:

  • Compiled libraries for the following architectures:
  • linux-x86
  • linux-x86_64
  • linux-armv7, hardfloat
  • macosx-x86_64
  • Installers for various platforms
  • debian-armhf
  • debian-amd64
  • macosx (x86_64) .pkg

v2.0.0-RC4

29 Apr 20:14
Compare
Choose a tag to compare
v2.0.0-RC4 Pre-release
Pre-release

Changes

  • Use of direct buffers to increase performance when receiving and transmititng data.
  • Remove need to register to receive incoming data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator.
  • Migrate native build to Autotools (C compiler is not called through sbt anymore).
  • Add debian packaging.
  • Add mac packaging.
  • Upgrade Akka dependency to 2.3.2.

Precompiled Binaries

Binaries bundled in this release are:

  • Compiled libraries for the following architectures:
  • linux-x86
  • linux-x86_64
  • linux-armv7, hardfloat
  • Installers for various platforms
  • debian-armhf
  • debian-amd64
  • macosx (x86_64) .pkg

v2.0.0-RC3

21 Apr 10:03
Compare
Choose a tag to compare
v2.0.0-RC3 Pre-release
Pre-release

Changes

  • Use of direct buffers to increase performance when receiving and transmititng data.
  • Remove need to register to receive incoming data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator.
  • Migrate native build to autotools (C compiler is no longer called through sbt).
  • Add debian packaging.
  • Downgrade Akka dependency to 2.2.0, for use with Play! projects.

Precompiled Binaries

Binaries bundled in this release are:

  • Compiled libraries for the following architectures:
  • linux-x86
  • linux-x86_64
  • linux-armv7, hardfloat
  • Installers for various platforms
  • debian-armhf
  • debian-amd64
  • macosx (x86_64) .pkg

v2.0.0-RC2

08 Apr 10:05
Compare
Choose a tag to compare
v2.0.0-RC2 Pre-release
Pre-release

Changes

  • Use of direct buffers to increase performance when receiving and transmititng data.
  • Remove need to register to receive incoming data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator.
  • Migrate native build to makefile (C compiler is not called through sbt anymore).
  • Add debian packaging.
  • Drop option for creating fat jars (flow-pack).
  • Downgrade Akka dependency to 2.2.0, for use with Play! projects.

Precompiled Binaries

Binaries bundled in this release are:

  • Compiled linux libraries for the following architectures:
  • x86
  • x86_64
  • armv7, hardfloat
  • Debian archives for the mentioned architectures

v1.2.1

01 Apr 18:16
Compare
Choose a tag to compare

Changelog

  • fix #4, add CREAD to termios flags

Binaries

Pre-compiled native binaries:

  • x86_64-linux-gnu
  • x86-linux-gnu
  • arm-linux-gnueabi (armv7, soft-float, glibc 2.15)
  • arm-linux-gnueabihf (armv7, hard-float, glibc 2.15)
  • x86_64-macosx

Please refer to README on how to include flow in scala/java projects.

v1.2.0

24 Mar 18:09
Compare
Choose a tag to compare

Changelog

  • merge #3, update to Akka 2.3.0

Binaries

Pre-compiled native binaries:

  • x86_64-linux-gnu
  • x86-linux-gnu
  • arm-linux-gnueabi (armv7, soft-float, glibc 2.15)
  • arm-linux-gnueabihf (armv7, hard-float, glibc 2.15)
  • x86_64-macosx

Please refer to README on how to include flow in scala/java projects.