Releases: jooby-project/jooby
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.
jooby 2.0.1 released
Happy and proud to announce the 2.0.1 release! π π
New release comes with:
- javadoc for public API (core and modules)
- documentation for error handler and servers
- refactor and bug fixing on asset handler. Supports now SPAs and static-sites
- fixed bugs around form post (urlencoded and multipart)
Changes
Support
Star Jooby on Github.
Donate and Support Jooby development.
jooby 2.0.0 release
Hi All,
Happy and proud to announce the 2.0.0 release! π π
It had been a long path to get it out, but it is finally here. Jooby 2.x keep the same principles: simplicity, performance and most important developer productivity. Even more you will find 2.x more simple and performant than 1.x.
It is a major and non-backward compatible release and there isn't migration guide yet. Most of the modules of 1.x were dropped, we are going to add new modules on demand based on user feedback/requirements.
The jooby 2.x web site is available at: https://jooby.io, while the 1.x still is at https://jooby.org. The 1.x site is planned to be moved into https://jooby.io/v1 in the next week.
The OpenAPI/Swagger module going to be added in the 2.1.0 release
Key Features
- Fast startup time
- Hot-Reload for development (Save + Compile + Restart)
- Script/lambda routes
- MVC/JAX-RS routes
- Event Loop and blocking execution modes
- Reactive responses (Completable Futures, RxJava and Reactor types and Kotlin Coroutines)
- Multi-server: Jetty, Netty and Undertow
Modules
- Hikari
- Flyway
- Jdbi
- Hibernate
Dependency Injection Modules
- Guice
- Spring
- Weld
That's all for now, let me know if you have questions.
jooby 2.0.0 release candidate 3
Hi All,
Proud to announce the third release candidate for 2.0.0 π π
- Documentation review in general
- Rename
Errclass toStatusCodeException - Rename
ResourceKeytoServiceKey - Documentation for modules
- Late init option for Extension
- Dispatch annotation for MVC routes
- Before and After are now filter
- After don't produce a response anymore, works via side effects
- Pipeline order is now: before / decorator / handler / after
- Flash scope implementation
- Redo coroutine support
Support
Star Jooby on Github.
Donate and Support Jooby development.
jooby 1.6.2
Previous release supposed to includes #1317 but it didn't. This release now includes it as well.
jooby 1.6.1
Happy to announce a new Jooby release for 1.x!
Bugs:
#1306 Websocket: Fragmented Text Frames are not reassembled - partial data passed to user code
#1317 ApiTool App.json parsing response wildcard type exception
Enhancements:
#1322 Chrome sends large websocket packets that jooby-netty cannot decode with default settings
Major components upgrade, including:
- Netty 4.1.36
- Undertow 2.0.21
- Jetty 9.4.18
- Jackson 2.9.9
Support
- Star Jooby on Github.
- Donate and Support Jooby development.
Complete release notes available here
jooby 2.0.0 release candidate 2
Hi All,
Proud to announce the second release candidate for 2.0.0 π π
- Server session implementation
- Session store API for saving session in redis/memcache/etc
- Session ID from header or cookie
- HotReload for development using Maven and Gradle
- Integrate services/resources with Guice and Spring
- Server options configurable from application.conf
- Cleanup extensions: hikari, freemarker and handlebars.java
jooby 2.0.0 release candidate 1
Hi All,
Proud to announce the first candidate release for 2.0.0 π π
- Speed up Netty responses while running on event-loop
- Unit testing: https://jooby.io/#testing-unit-testing
- Integration testing: https://jooby.io/#testing-integration-testing
- Cookie API
- Session API
- API cleanup. We are not expecting to remove/modify existing API, but probably we add new methods before going to final release.
Enjoy it!
jooby 2.0.0 milestone 3
Hi All,
Proud to announce the third milestone release for 2.0.0 π π
- JAXRS annotations for MVC routes
- Logging via logback or log4j2
- API cleanup, javadoc and checkstyle for public classes
Enjoy it!