0.98.4 release notes
6th March 2020
🛠️ Bug fixes
HealthCheckService
does not leak the event loop tasks it scheduled anymore. #2557ServiceRequestContext.setRequestTimeout()
andClientRequestContext.setResponseTimeout()
now schedules a timeout correctly even if no timeout was scheduled before. #2537- Made sure
Subscriber.onError()
is invoked rather thanonComplete()
when aStreamMessage
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