You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,67 +4,72 @@ Change Log
4
4
5
5
This document records all notable changes to `stellar-model <https://github.com/StellarCN/stellar-model/>`_.
6
6
7
+
0.7.0
8
+
-----
9
+
* feat: add support for Horizon v23.0.0.
10
+
* feat: add `destination_muxed_id` to `AssetContractBalanceChange`. (`#76 <https://github.com/StellarCN/stellar-model/pull/76/>`_)
11
+
7
12
0.6.0
8
-
----------------------------
13
+
-----
9
14
* feat: add support for Horizon v22.0.0. (`#63 <https://github.com/StellarCN/stellar-model/pull/63/>`_)
10
15
11
16
0.5.4
12
-
----------------------------
17
+
-----
13
18
* feat: add support for Horizon v2.27.0. (`#59 <https://github.com/StellarCN/stellar-model/pull/59/>`_)
14
19
15
20
0.5.3
16
-
----------------------------
21
+
-----
17
22
* deps: bump pydantic to v2. (`#48 <https://github.com/StellarCN/stellar-model/pull/48/>`_)
18
23
* fix: bug fixes.
19
24
20
25
0.5.2
21
-
----------------------------
26
+
-----
22
27
* fix: fix model for `LiquidityPoolRemovedEffect`. (`#43 <https://github.com/StellarCN/stellar-model/pull/43/>`_)
23
28
24
29
0.5.1
25
-
----------------------------
30
+
-----
26
31
* feat: add `EffectResponse` to parse single effect. (`#36 <https://github.com/StellarCN/stellar-model/pull/36/>`_)
27
32
28
33
0.5.0
29
-
----------------------------
34
+
-----
30
35
* feat: add support for Horizon `v2.17.0 <https://github.com/stellar/go/releases/tag/horizon-v2.17.0>`_. (`#31 <https://github.com/StellarCN/stellar-model/pull/31/>`_)
You can check the `release log of horizon-v2.9.0-rc1 <https://github.com/stellar/go/releases/tag/horizon-v2.9.0rc1>`_ and `Horizon Liquidity Pool API Docs <https://docs.google.com/document/d/1pXL8kr1a2vfYSap9T67R-g72B_WWbaE1YsLMa04OgoU/edit#heading=h.bexstdt2tlbj>`_. (`Download Horizon Liquidity Pool API.pdf <https://github.com/StellarCN/stellar-model/files/7315193/Horizon.Liquidity.Pool.API.pdf>`_)
49
54
50
55
* feat: add support for horizon-v2.9.0~rc1 (`#21 <https://github.com/StellarCN/stellar-model/pull/21/>`_)
51
56
52
57
0.2.2b0
53
-
------------------------
58
+
-------
54
59
* fix: make `ClaimableBalance.last_modified_time` and `Offer.last_modified_time` optional.
55
60
56
61
0.2.1b0
57
-
------------------------
62
+
-------
58
63
* fix: make `Account.last_modified_time` optional. (`#19 <https://github.com/StellarCN/stellar-model/pull/19/>`_)
0 commit comments