Skip to content

Commit b8f3d23

Browse files
prepare for release 3.0.2
1 parent 8944d2f commit b8f3d23

24 files changed

+59
-44
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.0.2] - 21.Feb.2026.
2+
- Fix SEP-08 constructor network resolution and fromDomain parameter forwarding
3+
- Fix SEP-10 fromDomain not forwarding httpRequestHeaders; add clientDomain validation
4+
- Fix SEP-09 date fields serialized as full ISO 8601 instead of date-only format
5+
- Fix SEP-24 moreInfoUrl not nullable
6+
- Fix SEP-30 identity role not nullable
7+
- Fix Soroban needsNonInvokerSigningBy for non-invoke operations
8+
- Remove DeploySACWithSourceAccountHostFunction (invalid XDR combination)
9+
- Fix AccountResponse swapped num_sponsoring/num_sponsored, contract_spec type inference, TxRep memo.retHash, offer ID precision loss on web, removeTailZero for "0" on web
10+
- Fix XDR enum operator==/hashCode for web compatibility
11+
- Fix KYC GET request builders not passing custom headers
12+
- Fix incorrect API references and test paths in documentation
13+
- Update RPC compatibility matrix for RPC v25.0.1
14+
115
## [3.0.1] - 03.Feb.2026.
216
- SEP-53: message signing and verification support
317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Latest stable release:
1616

1717
```
1818
dependencies:
19-
stellar_flutter_sdk: ^3.0.1
19+
stellar_flutter_sdk: ^3.0.2
2020
```
2121

2222
2. Install it (command line or IDE):

compatibility/horizon/HORIZON_COMPATIBILITY_MATRIX.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Horizon API vs Flutter SDK Compatibility Matrix
22

3-
**Horizon Version:** v25.0.0 (released 2025-12-11)
4-
**Horizon Source:** [v25.0.0](https://github.com/stellar/stellar-horizon/releases/tag/v25.0.0)
5-
**SDK Version:** 3.0.1
6-
**Generated:** 2026-02-03 17:27:03
3+
**Horizon Version:** v25.0.1 (released 2026-02-06)
4+
**Horizon Source:** [v25.0.1](https://github.com/stellar/stellar-horizon/releases/tag/v25.0.1)
5+
**SDK Version:** 3.0.2
6+
**Generated:** 2026-02-21 17:57:19
77

88
**Horizon Endpoints Discovered:** 52
99
**Public API Endpoints (in matrix):** 50

compatibility/rpc/RPC_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**RPC Version:** v25.0.1 (released 2026-02-21)
44
**RPC Source:** [https://github.com/stellar/stellar-rpc/releases/tag/v25.0.1](https://github.com/stellar/stellar-rpc/releases/tag/v25.0.1)
5-
**SDK Version:** 3.0.1
6-
**Generated:** 2026-02-21 17:33:19
5+
**SDK Version:** 3.0.2
6+
**Generated:** 2026-02-21 17:57:22
77

88
## Overall Coverage
99

compatibility/sep/SEP-0001_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0001 (Stellar Info File) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:52
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:22
4+
**SDK Version:** 3.0.2
55
**SEP Version:** 2.7.0
66
**SEP Status:** Active
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md

compatibility/sep/SEP-0002_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0002 (Federation protocol) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:52
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:22
4+
**SDK Version:** 3.0.2
55
**SEP Version:** 1.1.0
66
**SEP Status:** Final
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0002.md

compatibility/sep/SEP-0005_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0005 (Key Derivation Methods for Stellar Keys) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:53
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:23
4+
**SDK Version:** 3.0.2
55
**SEP Version:** N/A
66
**SEP Status:** Final
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0005.md

compatibility/sep/SEP-0006_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0006 (Deposit and Withdrawal API) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:53
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:23
4+
**SDK Version:** 3.0.2
55
**SEP Version:** 4.3.0
66
**SEP Status:** Active (Interactive components are deprecated in favor of SEP-24)
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md

compatibility/sep/SEP-0007_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0007 (URI Scheme to facilitate delegated signing) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:54
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:23
4+
**SDK Version:** 3.0.2
55
**SEP Version:** 2.1.0
66
**SEP Status:** Active
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0007.md

compatibility/sep/SEP-0008_COMPATIBILITY_MATRIX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SEP-0008 (Regulated Assets) Compatibility Matrix
22

3-
**Generated:** 2026-02-03 17:26:54
4-
**SDK Version:** 3.0.1
3+
**Generated:** 2026-02-21 17:57:24
4+
**SDK Version:** 3.0.2
55
**SEP Version:** 1.7.4
66
**SEP Status:** Active
77
**SEP URL:** https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0008.md

0 commit comments

Comments
 (0)