Skip to content

Releases: StellarCN/stellar-model

0.5.4

09 Dec 02:16
3370e96
Compare
Choose a tag to compare
  • feat: add support for Horizon v2.27.0 (Soroban Release). (#59)

0.5.3

28 Aug 02:34
7a1436a
Compare
Choose a tag to compare
  • deps: bump pydantic to v2. (#48)
  • fix: bug fixes.

0.5.2

01 Oct 01:52
c3d5779
Compare
Choose a tag to compare

fix: fix model for LiquidityPoolRemovedEffect. (#43, thank you @RohitK89)

0.5.1

10 Jun 00:35
e890c02
Compare
Choose a tag to compare

feat: add EffectResponse to parse single effect. (#36, thank you @RohitK89)

0.5.0

06 May 16:40
ac8f386
Compare
Choose a tag to compare

0.4.1b0

12 Feb 08:25
2c3ba7f
Compare
Choose a tag to compare
0.4.1b0 Pre-release
Pre-release
  • feat: add support for order book endpoint.

0.4.0b0

28 Jan 03:05
7452740
Compare
Choose a tag to compare
0.4.0b0 Pre-release
Pre-release
  • feat: add support for horizon-v2.13.0

0.3.1b0

11 Jan 09:25
7b798ec
Compare
Choose a tag to compare
0.3.1b0 Pre-release
Pre-release
  • fix: ClaimPredicate.rel_before, Optional[datetime] -> Optional[int]

0.3.0b0

09 Oct 07:54
94f0387
Compare
Choose a tag to compare
0.3.0b0 Pre-release
Pre-release

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

09 Oct 07:38
185c87c
Compare
Choose a tag to compare
0.2.2b0 Pre-release
Pre-release
  • fix: make ClaimableBalance.last_modified_time and Offer.last_modified_time optional.