Skip to content

armeria-0.56.1

Choose a tag to compare

@trustin trustin released this 04 Jan 12:40
· 3992 commits to main since this release

Improvements

  • #937 Add RequestContext.newDerivedContext(Request)
  • #939 Less surprising evaluation order of converter/exception handler evaluation in annotated services

Bug fixes

  • #930 #931 Incorrect cookie header handling
  • #933 #936 NoSuchElementException in ZooKeeperUpdatingListener
  • #934 An invalid JSON document does not result in a '400 Bad Request' response but in a '500 Internal Server Error' response.

Dependencies

  • Caffeine 2.6.0 -> 2.6.1

Known issues

  • Netty 4.1.19.Final has a data corruption issue when epoll transport is used. Specify the following JVM option to disable epoll transport and work around this problem until Netty 4.1.20.Final is released:

    -Dcom.linecorp.armeria.useEpoll=false