Skip to content

Releases: rsocket/rsocket-java

Fix framing error

18 Apr 09:53
Compare
Choose a tag to compare
Fix framing error Pre-release
Pre-release

Fixes out of bounds errors with framing

Request Channel Bug, ByteBuf Optimizations, Fragmentation Fix

16 Apr 20:58
Compare
Choose a tag to compare

Fixes a bug in a request channel with long running streams where the channel would stop emitting data

Fixes a bug in fragmentation when the mtu is 64 bytes that caused an illegal refcnt exception

Replaces compositebytebufs with specialized ByteBuf tuples of 2 and 3

Resumability. Performance Tuning. General Bugfixes

08 Apr 11:08
837a038
Compare
Choose a tag to compare
0.12.1-RC3

prepares for release

Major bugfixes and new API in server's RSocketFactory setup

28 Mar 20:36
3afcaf4
Compare
Choose a tag to compare

This release provides some major bugfixes related to the connection closing and introduces a more flexible way to convert RSocketFactory.receiver() to ServerTransport.ConnectionAcceptor, hence easily integrate with WebsocketRoutingTransport and existing HttpClient

Provides onClose unstability bugfixes

28 Mar 23:06
Compare
Choose a tag to compare
bumps version

Signed-off-by: Oleh Dokuka <shadowgun@i.ua>

Maintenance Release. Improves stability and provides some bugfixes

13 Mar 18:12
Compare
Choose a tag to compare
bumps version

Signed-off-by: Oleh Dokuka <shadowgun@i.ua>

Fixes metadata frame fragmentation reassembly

28 Feb 20:06
Compare
Choose a tag to compare
0.12.1-RC2

Fixes issue with reassembling metadata

add fragmentation support using new frames

27 Feb 19:43
Compare
Choose a tag to compare
0.12.1-RC1

Update version to 0.12.1-RC1

fix metadata frame fragmentation

19 Feb 00:21
Compare
Choose a tag to compare

Fixes fragmentation when metadata frame isn't present was leading to an out of bounds Exception. Takes into account a metadata frame not being present.

optimized channel handler

04 Feb 18:39
21c39bd
Compare
Choose a tag to compare

Adds an interface that allows implementers to peek at a channel's first request. The interface is called ResponderRSocket.