Releases: jooby-project/jooby
jooby 2.3.0
Happy and proud to announce the 2.3.0 release! π π
New release comes with:
- HTTPS Support
- After handler now takes an exception as argument
Changes
Support
Donate to Support Jooby development.
jooby 2.2.0
Happy and proud to announce the 2.2.0 release! π π
New release comes with:
- WebSocket API
- MVC ContextParam and SessionParam annotations
- Session API supporting in-memory session, signed cookie/header session, JWT cookie/header session
- Documentation for Session API
- New ValueConverter SPI for creating custom values
- New BeanConverter SPI to override the built-in reflection base converter
Changes
Support
Donate to Support Jooby development.
v2.1.0
Happy and proud to announce the 2.1.0 release! π π
New release comes with:
- MVC projects now use an Annotation Processing Tool to generates code at compile time #1346
- Better support for void mvc routes #1378
- Better support for multimode maven project and jooby:run #1384
Changes
Support
Donate to Support Jooby development.
jooby 1.6.4 (maintenance release)
v2.0.6
Happy and proud to announce the 2.0.4 release! π π
New release comes with:
- jooby-cli that generates maven/gradle java/kotlin projects
- maven archetype classic maven archetype
- pebble templates
- route attributes
- Vulnerability in the default error renderer #1366
- XSS functions
Changes
Support
Donate to Support Jooby development.
v2.0.5
v2.0.4
Happy and proud to announce the 2.0.4 release! π π
New release comes with:
- supports for OPTIONS, HEAD and TRACE requests
- Cors handler
- ASM upgrade (required for Java 11+)
- MockRouter/MockContext improvements
Changes
Support
Commercial Support
Donate to Support Jooby development.
v2.0.3
Happy and proud to announce the 2.0.3 release! π π
New release comes with:
- jooby:run better error reporting
- decorator not working when defined in route
- Jooby.stop idempotent
- Context detaches when runnin in event-loop and returns a Context
- couple of performance improvements
Changes
Support
Commercial Support
Donate to Support Jooby development.
jooby 1.6.3 (maintenance release)
Maintenance release for Jooby 1.x
Important changes
- Jooby 1.x web site now redirects to https://jooby.io
- Jooby 1.x documentation is still accessible from https://jooby.io/v1
- Source code for 1.x is at https://github.com/jooby-project/jooby/tree/1.x
- Master branch is now dead (schedule for deletion) make sure to update to the new branch is you work with source code directly
Changes
Support
Commercial Support
Donate to Support Jooby development.
jooby 2.0.2
Happy and proud to announce the 2.0.2 release! π π
New release comes with:
- jooby:run fixes
- remove NPEs from after filter
- more clear exception when after filter can't modify response
- better documentation for after filter
- assets(String, String) try to use the file system or fallback to classpath
- fix for
flyway.runproperty
Changes
Support
Commercial Support
Donate to Support Jooby development.