Releases: ReactiveX/RxNetty
Releases · ReactiveX/RxNetty
0.4.17
0.5.2-rc.3
- Issue 501 Removed jmh dependency.
- Issue 509 RxNetty server hangs if request content subscriber does not unsubscribe.
- Pull 510 AbstractHttpConnectionBridge was setting the status as complete before invoking the subscribers. This will cause issues for concatenated subscribers as the second subscriber to the content will see that the content is already completed.
- Pull 513 Upgrade to netty 4.1.0-Final.
- Pull 515 Better write backpressure.
- Pull 516 Named wire loggers.
- Pull 517 Delayed write streams race condition.
Artifacts: Maven Central
0.5.2-rc.2
v0.5.2-rc.2 Fix project release (#508)
0.4.16
- Issue 466 ByteBuf Memory Leak.
- Issue 474 Disable auto-release buffers option forces to read content.
Artifacts: Maven Central
0.4.15
- Issue 452 WebSocket client fails silently on handshake failure.
- Pull 455 Disable auto-release buffers option.
Artifacts: Maven Central
0.4.14
0.4.13
0.4.12
- Pull 425 Update to netty 4.1.0-Beta6.
- Issue 419 Http client request with an error stream as content, never completes
Artifacts: Maven Central
0.4.11
- Pull 394 SSE now works with preceding channel handlers such as SSL.
- Issue 395 High object allocations when using
writeString
andwriteBytes
from a different thread..
Artifacts: Maven Central
0.4.10
- Issue 357
ByteArrayPipelineConfigurator
was leaking readByteBuffer
. - Issue 365 Fixed buffer management issue in
ServerSentEventDecoder
.
Artifacts: Maven Central