jooby 1.0.0
After 2 years of hard work, we are proud to announce the first stable release of Jooby
The new release comes with new features, enhancements and bug fixes:
New Features
- #499: crash remote shell
- #529: new elastic search client
- #542: byte range support
- #543: assets svg-symbol processor
- #544: assets css-autoprefixer
Enhancements
- #498: functional deferred construction
- #512: assets handler: automatically configure
Cache-Control
on startup - #546: assets modules should not turn off etag and lastModified header on development
- #549: assets live compiler: process modified file (not entire set of files)
Bugs
- #516: Security issue: upgrade to pac4j v1.9.4
- #515: assets: fileset resolver fails on transitive dependencies
- #513: dr-svg-sprites: nodejs doesn't found dr-svg-sprites
- #528: maven assets compiler isn't executed
- #523: Video files not playing on Safari and iOS devices
- #550: bean parser fails on empty parameters
API change:
- #505: rename Env.routes() to Env.router() and Routes class to Router
- #518: Add queryString: Optional method to Request and NativeRequest
Break change:
- #497: req.body should not be use it for form post
- #541: replace elasticsearch 1.x for 5.x
- #559: replace assets-sass (ruby) with assets-jsass (libsass)\
Full list of changes is available here
Enjoy it!