Skip to content

Releases: rsocket/rsocket-java

optimized channel handler

04 Feb 18:39
21c39bd

Choose a tag to compare

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

rollback reactor-core update

20 Dec 01:05

Choose a tag to compare

0.11.15

update version

0.11.14

12 Dec 23:11

Choose a tag to compare

Replace for loops with forEach in RSocketClient/Server to fix non-det…

performance improvements and load balancer fixes

26 Nov 19:19
c09beeb

Choose a tag to compare

Load balancer will reconnect to downstream connections now
Performance improvements to rsocket-core
Performance improvements to rsocket-transport-netty

Minimal fix for stream disconnect issue, verified

02 Nov 20:30
406eb96

Choose a tag to compare

Merge pull request #546 from rsocket/0.11.9-plus-stream-fix

0.11.9 plus stream fix

Fix for connections not terminating

29 Oct 22:39

Choose a tag to compare

include reactor changes

Fix for connections not terminating

29 Oct 22:18
9c40c85

Choose a tag to compare

Fix current and future streams not terminating after connection dispose

Californium-SR1

12 Oct 16:50

Choose a tag to compare

Align with Reactor-Californium-SR1
Cleanup gradle setup

Californium-RELEASE

02 Oct 22:35
56c07aa

Choose a tag to compare

Merge pull request #534 from rsocket/feature/switch-transform-fix

provide backpressure control for `SwitchTransform`

Reimplementation of keep-alives according to spec

17 Sep 23:27
08705ea

Choose a tag to compare

Merge pull request #508 from rdegnan/fix-leaks

Ensure sendProcessor is disposed