Releases: chainbound/fiber-go
Releases · chainbound/fiber-go
v1.10.0
v1.9.4
What's Changed
- chore: run CI with race detector by @estensen in #20
- fix: concurrent connections race conditions by @estensen in #21
- chore: log connection closing errors in health check by @estensen in #22
- chore: add debug logging for stream close errors by @estensen in #23
- chore: log error when reconnecting fails by @estensen in #24
- chore: run tests for stacked PRs by @estensen in #25
- fix: cleanup connection when stream init fails by @estensen in #28
- fix: prevent stream termination by context cancellation by @estensen in #27
- chore: simplify reset call by @estensen in #31
- chore: log when err cleaning up stream init err by @estensen in #30
- chore: add linter to CI by @estensen in #29
Full Changelog: v1.9.3...v1.9.4
v1.9.3
v1.9.2
v1.9.1 - blob tx stream
What's Changed
- [v1.9.1] feat: add blob transaction stream by @merklefruit in #13
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- [Release v1.9.0] feat: v3 streams by @merklefruit in #11
- Fix decoding by @mempirate in #12
Full Changelog: v1.8.2...v1.9.0
v1.8.2
- Make compression and other options configurable
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
What's Changed
- fix: add access lists, fix: RLP on contract creation transactions by @merklefruit in #8
- feat: implement
SubmitBlockendpoint by @mempirate in #9
Full Changelog: v1.7.4...v1.8.0