|
| 1 | +## [1.5.0-rc.1](https://github.com/dashpay/platform/compare/v1.4.1...v1.5.0-rc.1) (2024-10-30) |
| 2 | + |
| 3 | + |
| 4 | +### ⚠ BREAKING CHANGES |
| 5 | + |
| 6 | +* **sdk:** return consensus errors from broadcast methods (#2274) |
| 7 | +* **sdk:** provide request execution information (#2259) |
| 8 | +* **sdk:** wrong order of objects returned by Drive (#2207) |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* **dashmate:** add protocol version to the status command ([#2255](https://github.com/dashpay/platform/issues/2255)) |
| 13 | +* **sdk:** added transfer transition to rs-sdk ([#2289](https://github.com/dashpay/platform/issues/2289)) |
| 14 | +* **sdk:** detect stale nodes ([#2254](https://github.com/dashpay/platform/issues/2254)) |
| 15 | +* **sdk:** provide request execution information ([#2259](https://github.com/dashpay/platform/issues/2259)) |
| 16 | +* **sdk:** return consensus errors from broadcast methods ([#2274](https://github.com/dashpay/platform/issues/2274)) |
| 17 | +* **sdk:** sdk-level retry logic for `fetch` and `fetch_many` ([#2266](https://github.com/dashpay/platform/issues/2266)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **dapi:** invalid state transition failed with already in chain error ([#2270](https://github.com/dashpay/platform/issues/2270)) |
| 23 | +* **dashmate:** invalid drive status check ([#2248](https://github.com/dashpay/platform/issues/2248)) |
| 24 | +* **dashmate:** invalid platform version in the status command ([#2249](https://github.com/dashpay/platform/issues/2249)) |
| 25 | +* document query start to support pagination ([#2284](https://github.com/dashpay/platform/issues/2284)) |
| 26 | +* **sdk:** `AddressListError` is private ([#2278](https://github.com/dashpay/platform/issues/2278)) |
| 27 | +* **sdk:** opposite retry trigger ([#2265](https://github.com/dashpay/platform/issues/2265)) |
| 28 | +* **sdk:** wrong order of objects returned by Drive ([#2207](https://github.com/dashpay/platform/issues/2207)) |
| 29 | +* seed nodes aren't responding ([#2276](https://github.com/dashpay/platform/issues/2276)) |
| 30 | + |
| 31 | + |
| 32 | +### Miscellaneous Chores |
| 33 | + |
| 34 | +* add partial eq to document query ([#2253](https://github.com/dashpay/platform/issues/2253)) |
| 35 | +* **dashmate:** report port check errors ([#2245](https://github.com/dashpay/platform/issues/2245)) |
| 36 | +* move BLS Sigs import to Rust Dash Core ([#2252](https://github.com/dashpay/platform/issues/2252)) |
| 37 | +* update to latest rust dash core with x11 optional ([#2251](https://github.com/dashpay/platform/issues/2251)) |
| 38 | + |
| 39 | + |
| 40 | +### Code Refactoring |
| 41 | + |
| 42 | +* platform version refactoring into sub versions ([#2269](https://github.com/dashpay/platform/issues/2269)) |
| 43 | + |
1 | 44 | ### [1.4.1](https://github.com/dashpay/platform/compare/v1.4.0...v1.4.1) (2024-10-12) |
2 | 45 |
|
3 | 46 |
|
|
0 commit comments