Releases: kommitters/stellar_sdk
Releases · kommitters/stellar_sdk
v0.9.3
0.9.3 (05.09.2022)
- Fix bug in
SetOptions
when setting a signer. - Fix bug in
TimeBounds
to allow backward compatibility (merged with preconditions).
v0.9.2
0.9.2 (09.08.2022)
- Fix preconditions to allow minimum sequence number field to be optional.
- Add stellar protocol 19 documentation.
v0.9.1
0.9.1 (08.08.2022)
- Add scorecards actions
v0.9.0
0.9.0 (05.08.2022)
- Stellar protocol-19 support implementation.
- Add optional fields for account records.
- Add CAP-21 preconditions for transaction attributes.
- Add CAP-40 decorate signature hint and support for signed payload signature.
- Refactor signer key signatures implementation.
- Remove unused alias in tests and fix documentation examples.
- Add Trade Agreggations endpoint.
v0.8.1
0.8.1 (28.07.2022)
- Refactor Paths endpoint to improve UX.
v0.8.0
0.8.0 (27.07.2022)
- Add Fee Stats, Paths, and Order Books endpoints.
- Add
Keypair.valid_signature?/3
function. - Fix documentation examples to create accounts and payments.
- Automate publishing of new releases to Hex.pm using CD.
v0.7.1
v0.7.0
0.7.0 (27.05.2022)
- Add CreateClaimableBalance, ClaimClaimableBalance, RevokeSponsorship operations.
- Fix PoolID hashing bug.
- Fix base_fee calculation bug.
- Code abstractions for Signer and SignerKey.
v0.6.0
0.6.0 (18.04.2022)
- Add SetTrustLineFlags operation.
- Add LiquidityPoolWithdraw and LiquidityPoolDeposit operations.
- Functional Horizon pagination feature.
- Better error handling for the TxBuild module.
- Ensure library dependencies are properly loaded on start.
v0.5.0
0.5.0 (21.03.2022)
- Enable signatures for base64-encoded transaction envelopes.
- Improve library docs.