Releases: thorlabsDev/ThorStreamer
Releases · thorlabsDev/ThorStreamer
v3.0.0
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
What's Changed
- typescript example added by @mcoder9 in #1
- Compiled TypeScript protos and working Example code by @capicua4454 in #3
New Contributors
- @mcoder9 made their first contribution in #1
- @capicua4454 made their first contribution in #3
Full Changelog: https://github.com/thorlabsDev/ThorStreamer/commits/sdks/go/v0.1.0