Skip to content

jooby 1.0.0

Compare
Choose a tag to compare
@jknack jknack released this 14 Nov 23:46
· 5348 commits to 3.x since this release

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

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!