Releases: jodersky/akka-serial
Releases · jodersky/akka-serial
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
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
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
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
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
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.