v0.1.0
Inaugural release of restructured SDK.
This is first release of the newly restructured GO SDK. It is a single Go module providing multiple platform SDK's and utility packages such as:
- horizonclient
- txnbuild
- rpcclient
- corelient
- ingest
Prior releases of these packages are retained for historical reference on stellar/go
Forward releases on this repository will adhere to Go module Versioning.
Fixed
- ingest: captive core ledger backend doesn't replay ledger sequence 2 when inclusive of an unbounded prepare range(#5866)
- txnbuild: fix BumpSequence to validate sequence number error text(#5880)
- support: prevent overflow when calculating the file/partition boundary(#5871)