Skip to content

Releases: ReactiveX/RxNetty

0.4.9

06 May 19:35
Compare
Choose a tag to compare

Milestone

  • 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

24 Mar 22:42
Compare
Choose a tag to compare

Milestone

  • Pull 342 Errors in the pipeline post response header delivery were lost.

Artifacts: Maven Central

0.4.7

19 Mar 18:26
Compare
Choose a tag to compare

Milestone

  • Pull 341 UnicastContentSubject unsubscribes eagerly.
  • Pull 334 Unsubscribe from auto release timeout if a subscriber comes along.

Artifacts: Maven Central

0.4.6

11 Feb 21:59
Compare
Choose a tag to compare

Milestone

  • Pull 327 HttpServerRequest.getPath should only return path.
  • Pull 328 Race condition in ClientRequestResponseConverter.
  • Pull 329 Removing client name uniqueness.
  • Pull 330 Updating netty to 4.0.25.Final.

Artifacts: Maven Central

0.4.6

11 Feb 21:58
Compare
Choose a tag to compare
Merge pull request #330 from NiteshKant/0.x

Updating netty to 4.0.21.Final

0.4.5

28 Jan 21:28
Compare
Choose a tag to compare

Milestone

  • Pull 315 Fixes connection leak for SSL failures.
  • Pull 313 Only trigger the timeoutScheduler when not yet subscribed.
  • Pull 310 Fixed race in UnicastContentSubject and discard of connection.
  • Pull 302 Added module rxnetty-spectator. This will replace rxnetty-servo.

Artifacts: Maven Central

0.4.0

19 Nov 22:24
Compare
Choose a tag to compare

Migrate from com.netflix.rxjava to io.reactivex on Maven Central.

0.3.18

06 Nov 00:21
Compare
Choose a tag to compare

Milestone

  • 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

03 Nov 20:27
Compare
Choose a tag to compare

Milestone

  • 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

29 Oct 20:46
Compare
Choose a tag to compare

Milestone

  • Issue 258 Include port in the HTTP HOST header.
  • Issue 259 Support native netty protocol as a runtime choice.
  • Issue 260 Convert RxEventLoopProvider and MetricEventsListenerFactory to abstract classes.
  • Issue 261 ServerSentEventEncoder is sub-optimal in using StringBuilder
Incompatible changes
  • Issue 260 Convert RxEventLoopProvider and MetricEventsListenerFactory to abstract classes.

Artifacts: Maven Central