Skip to content

Releases: stellar/go

horizonclient v1.1.0 & txnbuild v1.1.0

02 May 20:47
Compare
Choose a tag to compare

horizonclient

  • new Client.Root() method for querying the root endpoint of a horizon server
  • client now returns concrete effect types (#1217)
  • set testnet default when no HTTP client is provided

txnbuild

  • support for multiple signatures in transactions
  • individual operations now have their own optional source account

Horizon v0.17.6

29 Apr 19:09
58c4e89
Compare
Choose a tag to compare
  • Fixed a bug in /order_book when sum of amounts at a single price level exceeds int64_max (#1037).
  • Fixed a bug generating ERROR level log entries for bad requests (#1186).

horizonclient & txnbuild v1.0

26 Apr 23:59
Compare
Choose a tag to compare

This is the first release of horizonclient, a completely reworked Go Horizon SDK client for the Stellar network. Check out the README for more info!

This is also the first release of txnbuild, a new package for building transactions and operations. Check out the README for more info!

Together, these two packages provide a complete Horizon SDK in Go.

Horizon v0.17.5

24 Apr 21:21
Compare
Choose a tag to compare
  • Support for stellar-core v11.0.0.
  • Display trustline authorization state in the balances list.
  • Improved actions code.
  • Improved horizon db reingest command handling code.
  • Tracking app name and version that connects to Horizon (X-App-Name, X-App-Version).

Horizon v0.17.4

14 Mar 17:20
1d3d462
Compare
Choose a tag to compare
  • Add support for compatibility with Stellar-Core 10.3.0 (new database schema v9).
  • Fix a bug in horizon db reingest command (no log output).
  • Multiple code improvements and bug fixes.

Horizon v0.17.4 rc2

13 Mar 18:13
Compare
Choose a tag to compare
Horizon v0.17.4 rc2 Pre-release
Pre-release

Release Candidate. Do not use in production.

Horizon v0.17.4 rc1

11 Mar 19:12
6aaac59
Compare
Choose a tag to compare
Horizon v0.17.4 rc1 Pre-release
Pre-release

Release Candidate. Do not use in production.

Horizon v0.17.3

01 Mar 18:29
Compare
Choose a tag to compare
  • Fix a bug in txsub package that caused returning invalid status when resubmitting old transactions (#969).

Horizon v0.17.2

28 Feb 19:40
Compare
Choose a tag to compare
  • Critical fix bug

Horizon v0.17.1

28 Feb 16:45
Compare
Choose a tag to compare

Critical!

This release contains a critical bug! Please upgrade directly to 0.17.2.

  • Fixes high severity error in ingestion system.
  • Account detail endpoint (/accounts/{id}) includes last_modified_ledger field for account and for each non-native asset balance.