Releases: jauntsdn/rsocket-jvm
Releases · jauntsdn/rsocket-jvm
1.1.4.RELEASE
- 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
- update managed version of protobuf-java to 3.19.2 which fixed CVE-2021-22569
- update dependencies
1.1.1.RELEASE
- 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
- 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
RSocket-JVM , API modules: initial release