Skip to content

Releases: blinklabs-io/gouroboros

v0.13.3

05 May 17:55
04d0a38
Compare
Choose a tag to compare

What's Changed

  • fix: exit send/recv loops in Protocol on error by @agaffney in #82

Full Changelog: v0.13.2...v0.13.3

v0.13.2

05 May 12:34
c56bf6c
Compare
Choose a tag to compare

What's Changed

  • fix: don't panic when calling Close() after Dial() failure by @agaffney in #80

Full Changelog: v0.13.1...v0.13.2

v0.13.1

01 May 21:56
6ab8c69
Compare
Choose a tag to compare

What's Changed

  • Unit test framework for protocol message CBOR encoding/decoding by @agaffney in #64
  • More unit tests for chain-sync messages by @agaffney in #74
  • ci: enforce conventional commits by @agaffney in #75
  • feat: method to shutdown connection by @agaffney in #78

Full Changelog: v0.13.0...v0.13.1

v0.13.0

03 Apr 13:09
33aaa56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

02 Apr 13:59
617e6f9
Compare
Choose a tag to compare

What's Changed

  • Embed Protocol object in mini-protocol objects by @agaffney in #56
  • Pass negotiated protocol version to mini-protocols by @agaffney in #59
  • Create New() functions for all message types by @agaffney in #57

Full Changelog: v0.12.0...v0.12.1

v0.12.0

27 Mar 22:11
5ed7991
Compare
Choose a tag to compare

What's Changed

  • Implement TxSubmission protocol (part 1) by @agaffney in #45

Full Changelog: v0.11.4...v0.12.0

v0.11.4

23 Mar 01:22
396dee8
Compare
Choose a tag to compare

What's Changed

  • Allocate buffer and copy data when setting message CBOR by @agaffney in #52

Full Changelog: v0.11.3...v0.11.4

v0.11.3

21 Mar 01:25
107492b
Compare
Choose a tag to compare

What's Changed

  • Split large messages across multiple segments when sending by @agaffney in #51

Full Changelog: v0.11.2...v0.11.3

v0.11.2

20 Mar 22:00
b4c6d90
Compare
Choose a tag to compare

What's Changed

  • Send/receive message only when allowed by state map by @agaffney in #49

Full Changelog: v0.11.1...v0.11.2

v0.11.1

20 Mar 12:46
d14ed3d
Compare
Choose a tag to compare

What's Changed

  • Reuse raw CBOR from message if present by @agaffney in #48

Full Changelog: v0.11.0...v0.11.1