Skip to content

Releases: jooby-project/jooby

jooby 3.0.2

15 Aug 19:43
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #3061: jooby-run: doesn't work on Kotlin MPP
  • #3075: jooby-run: class changes are not reflected on restart
  • #3074: quartz: doesn't persist/save method jobs
  • #3018 : jooby-run: redo classloader strategy. Performance improvement
  • #3059: open-api: generation doesn't work with indirection
  • #3076: router: non-ascii support
  • #3070: Static assets doesn't work with non-ASCII file names

Changes

Support my work

jooby 3.0.1

31 Jul 18:28
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #3046: BREAK CHANGE: Logging configuration has changed. You need to add jooby-logback (logback users)
  • #3047: BREAK CHANGE: Logging configuration has changed. You need to add jooby-log4j (log4j users)
  • #3048: BREAK CHANGE: Context.lookup typo: rename Multipart to Form
  • #3018 : jooby-run: redo classloader strategy. Performance improvement

Changes

Support my work

jooby 3.0.0

03 Jul 23:15
Compare
Choose a tag to compare

After lot of hard work I'm proud to announce a new release! πŸš€ πŸŽ‰

See what has changed in this new major release: https://jooby.io/migration/3.x/

Changes

Support my work

jooby 3.0.0.M11

17 Jun 20:15
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #2934: Move kotlin outside of core: jooby-kotlin
  • #2557: ReflectiveBeanConverter does not work well for nullable fields
  • #2525: Empty object list in query parameters
  • #2956: Add MockRouter.tryError

NOTE: Git tag is v3.0.0.M10, while maven/gradle artifacts are v3.0.0.M11

Changes

Support my work

jooby 3.0.0.M9

22 May 23:37
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #2909 Server: Configure jetty max header size
  • #2818 WebSocket: Support sending binary message
  • #2910 WebSocket: Simplify broadcast
  • #2228 WebSocket: Add listener for sending message
  • #2922 Guice 7.x upgrade

NOTE: Git tag is v3.0.0.M8, while maven/gradle artifacts are v3.0.0.M9

Changes

Support my work

jooby 3.0.0.M7

17 Apr 15:01
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • feature: jte module #2876
  • feature: JStachio module #2864
  • feature: Creates a new Avaje-JsonB module #2866
  • bug: POST handler being called on an OPTIONS request #2863

Changes

Support my work

jooby 3.0.0.M6

03 Apr 14:17
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • quartz: job get blocked while using @PersistJobDataAfterExecution #2852
  • spring: remove jooby-spring module #2851

Changes

Support my work

v3.0.0.M5

25 Mar 23:02
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • Sync nonblocking route attribute with execution mode.
  • Fix Rx mapper when returns a Disposable response.

Changes

Support my work

jooby 3.0.0.M4

06 Mar 00:35
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #2270: Support Java X509Certificate and PrivateKey
  • #2555: Context API changes
  • core: Rename FileUpload destroy to close and make it Closable #2744
  • SSL: replace file path(s) with InputStream #2743
  • Memory leak in Undertow (2.15.1) #2607
  • weld: remove weld module #2791
  • refactor: rename io.jooby.annotations to io.jooby.annotation #2802
  • NullPointerException in ServerSentEmitter.send() #2462
  • server: allow to setup web server programatically #2807
  • Support Virtual Threads (Discussion) #2779
  • [3.x] jooby-apt in classpath with Maven will fail on modular projects #2780
  • #2806: [Netty] Cannot access encoder in case of "413 Content Too Large"
  • #2784: Support for Websocket Heartbeat
  • #2756: OpenApi jooby-maven-plugin incorrect generation in multi module maven project
  • #2497: Support for binary messages in WebSocket API
  • #2649: Preflight requests fail with 415 when MVC Controller method has @consumes Annotation

Changes

Support my work

jooby 2.16.2 [maintenance]

04 Mar 18:46
Compare
Choose a tag to compare

Happy to announce a new release! πŸš€ πŸŽ‰

  • #2806: [Netty] Cannot access encoder in case of "413 Content Too Large"
  • #2784: Support for Websocket Heartbeat
  • #2756: OpenApi jooby-maven-plugin incorrect generation in multi module maven project
  • #2497: Support for binary messages in WebSocket API
  • #2649: Preflight requests fail with 415 when MVC Controller method has @consumes Annotation

Changes

Support my work