New important milestone for Gaelyk, with version 0.6 released
I’m very pleased to announce the release of Gaelyk 0.6.
This new version is a pretty significant milestone, both in terms of features and quality. We’re really approaching a final 1.0 version!
Here’s a list of the novelties, updates, and bug fixes.
- Updated to GAE SDK 1.4.0 and Groovy 1.7.6
- Channel service added in the binding and added a convenient method for sending messages
- Ability to specify the “warmup request” handler through a route definition
- Added app.gaelyk.version in the binding
- Use a servlet context listener for initializing the plugin system
- Initial support for the asynchronous datastore
- Updated the task queue enhancements to use the new package (as task queues migrated from labs)
- Introduced a Gradle build script for building Gaelyk itself
- Increased the code coverage of the project to over 82%
- Added before{} request and after{} request lifecycle hooks to plugins
- Added initial Eclipse project files in the template project
- Fixed a bug with ignore URL routes which triggered NPEs after the capabilities routing was added
- Corrected typos in the tutorials
Be careful, however, as there are two breaking changes compared to previous versions:
Read more...