v0.8.19.RELEASE
violetagg
released this
08 Jun 13:48
·
55 commits
to 0.8.x
since this release
Reactor Netty
0.8.19.RELEASE
is part of Californium-SR19
Release Train.
This is a recommended update for all Reactor Netty 0.8.x
users.
✨ New features and improvements
- Depending on
Reactor Core
v3.2.18.RELEASE
, see release notes.(a3a52a8) - Depending on
Netty
v4.1.50.Final
. (b65802a)
🪲 Bug fixes
- Revise when trowing
AbortedException
,PrematureCloseException
andInternalNettyException
. (#1039, #1106) - Bind
WebsocketServerOperations
immediately after the handshake while still in the event loop. (#1089, #1096)
📖 Documentation, Tests and Build
- Switch to a fixed version instead of latest version for
GitHub Actions VMs
. (7ff139f, 0a9ed4b) - Update
Github Actions
checkout to version 2. (f2a72ec) - Enable
Gradle
wrapper validation forGitHub Actions
. (5047763) - Update test/build dependencies versions:
osdetector-gradle-plugin
to version1.6.2
. (#1108, cff5c75)Apache Tomcat
to version9.0.35
. (#1110, cff5c75)jackson-databind
to version2.11.0
. (#1117, 74fae92)assertj-core
to version3.16.1
. (#1113, 74fae92)com.github.hierynomus.license
to version0.15.0
. (#1119, d195081)jacoco
to version0.8.5
. (9fc7466)hoverfly-java
to version0.13.0
. (#1137, e10b632)