> Salut,
> I've blogged with some details about the release
> http://jfarcand.wordpress.com/2011/11/25/atmosphere-0-8-jersey-on-ste...
> --Jeanfrancois
> On 11-11-25 10:24 AM, Jeanfrancois Arcand wrote:
>> Salut,
>> Atmosphere 0.8.1 has been released (uploading to Maven Central now!).
>> This is the *biggest* Atmosphere release EVER and contains a lot of
>> improvements, bugs fixes and WebServers workaround. Most (if not all)
>> popular framework are now supporting us, which is a big win!!!
>> You can see the changes log here (and pasted below)
>> https://github.com/Atmosphere/atmosphere/blob/master/CHANGELOGS.txt#L1
>> This release has been tested with:
>> Client
>> =====
>> Chrome 12 and up,
>> Firefox 3 and up,
>> Safari 4 and up,
>> IE 7 and up,
>> Opera 10 and up
>> Server
>> ====
>> Tomcat 5,6,7
>> Jetty 6, 7, 8
>> GlassFish 2,3
>> JBoss 5,6,7
>> (put everything in a pot, shake it and pick two, they will works :-)).
>> I would like to thanks *Wordnik.com* for allowing me (I should say
>> fully sponsoring) to work on Atmosphere like I wanted and for the
>> complex problems I needed to work on at Wordnik using Atmosphere
>> (Stay tuned, this is go OSS one day!).
>> Finally, gigantic Thanks to this community. This community is
>> extremely active on all front (emails, pull requests, irc) and THANKS
>> for making this project a SUCCESS!!!
>> What's next? 0.9 should contains support for AHC WebSocket,
>> Socket.IO, better documentation, Native Netty support, etc and
>> targeted date is end of December.
>> -- Jeanfrancois
>> Atmosphere 0.8.1
>> =================
>> Atmosphere jQuery Plug In
>> + Native Support for CORS and Internet Explorer 8/9/10
>> + Improved Support for Opera streaming and WebSocket
>> + Improved Support for iOS
>> + Firefox 7/8/9 WebSocket support added
>> + Support for Android Browser added
>> + Per Request Callback now supported
>> + Order of Callback/Reconnect operation configurable
>> + Post headers as Query String now supported (useful with WebSocket
>> GET handshake operation)
>> + New Configuration Classes: ApplicationConfig, FrameworkConfig,
>> HeaderConfig
>> Atmosphere Runtime
>> + Expose a new WebSocket class, allowing pure portable WebSocket
>> application
>> + New Trackable API for remote invokation of AtmosphereResource
>> + Significant performance improvement of Broadcaster push operation
>> + Jetty 7.3/7.4/7.5 and 8.x WebSocket API supported
>> + Tomcat 7 supported (Comet is currently broken in Tomcat, but
>> Atmosphere workaround it)
>> + GlassFish 3.1.2 new WebSocket API supported
>> + New WebSocketProtocol API, allowing to easily write WebSocket sub
>> protocol
>> + Full REST over WebSocket support
>> + Support for shareable ExecutorServices among Broadcaster
>> + Improved Guice and Spring Support
>> + New TrackMessageSizeFilter PerRequestBroadcastFilter
>> + New ExcludeSessionBroadcaster
>> + Improve performance of BroadcasterLifecyclePolicy support
>> + AtmosphereHandler can now be fully configured only in web.xml, no
>> needs for atmosphere.xml
>> Atmosphere GWT
>> + GWT 2.3.0 support
>> + IE 9 support
>> + WebSocket support
>> Atmosphere Annotation
>> + New @Subscribe @Publish annotations supported
>> Atmosphere Jersey
>> + Atmosphere now ship with Jersey 1.9.1
>> + Significant performance improvement of the marshelling of
>> Broadcaster's push operation
>> + Transparent WebSocket support fully supported
>> + Async Write I/O operation with WebSocket now supported
>> + WebSocket Injection now supported
>> Atmosphere Redis
>> + Now using Jedis 2.0.0
>> + Easier to reconfigure
>> + Support pool of connections to Redis
>> Atmosphere JGroup/JMS
>> + Easier configuration
>> + Reduced memory footprint
>> Bug fixes
>> https://github.com/Atmosphere/atmosphere/issues/75
>> https://github.com/Atmosphere/atmosphere/issues/62
>> https://github.com/Atmosphere/atmosphere/issues/60
>> https://github.com/Atmosphere/atmosphere/issues/59
>> https://github.com/Atmosphere/atmosphere/issues/56
>> https://github.com/Atmosphere/atmosphere/issues/45
>> https://github.com/Atmosphere/atmosphere/issues/49
>> https://github.com/Atmosphere/atmosphere/issues/48
>> http://java.net/jira/browse/ATMOSPHERE-161
>> http://java.net/jira/browse/ATMOSPHERE-160
>> http://java.net/jira/browse/ATMOSPHERE-155
>> http://java.net/jira/browse/ATMOSPHERE-152
>> http://java.net/jira/browse/ATMOSPHERE-157
>> http://java.net/jira/browse/ATMOSPHERE-149
>> http://java.net/jira/browse/ATMOSPHERE-140
>> http://java.net/jira/browse/ATMOSPHERE-139
>> http://java.net/jira/browse/ATMOSPHERE-137
>> http://java.net/jira/browse/ATMOSPHERE-131
>> http://java.net/jira/browse/ATMOSPHERE-136
>> http://java.net/jira/browse/ATMOSPHERE-134
>> http://java.net/jira/browse/ATMOSPHERE-133
>> http://java.net/jira/browse/ATMOSPHERE-116
>> http://java.net/jira/browse/ATMOSPHERE-127
>> http://java.net/jira/browse/ATMOSPHERE-124
>> http://java.net/jira/browse/ATMOSPHERE-123
>> Workarounds:
>> http://java.net/jira/browse/GRIZZLY-1115
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=362468
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=51881