Skip to content

armeria-0.72.0

Choose a tag to compare

@trustin trustin released this 21 Sep 05:30
aa39572

New features

  • A user can customize the client options of the HttpClient used by HttpHealthCheckedEndpointGroup. #1363
    final HttpHealthCheckedEndpointGroup group =
        new HttpHealthCheckedEndpointGroupBuilder(delegateGroup, "/monitor/l7check")
            .withClientOptions(options -> options.setHttpHeader(HttpHeaderNames.USER_AGENT, "my-agent"))
            .build();
  • Added a built-in response converter for Reactive Streams Publisher. #1366
  • armeria-rxjava adds a built-in response converter for Observable. #1342 #1366

Bug fixes

  • Fixed NullPointerException in HttpRequestSubscriber.onSubscribe() #1369
  • Fixed ByteBuf leaks in gRPC client and server #1370 #1371

Dependencies

  • Brave 5.2.1 -> 5.3.3
  • fastutil 8.2.1 -> 8.2.2
  • gRPC 1.14.0 -> 1.15.0
  • Jackson 2.9.6 -> 2.9.7
  • Hibernate Validator 6.0.12 -> 6.0.13
  • Spring Boot 2.0.4 -> 2.0.5, 1.5.15 -> 1.5.16
  • Tomcat 9.0.11 -> 9.0.12, 8.5.33 -> 8.5.34