|
2 | 2 |
|
3 | 3 | ## Pending |
4 | 4 |
|
| 5 | +## 1.0.0-rc0 |
| 6 | + |
| 7 | +The following are the changes since version 1.0.0-beta1. If you are upgrading from an older version, |
| 8 | +please also refer to the change logs of previous versions, **especially [1.0.0-alpha0](https://github.com/lightsail-network/java-stellar-sdk/releases/tag/1.0.0-alpha0)**. |
| 9 | + |
| 10 | +In addition, there are two PRs here that demonstrate how to upgrade to the latest version; you can check them out if needed: |
| 11 | +- https://github.com/stellar/kotlin-wallet-sdk/pull/155 |
| 12 | +- https://github.com/stellar/java-stellar-anchor-sdk/pull/1575 |
| 13 | + |
5 | 14 | ### Update |
| 15 | +- feat: add support for Soroban PRC's `getLedgers` API interface. ([#660](https://github.com/stellar/java-stellar-sdk/pull/660)) |
| 16 | +- fix: fix the data validation of `StrKey` class. ([#664](https://github.com/stellar/java-stellar-sdk/pull/664)) |
| 17 | + |
| 18 | +### Breaking changes |
6 | 19 | - refactor!: change the type of `AbstractTransaction.MIN_BASE_FEE` from `int` to `long`. ([#657](https://github.com/stellar/java-stellar-sdk/pull/657)) |
7 | | -- feat: add support for Soroban PRC's `getLedgers` API interface. |
8 | | -- refactor!: if seed is not present, calling `Keypair.sign` throws IllegalStateException. |
9 | | -- refactor!: `StrKeyException` has been removed, use `IllegalArgumentException` instead. When you call functions like `Keypair.fromAccountId`, this exception will also be thrown if invalid data is passed in. |
10 | | -- refactor!: `AssetCodeLengthInvalidException` has been removed, use `IllegalArgumentException` instead. |
11 | | -- refactor!: `MalformedAddressException` has been removed, use `IllegalArgumentException` instead. |
12 | | -- fix: fix the data validation of `StrKey` class. |
13 | | -- refactor!: rename `TransactionPreconditions.isValid` to `TransactionPreconditions.validate`. |
| 20 | +- refactor!: rename `TransactionPreconditions.isValid` to `TransactionPreconditions.validate`. ([#666](https://github.com/stellar/java-stellar-sdk/pull/666)) |
| 21 | +- refactor!: if seed is not present, calling `Keypair.sign` throws IllegalStateException. ([#662](https://github.com/stellar/java-stellar-sdk/pull/662)) |
| 22 | +- refactor!: `StrKeyException` has been removed, use `IllegalArgumentException` instead. When you call functions like `Keypair.fromAccountId`, this exception will also be thrown if invalid data is passed in. ([#663](https://github.com/stellar/java-stellar-sdk/pull/663)) |
| 23 | +- refactor!: `AssetCodeLengthInvalidException` has been removed, use `IllegalArgumentException` instead. ([#667](https://github.com/stellar/java-stellar-sdk/pull/667)) |
| 24 | +- refactor!: `MalformedAddressException` has been removed, use `IllegalArgumentException` instead. ([#668](https://github.com/stellar/java-stellar-sdk/pull/668)) |
14 | 25 |
|
15 | 26 | ## 1.0.0-beta1 |
16 | 27 |
|
|
0 commit comments