Releases: viglucci/unity-rsocket
Releases · viglucci/unity-rsocket
v0.4.2
0.4.2 (2022-04-17)
Bug Fixes
- include original code and message in stream errors for requestResponse + requestStream (afd3435)
v0.4.1
0.4.1 (2022-04-07)
Bug Fixes
- set metadata flag on RequestStream and FireAndForget when metadata present (b2a4ac6)
v0.4.0
0.4.0 (2022-04-06)
Features
- add Route to CompositeMetadataBuilder (5c2b477)
v0.3.1
0.3.1 (2022-04-05)
Bug Fixes
- remove debug line in KeepAlive timeout check handler (a21cf87)
v0.3.0
chore(release): 0.3.0 [skip ci]
0.2.1
Full Changelog: 0.2.0...0.2.1
fix: send KeepAlive frame in response to KeepAlive with (R) Respond flag set
0.2.0
Full Changelog: 0.1.0...0.2.0
- breaking change: drop
Runtime
namespace
- breaking change: rename asmdef
v0.1.0
Core features implemented.
- Keepalive
- Routing Extension
- Composite Metadata API
- TCP Client
- Fire & Forget
- Request Response
- Request Stream