Skip to content

Releases: thorlabsDev/ThorStreamer

v3.0.0

12 Dec 22:43

Choose a tag to compare

Breaking Changes

  • Simplified MessageWrapper.transaction: Now returns TransactionEvent directly instead of TransactionEventWrapper
    • Before: msg.event_message.transaction.transaction
    • After: msg.event_message.transaction

Removed

  • TransactionEventWrapper message
  • StreamType enum (STREAM_TYPE_UNSPECIFIED, STREAM_TYPE_FILTERED, STREAM_TYPE_WALLET, STREAM_TYPE_ACCOUNT)
  • ThorAccountsRequest message (unused)

Changed

  • Updated README with correct crate name and examples
  • Updated documentation links

v2.0.0

12 Dec 21:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/thorlabsDev/ThorStreamer/commits/sdks/go/v0.1.0