Skip to main content
info

You're seeing the release note of an old version. Check out the latest release note.

v0.98.4

March 6, 2020

🛠️ Bug fixes

  • HealthCheckService does not leak the event loop tasks it scheduled anymore. #2557
  • ServiceRequestContext.setRequestTimeout() and ClientRequestContext.setResponseTimeout() now schedules a timeout correctly even if no timeout was scheduled before. #2537
  • Made sure Subscriber.onError() is invoked rather than onComplete() when a StreamMessage has been aborted. #2539
  • Fixed specification violations in our Reactive Streams Subscriber implementations. #2533

⛓ Dependencies

  • Dropwizard 1.3.19 → 1.3.20
  • Dropwizard Metrics 4.1.3 → 4.1.4
  • gRPC 1.27.1 → 1.27.2
  • Jackson 2.10.2.20200130 → 2.10.3
  • Netty 4.1.45 → 4.1.46
    • netty-tcnative-boringssl-static 2.0.28 → 2.0.29
  • Jetty 9.4.26 → 9.4.27
  • Project Reactor 3.3.2 → 3.3.3
  • Retrofit 2.7.1 → 2.7.2

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@ikhoon@joschi@minwoox@cricket007@trustin@anuraaga

Like Armeria?
Star us ⭐️

×