Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.2.0 - 2019-05-16

  • Added support for returning the previous and next set of pages for a horizon response; issue #985.
  • Fixed bug reported in #1254 that causes a panic when using horizonclient in goroutines.

v1.1.0 - 2019-05-02

Added

  • Client.Root() method for querying the root endpoint of a horizon server.
  • Support for returning concrete effect types#1217
  • Fix when no HTTP client is provided

Changes

  • Client.Fund() now returns TransactionSuccess instead of a http response pointer.

  • Querying the effects endpoint now supports returning the concrete effect type for each effect. This is also supported in streaming mode. See the docs for examples.

v1.0.0 - 2019-04-26

  • Initial release