Skip to content
Ken Siprell edited this page Sep 23, 2013 · 39 revisions

See the Planned Changes page for what I have planned.

Version 0.6.0, 23 September 2013:

Version 0.5.4, 30 June 2013:

  • Fixed doWithSpring bug.

Version 0.5.3, 29 June 2013:

  • Fixed issue with long-polling and socket.push losing the suspended connection. Your existing doGet and doPost methods will need updating. See the sample application, especially ChatMeteorHandler.groovy, for how to do it.

  • ApplicationContextHolder is now available in the plugin's parent application without having to configure it in grails-app/conf/spring/resources.groovy.

Version 0.5.2, 26 June 2013:

  • Major improvements and variety in the sample application

  • Servlets are now registered with async-supported = true

  • Updated AtmosphereResources.groovy with modules for atmosphere.js and jquery.atmosphere.js

  • Added interceptors to the default AtmosphereMeteorConfig.groovy

  • Removed jquery plugin dependency

  • Removed resources plugin dependency

  • Removed initParam org.atmosphere.cpr.CometSupport.maxInactiveActivity

Version 0.5.1, 16 June 2013:

  • Fixed bugs in _Install-groovy. Plugin should now update dependencies in the application's BuildConfig.groovy.

Version 0.5.0, 16 June 2013:

  • Updated atmosphere-runtime from 1.0.13 to 1.1.0.RC4.

  • Updated JavaScript to latest version of jquery.atmosphere.js.

  • Removed all non-plugin related items from the plugin. It can no longer be run as a standalone app.

  • Created a sample app grails-atmosphere-meteor-sample to demonstrate how the plugin works.

Clone this wiki locally