armeria-0.56.1
Improvements
- #937 Add
RequestContext.newDerivedContext(Request) - #939 Less surprising evaluation order of converter/exception handler evaluation in annotated services
Bug fixes
- #930 #931 Incorrect
cookieheader handling - #933 #936
NoSuchElementExceptioninZooKeeperUpdatingListener - #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