Releases: trufnetwork/sdk-go
Releases · trufnetwork/sdk-go
v0.5.2
What's Changed
- docs: view transaction ledger queries info by @MicBun in #161
- feat: view attested result in readable format by @MicBun in #162
- feat: use custom HTTP clients by @MicBun in #163
- chore: enable SDK functionality for primitive stream by @MicBun in #164
- feat: call TN action in ChainLink CRE by @MicBun in #165
- chore: authenticate gateway in CRE workflow by @MicBun in #166
- feat: destroy stream in CRE flow by @MicBun in #167
- docs: view Chainlink CRE usage examples and documentation by @MicBun in #168
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- docs: improve taxonomy method visibility and quick references by @MicBun in #155
- docs(sdk-go): view transaction lifecycle guidance with example by @MicBun in #156
- fix: resolve failing CI by disable parallel process and retry by @MicBun in #157
- feat: request data attestation for verifiable proofs by @MicBun in #158
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
What's Changed
- fix: remove unused GetIndexChangeWithMetadata by @outerlook in #146
- docs: view cache API references and example by @MicBun in #147
- chore: include height metadata & ci by @outerlook in #149
- chore: parse logs correctly by @outerlook in #151
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.3
v0.3.2
What's Changed
- docs: Enhance SDK documentation and examples by @MicBun in #127
- docs: remove outdated concept by @outerlook in #128
- feat: manage which wallet can write on network by @MicBun in #129
- feat: role management API & integration tests by @outerlook in #131
- docs: view custom procedure usage and example by @MicBun in #132
- docs: view detailed explanation about stream methods by @MicBun in #133
- chore: add prefix on get record and index by @williamrusdyputra in #134
- chore: update module path to truf.network by @MicBun in #135
- chore: update example module to truf.network by @MicBun in #136
- feat: view percentage change from an index by @MicBun in #140
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- feat: add batch deployment and existence checking for streams by @outerlook in #117
- chore: replace standard client with gatewayClient by @MicBun in #119
- docs: update README with mainnet examples by @MicBun in #120
- chore: block height filter on list streams by @williamrusdyputra in #121
- docs: single source of truth for SDK-Go by @MicBun in #122
- fix: correct wrong command and delete wrong function from README by @MicBun in #123
New Contributors
- @williamrusdyputra made their first contribution in #121
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: deploy new stream by @MicBun in #89
- feat: delete a stream by @MicBun in #96
- feat: insert primitive record by @MicBun in #97
- feat: read records from stream by @MicBun in #99
- feat: set composed stream's taxonomy by @MicBun in #102
- feat: describe taxonomy by @MicBun in #103
- feat: insert data in batches to multiple stream at once by @MicBun in #104
- feat: get index value from a stream by @MicBun in #105
- feat: set metadata for a stream by @MicBun in #109
- feat: get metadata from a stream by @MicBun in #110
- feat: list streams by @MicBun in #112
- feat: get first record from a stream by @MicBun in #113
- chore: merge feature branch to main by @MicBun in #116
Full Changelog: v0.2.1...v0.3.0