Skip to content

Commit 5b89c30

Browse files
authored
Release v25 by tagging off and filling out changelog (#577)
1 parent 45a1362 commit 5b89c30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
6+
## [v25.0.0](https://github.com/stellar/stellar-rpc/compare/v24.0.0...v25.0.0): Protocol 25
7+
58
### Breaking Changes
69
* The RPC client and schema definitions have been moved to the unified Stellar Go SDK. Please install them from there, instead:
710

@@ -14,9 +17,12 @@ go get -u github.com/stellar/go-stellar-sdk/protocols/rpc
1417
- Expanded `getLatestLedger` endpoint to also return `closeTime`, `headerXdr`, and `metadataXdr` ([#554](https://github.com/stellar/stellar-rpc/pull/554)).
1518
- Added `soroban-env-host` info to `version` command ([#550](https://github.com/stellar/stellar-rpc/pull/550)).
1619
- Added a new `--network` configuration parameter, allowing users to specify a default Stellar network (`testnet`, `pubnet`, or `futurenet`) ([#540](https://github.com/stellar/stellar-rpc/pull/540), [#543](https://github.com/stellar/stellar-rpc/pull/543)).
20+
- Simulation has been updated to support Protocol 25 ([#548](https://github.com/stellar/stellar-rpc/pull/548)).
1721

1822
### Fixed
1923
- `version` command now works consistently on MacOS ([#550](https://github.com/stellar/stellar-rpc/pull/550)).
24+
- JSON-RPC methods now accept `params: {}` ([#551](https://github.com/stellar/stellar-rpc/issues/551)).
25+
2026

2127
## [v24.0.0](https://github.com/stellar/stellar-rpc/compare/v23.0.4...v24.0.0): Protocol 24
2228

0 commit comments

Comments
 (0)