Skip to content

Commit 879b3f9

Browse files
authored
chore(release): 20.9.0 (#1789)
1 parent 0a94c55 commit 879b3f9

File tree

6 files changed

+45
-5
lines changed

6 files changed

+45
-5
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
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.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.8.0..v20.9.0) (2025-10-02)
6+
7+
### Features
8+
9+
- feat: add `/rc/blocks/{blockId}/para-inclusions` endpoint ([#1788](https://github.com/paritytech/substrate-api-sidecar/pull/1788)) ([0a94c55](https://github.com/paritytech/substrate-api-sidecar/commit/0a94c55))
10+
- Adds relay chain counterpart endpoint for parachain inclusion queries, allowing retrieval of parachain inclusion information directly from relay chain blocks
11+
- feat: add `/blocks/{blockId}/para-inclusions` ([#1785](https://github.com/paritytech/substrate-api-sidecar/pull/1785)) ([3729cbc](https://github.com/paritytech/substrate-api-sidecar/commit/3729cbc))
12+
- Adds new endpoint to retrieve parachain inclusion information for relay chain blocks
13+
- feat: ElasticScaling MultiBlock support Post AHM ([#1779](https://github.com/paritytech/substrate-api-sidecar/pull/1779)) ([2aa6360](https://github.com/paritytech/substrate-api-sidecar/commit/2aa6360))
14+
- Adds support for Elastic Scaling multi-block responses post Asset Hub Migration
15+
16+
### Fix
17+
18+
- fix: enforce correct config CACHE_CAPACITY type ([#1782](https://github.com/paritytech/substrate-api-sidecar/pull/1782)) ([1dad5e2](https://github.com/paritytech/substrate-api-sidecar/commit/1dad5e2))
19+
- Ensures CACHE_CAPACITY configuration is properly typed as number
20+
21+
### Docs
22+
23+
- docs: fix rouge description ([#1787](https://github.com/paritytech/substrate-api-sidecar/pull/1787)) ([9bb03e4](https://github.com/paritytech/substrate-api-sidecar/commit/9bb03e4))
24+
- Fixes typo in route description
25+
26+
### Chores
27+
28+
- chore(deps): bump tar-fs from 2.1.3 to 2.1.4 ([#1784](https://github.com/paritytech/substrate-api-sidecar/pull/1784)) ([f42a793](https://github.com/paritytech/substrate-api-sidecar/commit/f42a793))
29+
30+
## Compatibility
31+
32+
Tested against the following node releases:
33+
- Polkadot v1.19.2 (Polkadot stable2506-2)
34+
- Kusama v1.19.2 (Polkadot stable2506-2)
35+
- Westend v1.19.2 (Polkadot stable2506-2)
36+
37+
Tested against the following runtime releases:
38+
- Polkadot v1006002
39+
- Kusama v1007001
40+
- Westend v1020000
41+
- Polkadot Asset Hub v1006000
42+
- Kusama Asset Hub v1007001
43+
- Westend Asset Hub v1020000
44+
545
## [20.8.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.3..v20.8.0) (2025-09-23)
646

747
### 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.8.0
11+
version: 20.9.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.8.0
11+
version: 20.9.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.8.0",
2+
"version": "20.9.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)