Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.44.0
v0.43.0
What's Changed
- chore(docs): logo assets and add to readme by @wolf31o2 in #288
- feat: generic interface for TX inputs/outputs by @agaffney in #289
- feat: better handling of Mary MultiAsset value by @agaffney in #292
- feat: properly handle addresses in ledger by @agaffney in #293
Full Changelog: v0.42.0...v0.43.0
v0.42.0
v0.41.0
Breaking Changes
- The protocol-params query will no longer work against cardano-node <8.0.0 due to a backwards-incompatible change that upstream made without proper protocol versioning
What's Changed
- feat: peer sharing protocol by @agaffney in #279
- fix: adjust protocol-params query result for 8.0.0 by @agaffney in #280
- feat: auto-start protocols with option to disable by @agaffney in #281
Full Changelog: v0.40.1...v0.41.0
v0.40.1
v0.40.0
Breaking Changes
- the
Ouroboros
type has been renamed toConnection
and aNewConnection()
function created. TheNew()
function remains as an alias for backward compatibility
What's Changed
Full Changelog: v0.39.0...v0.40.0
v0.39.0
What's Changed
- chore(docs): oss headers, coc, and contributors by @wolf31o2 in #252
- chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #261
- feat: make protocol identifiers public by @agaffney in #265
- fix: check for shutdown to avoid hang on close by @agaffney in #263
- test: framework for mocking Ouroboros connections by @agaffney in #266
- fix: protect stop/start/close functions from being called again by @agaffney in #269
- fix: close connection on muxer stop by @agaffney in #270
- test: Ouroboros double close test by @agaffney in #272
- test: basic handshake tests by @agaffney in #271
Full Changelog: v0.38.4...v0.39.0