Releases: Red5/red5-server
Red5 1.0.6 Release
This release contains memory leak and threading fixes over previous 1.x versions. Tomcat has been updated to version 8.0.26 and the websocket plugin to version 1.2.
The build artifacts have been compiled with JDK7.
Releasing information will be posted on the wiki for reference: https://github.com/Red5/red5-server/wiki/Release-Information.
Red5 1.0.5 Release
This release contains a few fixes and modifications found after the 1.0.4 release. Tomcat plugin logging uses a new jar to push its log events to slf4j; also updated is the websocket plugin to version 1.1.
Alert
These artifacts were compiled with jdk8, but had the target set for jdk7 (1.7). This means they will operate correctly only on java 8 / jdk8; in java 6 or 7 you will get a keySet error due to linked jdk8 methods. The sonatype repositories will be updated with proper jdk7 builds today (2/10/14).
Red5 1.0.4 Release
Several fixes are in this version as well as some restructuring of the project components themselves. This version series is also now available on the Sonatype repositories.
Fixes to issues of note:
#36 appShutdown not triggered
#38 FileConsumer queued write broken
#39 Red5.getConnectionLocal returns wrong connection
#40 Memory leak
Demos are also now included in the tarball/zip as well as the project repository source
Red5 1.0.3 Release
Mostly a bugfix release which include our new websocket plugin and its associated chat demo.
Red5 1.0.2 Release
This is the long awaited 1.0.2 release.