Releases: jooby-project/jooby
jooby 2.8.8
Happy and proud to announce a new release! π π
- #1805: [openapi] generation fails if I use java.net.URI as a query param
- #1806: [mvc]: java.util.List contains null if query param doesn't specified
- #1807: [mvc]: VerifyError after upgrading to 2.8.5 when using @FormParam MVC Annotation
- #1810: [ssl]: Mutual TLS
- #1813: [ssl]: Bug in ServerOptions.java
- #1814: [mvc]: jooby-apt generates incorrect import statement for bounded wildcards
- #1815: File upload multipart hits an error of ClassCastException while using CsrfHandler
Changes
Donate/Support
jooby 2.8.7
jooby 2.8.6
Happy and proud to announce a new release! π π
- #1771: Gzip: Set compression level
- #1774: Access to Config/Environment from ctx.require()
- #1785: Packaging documentation: https://jooby.io/packaging
- #1786: mvc: follow/respect Nonnull annotation on HTTP parameter
- #1794: openapi: ignore io.jooby.StatusCode
- #1795: openapi: support RequestBody annotation
- #1796: shutdown handler
Changes
Donate/Support
jooby 2.8.5
Happy and proud to announce the 2.8.5 release! π π
- #1737: pac4j: signed session doesn't work
- #1763: redis module https://jooby.io/modules/redis
- #1765: redis http session https://jooby.io/modules/redis
- #1745: http session time out
- #1765: caffeine http session
- #1769: openapi: support hidden annotation/attribute
- #1767: mvc/apt: invalid class name. Affects IDE integration
Changes
Donate/Support
jooby 2.8.4
jooby 2.8.3
Happy and proud to announce the 2.8.3 release! π π
-
CVE-2020-7647 for Jooby < 2.8.3. Please, review the information, including affected project versions, in the CVE reports and upgrade immediately.
-
#1701 [integration test] supports application arguments
Changes
Donate/Support
jooby 1.6.7 (maintenance release)
Vulnerability release for Jooby 1.x
CVE-2020-7647 for Jooby < 1.6.6
Please, review the information, including affected project versions, in the CVE reports and upgrade immediately.
Donate/Support
jooby 2.8.2
Happy and proud to announce the 2.8.2 release! π π
- #1656 Netty: Fix Gzip with Assets
- #1668 [jooby-cli] posix file permissions throws UnsupportedOperationException on Windows
- #1681 MockRouter(unit test): support coroutine execution
- #1676 Access to multipart form data file names
- #1690 Thymeleaf Module
- #1687 router: support hidden http method
API/break changes
Changes
Donate/Support
jooby 2.8.1
Happy and proud to announce the 2.8.1 release! π π
- #1637 Added Context.forward
- #1634 Added Router.setTrustProxy(boolean)
- #1650 UtowFileUpload.getFileSize throws exception when "Content-Length" header is missing.
API/break changes
- #1644 Context: remove getRequestUrl(useProxy)
- #1645 Context: remove getHostAndPort(useProxy)
- #1647 pac4j: remove trustProxy from Pac4jOptions
- #1648 SSLhandler: remove trustProxy
- #1646 Context: remove pathString()
Changes
Donate/Support
jooby 2.8.0
Happy and proud to announce the 2.8.0 release! π π
- #1618 whoops module https://jooby.io/modules/whoops/
- #1622 jooby:run overrides application port
- #1629 pac4j authorizeer ignored
- #1630 jooby node https://jooby.io/modules/node/