|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 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 | + |
5 | 45 | ## [20.8.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.7.3..v20.8.0) (2025-09-23) |
6 | 46 |
|
7 | 47 | ### Features |
|
0 commit comments