|
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.13.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.12.0..v20.13.0) (2025-12-16) |
| 6 | + |
| 7 | +### Feat |
| 8 | + |
| 9 | +- feat: add `includeClaimable` query param to vesting-info endpoints ([#1860](https://github.com/paritytech/substrate-api-sidecar/pull/1860)) ([afb3ba6](https://github.com/paritytech/substrate-api-sidecar/commit/afb3ba6)) |
| 10 | +- feat: Add simple grafana dashboard that can be used when running sidecar ([#1856](https://github.com/paritytech/substrate-api-sidecar/pull/1856)) ([3bad62f](https://github.com/paritytech/substrate-api-sidecar/commit/3bad62f)) |
| 11 | + |
| 12 | +### Chore |
| 13 | + |
| 14 | +- chore: ignore polkadot-js deps in dependabot ([#1853](https://github.com/paritytech/substrate-api-sidecar/pull/1853)) ([3683c4d](https://github.com/paritytech/substrate-api-sidecar/commit/3683c4d)) |
| 15 | +- chore(deps): bump winston from 3.18.3 to 3.19.0 ([#1854](https://github.com/paritytech/substrate-api-sidecar/pull/1854)) ([7afbb72](https://github.com/paritytech/substrate-api-sidecar/commit/7afbb72)) |
| 16 | +- chore(deps): bump express from 4.21.2 to 4.22.1 in /docs ([#1843](https://github.com/paritytech/substrate-api-sidecar/pull/1843)) ([750431f](https://github.com/paritytech/substrate-api-sidecar/commit/750431f)) |
| 17 | +- chore(deps): bump lru-cache from 11.2.2 to 11.2.4 ([#1842](https://github.com/paritytech/substrate-api-sidecar/pull/1842)) ([7981d91](https://github.com/paritytech/substrate-api-sidecar/commit/7981d91)) |
| 18 | +- chore(deps-dev): bump @acala-network/chopsticks-testing ([#1841](https://github.com/paritytech/substrate-api-sidecar/pull/1841)) ([c81709e](https://github.com/paritytech/substrate-api-sidecar/commit/c81709e)) |
| 19 | +- chore(deps): bump express from 5.1.0 to 5.2.0 ([#1840](https://github.com/paritytech/substrate-api-sidecar/pull/1840)) ([e876817](https://github.com/paritytech/substrate-api-sidecar/commit/e876817)) |
| 20 | + |
| 21 | +### CI |
| 22 | + |
| 23 | +- ci: remove polkadot-js from auto updates ([#1844](https://github.com/paritytech/substrate-api-sidecar/pull/1844)) ([a489c96](https://github.com/paritytech/substrate-api-sidecar/commit/a489c96)) |
| 24 | + |
| 25 | +## Compatibility |
| 26 | + |
| 27 | +Tested against the following node releases: |
| 28 | +- Polkadot v1.20.0 (Polkadot stable2509) |
| 29 | +- Kusama v1.20.0 (Polkadot stable2509) |
| 30 | +- Westend v1.20.0 (Polkadot stable2509) |
| 31 | + |
| 32 | +Tested against the following runtime releases: |
| 33 | +- Polkadot v2000000 |
| 34 | +- Kusama v1009002 |
| 35 | +- Westend v1020004 |
| 36 | +- Polkadot Asset Hub v2000000 |
| 37 | +- Kusama Asset Hub v1009002 |
| 38 | + |
5 | 39 | ## [20.12.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.11.0..v20.12.0) (2025-12-01) |
6 | 40 |
|
7 | 41 | ### Feat |
|
0 commit comments