Skip to content

Commit 0bd73c5

Browse files
authored
chore(release): 20.13.3 (#1870)
1 parent 51d7293 commit 0bd73c5

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.3](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.2..v20.13.3) (2026-01-06)
6+
7+
### Fix
8+
9+
- fix: unappliedSlashes per era ([#1869](https://github.com/paritytech/substrate-api-sidecar/pull/1869)) ([51d7293](https://github.com/paritytech/substrate-api-sidecar/commit/51d72936f951a5dc5c50c0cbfefbce20cc25851d))
10+
- fix: unappliedSlashesAtActiveEra in `staking/progress` ([#1868](https://github.com/paritytech/substrate-api-sidecar/pull/1868)) ([ee1d98f](https://github.com/paritytech/substrate-api-sidecar/commit/ee1d98feb24a7566ac586bab8e21c4eed4c47077))
11+
12+
## Compatibility
13+
14+
Tested against the following node releases:
15+
- Polkadot v1.21.0 (Polkadot stable2512)
16+
- Kusama v1.21.0 (Polkadot stable2512)
17+
- Westend v1.21.0 (Polkadot stable2512)
18+
19+
Tested against the following runtime releases:
20+
- Polkadot v2000001
21+
- Kusama v2000004
22+
- Westend v1021000
23+
- Polkadot Asset Hub v2000003
24+
- Kusama Asset Hub v2000004
25+
526
## [20.13.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.1..v20.13.2) (2025-12-30)
627

728
- feat: helm add templates for health and readiness probes ([#1864](https://github.com/paritytech/substrate-api-sidecar/pull/1864)) ([84eef38](https://github.com/paritytech/substrate-api-sidecar/commit/84eef38bdf5879b07f345498f0d8ec5241cbf5a2))

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