Releases: jooby-project/jooby
jooby 2.6.0
Happy and proud to announce the 2.6.0 release! π π
New release comes with:
- Completion listener https://jooby.io/#router-handler-complete
- Route reverse path https://javadoc.io/doc/io.jooby/jooby/latest/io/jooby/Route.html#reverse-java.util.Map-
- AWS module https://jooby.io/modules/aws/
- AccessLogHandler https://jooby.io/#handlers-accessloghandler
- CsrfHandler https://jooby.io/#handlers-csrfhandler
Changes
Support
Support Jooby development using Patreon or contact me for alternative options.
jooby 2.5.1
Happy and proud to announce the 2.5.1 release! π π
New release comes with:
- Hibernate configuration features and bug fix for #1489
- Quartz module: https://jooby.io/modules/quartz/
Changes
Support
Support Jooby development using Patreon or contact me for alternative options.
jooby 2.5.0
Happy and proud to announce the 2.5.0 release! π π
New release comes with:
- Server-Sent Events: https://jooby.io/#server-sent-events
- Jooby annotation processor now generates a single class for each MVC route. See #1482
Changes
Support
Support Jooby development using Patreon or contact me for alternative options.
jooby 2.4.0
Happy and proud to announce the 2.4.0 release! π π
New release comes with:
- Pac4j module: https://jooby.io/modules/pac4j/
- GraphQL module: https://jooby.io/modules/graphql/
- Router algorithm is lot faster for static and bit faster for dynamic path
- Some starter projects for 2.x at https://github.com/jooby-project/jooby/tree/2.x/starters
Changes
Support
Donate to Support Jooby development.
jooby 1.6.6 (maintenance release)
jooby 1.6.5 (maintenance release)
jooby 2.3.1
Happy and proud to announce the 2.3.1 release! π π
New release comes with:
- Bug fixing around CORS implementation
- Make build more stable on Linux
Changes
Support
Donate to Support Jooby development.
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.