Releases: smartcontractkit/wsrpc
Releases · smartcontractkit/wsrpc
Further bug fixes
Fixes a nil pointer bug where consumers of ClientConn
can call Invoke and Close simultaneously and cause a panic while the Invoke call is proceeding.
v0.8.3
Fixes a possible panic in the transport when the reconnection loop causes the transport to be nil.
v0.8.2
What's Changed
- Changes in autogeneration and some exported types to support GRPC dialing
- Reverts a merged fix for a logical race that caused unexpected performance degradation in some consumers
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8
What's Changed
- Fixed logical races
- Addressed vulnerabilities
- Improved CI
New Contributors
- @patrickhuie19 made their first contribution in #39
- @chudilka1 made their first contribution in #38
- @ad0ll made their first contribution in #44
Full Changelog: v0.7.2...v0.8
v0.7.3
Patches a logical race found in v0.7.2 when Close races with Invoke
v0.7.2
v0.7.1
v0.7.0
What's Changed
- Add "WaitForReady" method by @samsondav in #31
- Prevent nil logger panic by @samsondav in #32
- Fix race conditions by @krehermann in #33
New Contributors
- @samsondav made their first contribution in #31
- @krehermann made their first contribution in #33
Full Changelog: v0.6.1...v0.7.0