Releases: jooby-project/jooby
Releases · jooby-project/jooby
jooby 4.2.0
⚠️ Breaking Changes
🚀 What's New
- undertow 2.4.0
- feature: add mcp support Doc Special thanks to @kliushnichenko
🛠️ Changes
🔗 Links & Resources
💖 Support my work
🏆 Sponsors
jooby 4.1.0
jooby v4.0.17
Bugs:
- jooby-netty: possible leak in scheduled tasks under HTTP traffic #3871
Full Changelog: v4.0.16...v4.0.17
v3.11.7
- upgrade of major dependencies
Full Changelog: v3.11.6...v3.11.7
jooby 4.0.16
What's Changed
- jakarta default value support by @kliushnichenko in #3844
- build(deps): bump the dependencies group across 1 directory with 18 updates by @dependabot[bot] in #3846
- add missing form() with default value by @kliushnichenko in #3848
- jackson3 module by @kliushnichenko in #3852
- build(deps): bump the dependencies group with 16 updates by @dependabot[bot] in #3857
- documentation: find a way to organize/group/classify documentation be… by @jknack in #3858
- doc: modernize site + dark theme by @jknack in #3860
- FEATURE: Unified JSON Projection API by @jknack in #3854
- build(deps): bump the dependencies group with 8 updates by @dependabot[bot] in #3865
Full Changelog: v4.0.15...v4.0.16
jooby 4.0.15
- open-api: disable javadoc parsing
- security upgrade for undertow-core. CVE-2025-12543
Changes
Support my work
Sponsors
jooby 3.11.6
jooby 4.0.14
jooby 4.0.13
New feature 😎
The most notable feature is the generation of arbitrary documentation in asciidoc format.
- Documentation https://jooby.io/modules/openapi/#openapi-outputdisplay
- Demo/example project https://github.com/jooby-project/library-demo
Bug fixes
- Missing method to ping websockets #3813
- jetty: websocket.maxSize does not configure WebSocket binary message size, causing large binary messages to fail