Releases: rsocket/rsocket-go
Releases · rsocket/rsocket-go
Release of v0.8.13
What's Changed
- Update installation instructions to use go install instead of go get by @awalterschulze in #131
- Fixed requestResponseSubscriber race condition by @echistyakov in #137
- Fixed processor dispose race condition by @echistyakov in #135
New Contributors
- @awalterschulze made their first contribution in #131
- @echistyakov made their first contribution in #137
Full Changelog: v0.8.12...v0.8.13
Release of v0.8.12
Bug Fixes
- panics when calling
BlockSlice
#127
Release of v0.8.11
Bug Fix
- bump reactor-go to v0.5.5: fix deadlock when using switch_if_error
Release of v0.7.14
chore: bump reactor-go to v0.5.5
Release of v0.7.12
Others
- bump reactor-go to latest version.
Release of v0.8.10
Improvements
- use
sync.Map
in duplex connection instead of custom map with lock.
Release of v0.8.9
Bug Fix
- compatible with go1.18+
Release of v0.8.8
Bug Fix
- support cancel respond channel
Release of v0.8.7
Bug Fix
- cancel request-channel
Release v0.8.6
Features
- add
GetAddr
which can be used to get the net address info from an existing rsocket connection.