Releases: ReactiveX/RxNetty
Releases · ReactiveX/RxNetty
0.4.9
- Issue 344 ReadTimeout is not respected by the client reusing a pooled connection.
- Issue 348 SSL causes exception to be thrown on every request in VoidChannelPromise.
- Issue 352 'public static final' exceptions render stack trace useless.
- Issue 354 Unique attribute key name clash.
- Issue 355 Upgrade to netty 4.0.27.Final.
Artifacts: Maven Central
0.4.8
- Pull 342 Errors in the pipeline post response header delivery were lost.
Artifacts: Maven Central
0.4.7
- Pull 341 UnicastContentSubject unsubscribes eagerly.
- Pull 334 Unsubscribe from auto release timeout if a subscriber comes along.
Artifacts: Maven Central
0.4.6
0.4.6
Merge pull request #330 from NiteshKant/0.x Updating netty to 4.0.21.Final
0.4.5
0.4.0
Migrate from com.netflix.rxjava
to io.reactivex
on Maven Central.
0.3.18
- Issue 257 Support relative URIs for redirect.
- Issue 269
ServerSentEventDecoder
stops decoding after receiving an illegal field. - Issue 270 HttpClient should only do relative redirects.
- Issue 271 URI fragment must be inherited by the redirect location.
- Issue 272 Guaranteeing sequential notifications from operators/Subjects.
Incompatible changes
- Issue 270 HttpClient should only do relative redirects.
Artifacts: Maven Central
0.3.17
- Issue 267 Change ServerSentEvent to store data as
ByteBuf
. - Pull 265 Release
LastHttpContent
when it is not readable. - Issue 263 Rename eventloops.
- Issue 209 Deprecate all SSE classes in io.reactivex.netty.protocol.text.sse.
- Issue 205 Move SSE related class to the http package.
- Issue 220 Confusing ServerSentEvent API causes emitting empty "event" fields.
- Issue 222 SSE API is error prone, and lacks flexibility for common usage patterns.
- Issue 30 SSE codec re-implementation.
Deprecations
- Issue 209 Deprecate all SSE classes in io.reactivex.netty.protocol.text.sse.
Artifacts: Maven Central
0.3.16
- Issue 258 Include port in the HTTP HOST header.
- Issue 259 Support native netty protocol as a runtime choice.
- Issue 260 Convert
RxEventLoopProvider
andMetricEventsListenerFactory
to abstract classes. - Issue 261
ServerSentEventEncoder
is sub-optimal in using StringBuilder
Incompatible changes
- Issue 260 Convert
RxEventLoopProvider
andMetricEventsListenerFactory
to abstract classes.
Artifacts: Maven Central