Skip to content

Releases: stellar/stellar-horizon

Horizon v27.0.0

Choose a tag to compare

@tamirms tamirms released this 11 Jun 17:44
338710d

This release adds support for Protocol 27

Added

  • Added Protocol 27 ingestion support, including CAP-0071, and bumped MaxSupportedProtocolVersion to 27 (#186, #190).

Updated

  • Updated go-stellar-sdk dependency to v0.6.0 (#191).

Fixed

  • Return structured errors from filter parsing in query endpoints (#183).
  • Validate the maximum number of reserves in the /liquidity_pools endpoint, rejecting filter values above two early instead of running a query that can only return no results (#182).
  • Fixed misleading error field names in the /paths/strict-send and /paths/strict-receive path finding endpoints so the reported field matches the parameter the user actually provided (#180).

Horizon v26.0.0

Choose a tag to compare

@tamirms tamirms released this 06 Apr 11:11
212fe2e

This release adds support for Protocol 26

What's Changed

  • Added support for CAP-0077 (new result codes for protocol 26) (#170)
  • Added CAP-0073 ingestion support, including new effects for minting, clawback, and transfer of regulated assets (#171)

Full Changelog

Horizon v25.1.0

Choose a tag to compare

@urvisavla urvisavla released this 19 Mar 16:56
84b64c5

What's Changed

  • Updated go-stellar-sdk to v0.3.0
  • Bump Core version to v25.2.0 (#164)
  • Reject non-uint64 types for to_muxed_id in SAC events (#158)
  • Fix account assets bypassing asset limit check (#156)
  • Add XDR decoded memory size limits to transaction sub-endpoints (#169)

Full Changelog

Horizon v25.0.1

Choose a tag to compare

@urvisavla urvisavla released this 06 Feb 01:43
fdc1487

What’s Changed

Bug Fixes

  • Relaxed the non-decreasing TTL invariant in the asset stats processor (by @tamirms in #152)

Full Changelog
v25.0.0...v25.0.1

Horizon v25.0.0

Choose a tag to compare

@tamirms tamirms released this 11 Dec 21:21
02ca5c3

This release adds support for Protocol 25

Added

  • Added futurenet support to Horizon's network configuration parameter (#133).
  • Add flag to skip protocol version check in Horizon which allows horizon to run against protocol versions which are still not released (#5834).

Fixed

  • Reduce memory consumption of state verification (#128).
  • Fixed missing metrics reporting during ingestion load tests (#130).