Skip to content

Commit f09948e

Browse files
authored
chore(release): 20.10.0 (#1804)
1 parent b489ba7 commit f09948e

File tree

6 files changed

+32
-14
lines changed

6 files changed

+32
-14
lines changed

CHANGELOG.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,44 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [20.9.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.9.0..v20.9.1) (2025-10-07)
5+
## [20.10.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.9.1..v20.10.0) (2025-10-22)
6+
7+
### Feat
8+
9+
- feat: Add rc endpoints for transaction suite ([#1798](https://github.com/paritytech/substrate-api-sidecar/pull/1798)) ([5995ae6](https://github.com/paritytech/substrate-api-sidecar/commit/5995ae6ba0ac47aa94bac1be0247a89be808d465))
610

711
### Fix
812

9-
- fix: add required endpoints to kusama for staking ([#1791](https://github.com/paritytech/substrate-api-sidecar/pull/1791)) ([c96fbe0](https://github.com/paritytech/substrate-api-sidecar/commit/c96fbe01dd2a26932f659de2d0d896a25e3dcaa8))
13+
- fix: add migration boundaries for kusama ([#1793](https://github.com/paritytech/substrate-api-sidecar/pull/1793)) ([075a119](https://github.com/paritytech/substrate-api-sidecar/commit/075a11958d1732def134e0a9996cdd391baacce7))
14+
- fix: /runtime/metadata endpoint ([#1799](https://github.com/paritytech/substrate-api-sidecar/pull/1799)) ([f643b4a](https://github.com/paritytech/substrate-api-sidecar/commit/f643b4a15d1be705506504e44fd6251d3a075822))
15+
16+
### Docs
17+
18+
- docs: Update doc references to docsv2 changes ([#1800](https://github.com/paritytech/substrate-api-sidecar/pull/1800)) ([994558a](https://github.com/paritytech/substrate-api-sidecar/commit/994558ad61a6cef0e863f1022e30df579b6e6aed))
19+
20+
### Chore
21+
22+
- chore: Update config for polkadot asset hub and polkadot ([#1802](https://github.com/paritytech/substrate-api-sidecar/pull/1802)) ([b489ba7](https://github.com/paritytech/substrate-api-sidecar/commit/b489ba7c05f7d592d1348b48474130150f80cfe3))
1023

1124
## Compatibility
1225

1326
Tested against the following node releases:
14-
- Polkadot v1.19.2 (Polkadot stable2506-2)
15-
- Kusama v1.19.2 (Polkadot stable2506-2)
16-
- Westend v1.19.2 (Polkadot stable2506-2)
27+
- Polkadot v1.20.0 (Polkadot stable2509)
28+
- Kusama v1.20.0 (Polkadot stable2509)
29+
- Westend v1.20.0 (Polkadot stable2509)
1730

1831
Tested against the following runtime releases:
1932
- Polkadot v1007001
20-
- Kusama v1009001
21-
- Westend v1020000
33+
- Kusama v1009002
34+
- Westend v1020004
2235
- Polkadot Asset Hub v1007001
23-
- Kusama Asset Hub v1009001
24-
- Westend Asset Hub v1020000
36+
- Kusama Asset Hub v1009002
37+
38+
## [20.9.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.9.0..v20.9.1) (2025-10-07)
39+
40+
### Fix
41+
42+
- fix: add required endpoints to kusama for staking ([#1791](https://github.com/paritytech/substrate-api-sidecar/pull/1791)) ([c96fbe0](https://github.com/paritytech/substrate-api-sidecar/commit/c96fbe01dd2a26932f659de2d0d896a25e3dcaa8))
2543

2644
## [20.9.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.8.0..v20.9.0) (2025-10-02)
2745

docs-v2/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-v2/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.9.1
11+
version: 20.10.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

docs/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.9.1
11+
version: 20.10.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "20.9.1",
2+
"version": "20.10.0",
33
"name": "@substrate/api-sidecar",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",

0 commit comments

Comments
 (0)