Skip to content

Commit 8850651

Browse files
authored
chore(release): 20.7.1 (#1760)
* chore(release): 20.7.1 * docs build
1 parent 7e8585a commit 8850651

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.7.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.0..v20.7.1) (2025-09-09)
6+
7+
### Fix
8+
9+
- fix: ensure staking progress uses is rc option for `/rc` endpoints ([#1759](https://github.com/paritytech/substrate-api-sidecar/pull/1759)) ([7e8585a](https://github.com/paritytech/substrate-api-sidecar/commit/7e8585a))
10+
- Ensures staking progress endpoints correctly utilize relay chain options for multi-chain setups
11+
- fix: remove redundant isApiAssetHub specName check ([#1753](https://github.com/paritytech/substrate-api-sidecar/pull/1753)) ([a8c33bf](https://github.com/paritytech/substrate-api-sidecar/commit/a8c33bf))
12+
- Removes unnecessary Asset Hub specification name validation to improve code efficiency
13+
14+
## Compatibility
15+
16+
Tested against the following node releases:
17+
- Polkadot v1.18.0 (Polkadot stable2503-5)
18+
- Kusama v1.18.0 (Polkadot stable2503-5)
19+
- Westend v1.18.0 (Polkadot stable2503-5)
20+
21+
Tested against the following runtime releases:
22+
- Polkadot v1006001
23+
- Kusama v1006001
24+
- Westend v1018013
25+
- Polkadot Asset Hub v1005001
26+
- Kusama Asset Hub v1006001
27+
- Westend Asset Hub v1018013
28+
529
## [20.7.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.6.1..v20.7.0) (2025-09-08)
630

731
### Features

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.7.0
11+
version: 20.7.1
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.7.0
11+
version: 20.7.1
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.7.0",
2+
"version": "20.7.1",
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)