Skip to content

Commit 795d6eb

Browse files
authored
chore(release): 20.7.2 (#1769)
* chore(release): 20.7.2 * build docs
1 parent 9e44b81 commit 795d6eb

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.1..v20.7.2) (2025-09-11)
6+
7+
### Fix
8+
9+
- fix: ensure no error for event mapping for specVersion 1020000 or above ([#1768](https://github.com/paritytech/substrate-api-sidecar/pull/1768)) ([7e3b409](https://github.com/paritytech/substrate-api-sidecar/commit/7e3b409))
10+
- Prevents event mapping errors for Westend Asset Hub blocks with specVersion 1020000 and above
11+
- fix: added mapping to bad staking blocks in westend AH ([#1764](https://github.com/paritytech/substrate-api-sidecar/pull/1764)) ([9e61c57](https://github.com/paritytech/substrate-api-sidecar/commit/9e61c57))
12+
- Adds comprehensive mapping to handle problematic staking blocks in Westend Asset Hub
13+
- fix: update broken schema refs + more granular rc tags ([#1766](https://github.com/paritytech/substrate-api-sidecar/pull/1766)) ([12e1642](https://github.com/paritytech/substrate-api-sidecar/commit/12e1642)) (Thanks to https://github.com/F-OBrien)
14+
- Updates broken OpenAPI schema references and improves relay chain endpoint tagging
15+
16+
### Chores
17+
18+
- docs: add json examples to the endpoints ([#1765](https://github.com/paritytech/substrate-api-sidecar/pull/1765)) ([9e44b81](https://github.com/paritytech/substrate-api-sidecar/commit/9e44b81))
19+
- Enhances documentation with JSON response examples and data schemas for better developer experience
20+
21+
## Compatibility
22+
23+
Tested against the following node releases:
24+
- Polkadot v1.19.2 (Polkadot stable2506-2)
25+
- Kusama v1.19.2 (Polkadot stable2506-2)
26+
- Westend v1.19.2 (Polkadot stable2506-2)
27+
28+
Tested against the following runtime releases:
29+
- Polkadot v1006002
30+
- Kusama v1007001
31+
- Westend v1020000
32+
- Polkadot Asset Hub v1006000
33+
- Kusama Asset Hub v1007001
34+
- Westend Asset Hub v1020000
35+
536
## [20.7.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.0..v20.7.1) (2025-09-09)
637

738
### Fix

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