Skip to content

Releases: jauntsdn/rsocket-jvm

1.1.4.RELEASE

21 Aug 17:19
Compare
Choose a tag to compare
  • Add lightweight coarse scheduler for timeouts.
  • SetupMessage: ReferenceCounted methods return this (SetupMessage) instead of wrapped Message.
  • all RPCs code generator: configurable annotations with protobuf plugin option: annotations-javax, annotations-jakarta, annotations-none.
  • CompletableFuture RPC code generator: avoid generating redundant code if service lacks methods with supported interactions (request-response, fire-and-forget).

1.1.3.RELEASE

12 Jan 18:15
Compare
Choose a tag to compare
  • update managed version of protobuf-java to 3.19.2 which fixed CVE-2021-22569
  • update dependencies

1.1.1.RELEASE

04 Jan 11:12
Compare
Choose a tag to compare
  • RSocket-smallrye-mutiny support
  • user provided streams/connection error handling support
  • RSocketRpcHandler: on dispose notify onClose() even if no RpcServices were provided

1.1.0.RELEASE

19 Dec 11:15
Compare
Choose a tag to compare
  • split out MessageStreams from RSocket
  • RSocketRpc: use MessageStreams instead of RSocket
  • RSocketRpcService.withLifecycle() accepts Closeable instead of RSocket
  • RSocketRpc: remove RSocket prefix on RpcHandler, RpcService, RpcInstrumentation
  • RSocketRpcHandler: make stubs instantiation less verbose

1.0.0.RELEASE

22 Nov 09:20
Compare
Choose a tag to compare

RSocket-JVM , API modules: initial release