Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 2.19 KB

CHANGELOG.rst

File metadata and controls

66 lines (49 loc) · 2.19 KB

Change Log

This document records all notable changes to stellar-model.

0.5.4

  • feat: add support for Horizon v2.27.0. (#59)

0.5.3

  • deps: bump pydantic to v2. (#48)
  • fix: bug fixes.

0.5.2

  • fix: fix model for LiquidityPoolRemovedEffect. (#43)

0.5.1

  • feat: add EffectResponse to parse single effect. (#36)

0.5.0

0.4.1b0

  • feat: add support for order book endpoint.

0.4.0b0

  • feat: add support for horizon-v2.13.0

0.3.1b0

  • fix: ClaimPredicate.rel_before, Optional[datetime] -> Optional[int]

0.3.0b0

This release contains breaking updates.

You can check the release log of horizon-v2.9.0-rc1 and Horizon Liquidity Pool API Docs. (Download Horizon Liquidity Pool API.pdf)

  • feat: add support for horizon-v2.9.0~rc1 (#21)

0.2.2b0

  • fix: make ClaimableBalance.last_modified_time and Offer.last_modified_time optional.

0.2.1b0

  • fix: make Account.last_modified_time optional. (#19)

0.2.0b0

  • feat: add support for muxed account.

0.1.0b1

  • Bug fix.

0.1.0b0

  • First beta release.