Skip to content

armeria-0.38.0

Choose a tag to compare

@trustin trustin released this 23 Feb 06:02
· 4376 commits to main since this release

Breaking changes

  • #414 Change the type of the example HTTP headers map of DocService from Map<Class<?>, Iterable<HttpHeaders>> to Map<String, Iterable<HttpHeaders>> because not all RPC protocols use a class name as a service identifier

Improvements

  • #367 #411 Update the dependencies, most notably Brave 4.0.6, Jetty 9.4.1, Kafka 0.10.1.0, Logback 1.2.1 and Netty 4.1.8

Bug fixes

  • #410 #412 TomcatService throws a NullPointerException when a POST request contains an empty body.
  • #413 #417 DocService fails to handle typedef-ed types.