Skip to content

Commit 16ca97f

Browse files
authored
chore(release): 20.13.0 (#1861)
1 parent afb3ba6 commit 16ca97f

6 files changed

Lines changed: 39 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.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+
539
## [20.12.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.11.0..v20.12.0) (2025-12-01)
640

741
### Feat

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