Skip to content

Releases: Red5/red5-server

Red5 1.0.6 Release

08 Sep 17:37
Compare
Choose a tag to compare

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

07 Feb 17:57
Compare
Choose a tag to compare

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

26 Dec 18:08
Compare
Choose a tag to compare

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

05 Aug 15:50
Compare
Choose a tag to compare

Mostly a bugfix release which include our new websocket plugin and its associated chat demo.

Red5 1.0.2 Release

10 Apr 16:01
Compare
Choose a tag to compare

This is the long awaited 1.0.2 release.