Skip to content

Commit 47206fb

Browse files
authored
chore(release): 20.8.0 (#1781)
1 parent 4f8176d commit 47206fb

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.8.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.3..v20.8.0) (2025-09-23)
6+
7+
### Features
8+
9+
- feat: `/paras/{number}/inclusion` ([#1776](https://github.com/paritytech/substrate-api-sidecar/pull/1776)) ([4f8176d](https://github.com/paritytech/substrate-api-sidecar/commit/4f8176d))
10+
- Adds new endpoint to retrieve parachain inclusion information with configurable depth query parameter
11+
12+
## Compatibility
13+
14+
Tested against the following node releases:
15+
- Polkadot v1.19.2 (Polkadot stable2506-2)
16+
- Kusama v1.19.2 (Polkadot stable2506-2)
17+
- Westend v1.19.2 (Polkadot stable2506-2)
18+
19+
Tested against the following runtime releases:
20+
- Polkadot v1006002
21+
- Kusama v1007001
22+
- Westend v1020000
23+
- Polkadot Asset Hub v1006000
24+
- Kusama Asset Hub v1007001
25+
- Westend Asset Hub v1020000
26+
527
## [20.7.3](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.2..v20.7.3) (2025-09-15)
628

729
### 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.3
11+
version: 20.8.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.7.3
11+
version: 20.8.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.7.3",
2+
"version": "20.8.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)