Skip to content

Releases: rsocket/rsocket-java

Bismuth SR11

Choose a tag to compare

@rdegnan rdegnan released this 09 Sep 14:30
0.11.6

Bismuth SR11

0.11.5

Choose a tag to compare

@rdegnan rdegnan released this 02 Aug 17:36
Fix multiple calls to dispose in FragmentationDuplexConnection, allow…

Null Pointer Fix

Choose a tag to compare

@robertroeser robertroeser released this 27 Jul 04:37
78524f2

Prevents null pointer exception from being throw when Frame is being released

Use ReferenceCountUtil.safeRelease instead of release

Choose a tag to compare

@rdegnan rdegnan released this 16 May 20:18
0.11.3

Use ReferenceCountUtil.safeRelease instead of release (#505)

Fix a few potential leaks

Choose a tag to compare

@rdegnan rdegnan released this 15 May 21:50
0.11.2

Fix a few potential leaks (#504)

Maven Dependency Improvements

Choose a tag to compare

@rdegnan rdegnan released this 11 May 19:23
bf14aa3

Previously, an update the build system resulted in the Maven dependencies being aggressively calculated, before each project add dependencies to itself. This change updates the ordering of this calculation such that it happens after each project configures itself. In addition, this change goes through each project and ensures that the dependencies are scoped appropriately in order to achieve the a minimal and accurate Maven POM.

Update dependencies, various improvements

Choose a tag to compare

@rdegnan rdegnan released this 09 May 22:40
5fedb1d

Remove nested flatMap in RSocketFactory (#493)
Local Transport Improvements (#489)
Fix Reference Count Leak (#488)
Migration of Spectator to Micrometer (#486)
Fragmentation (#481)

Update dependencies, cleanup RSocketClient/Server implementation

Choose a tag to compare

@rdegnan rdegnan released this 12 Feb 18:19
0.10.3

Simplify RSocketClient/Server implementation and avoid unnecessary fl…

Replace IntObjectHashMap with NonBlockingHashMapLong

Choose a tag to compare

@robertroeser robertroeser released this 03 Jan 08:57

Replace IntObjectHashMap with NonBlockingHashMapLong - prevents an exception being thrown when cleaning up connections on the RSocketClient.

Replace IntObjectHashMap with NonBlockingHashMapLong

Choose a tag to compare

@rdegnan rdegnan released this 03 Jan 08:57

Netty's IntObjectHashMap does not have thread safe iterators, replace with NonBlockingHashMapLong from JCTools so connections get cleaned up reliably