Skip to content

Commit 87e42ea

Browse files
chore(release): 20.10.1 (#1806)
1 parent 2c0a2f9 commit 87e42ea

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.10.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.0..v20.10.1) (2025-10-24)
6+
7+
### Fix
8+
9+
- fix: use all params for cache key ([#1805](https://github.com/paritytech/substrate-api-sidecar/pull/1805)) ([2c0a2f9](https://github.com/paritytech/substrate-api-sidecar/commit/2c0a2f9))
10+
11+
### Chore
12+
13+
- chore(deps): bump actions/setup-node from 5 to 6 ([#1797](https://github.com/paritytech/substrate-api-sidecar/pull/1797)) ([d8bf37b](https://github.com/paritytech/substrate-api-sidecar/commit/d8bf37b))
14+
- chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1 ([#1778](https://github.com/paritytech/substrate-api-sidecar/pull/1778)) ([437168c](https://github.com/paritytech/substrate-api-sidecar/commit/437168c))
15+
- chore(deps): bump axios from 1.8.3 to 1.12.2 in /docs ([#1786](https://github.com/paritytech/substrate-api-sidecar/pull/1786)) ([f13b848](https://github.com/paritytech/substrate-api-sidecar/commit/f13b848))
16+
- chore(deps): bump benchmark-action/github-action-benchmark ([#1752](https://github.com/paritytech/substrate-api-sidecar/pull/1752)) ([568e16f](https://github.com/paritytech/substrate-api-sidecar/commit/568e16f))
17+
- chore(deps): bump axios from 1.10.0 to 1.11.0 ([#1711](https://github.com/paritytech/substrate-api-sidecar/pull/1711)) ([5cd918e](https://github.com/paritytech/substrate-api-sidecar/commit/5cd918e))
18+
- chore(deps-dev): bump webpack-dev-server in /docs-v2 ([#1749](https://github.com/paritytech/substrate-api-sidecar/pull/1749)) ([b69be56](https://github.com/paritytech/substrate-api-sidecar/commit/b69be56))
19+
- chore(deps-dev): bump @types/express from 5.0.2 to 5.0.3 ([#1667](https://github.com/paritytech/substrate-api-sidecar/pull/1667)) ([cd9690e](https://github.com/paritytech/substrate-api-sidecar/commit/cd9690e))
20+
- chore(deps-dev): bump @types/http-errors from 2.0.4 to 2.0.5 ([#1666](https://github.com/paritytech/substrate-api-sidecar/pull/1666)) ([e4078e9](https://github.com/paritytech/substrate-api-sidecar/commit/e4078e9))
21+
22+
## Compatibility
23+
24+
Tested against the following node releases:
25+
- Polkadot v1.20.0 (Polkadot stable2509)
26+
- Kusama v1.20.0 (Polkadot stable2509)
27+
- Westend v1.20.0 (Polkadot stable2509)
28+
29+
Tested against the following runtime releases:
30+
- Polkadot v1007001
31+
- Kusama v1009002
32+
- Westend v1020004
33+
- Polkadot Asset Hub v1007001
34+
- Kusama Asset Hub v1009002
35+
536
## [20.10.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.9.1..v20.10.0) (2025-10-22)
637

738
### Feat

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.10.0
11+
version: 20.10.1
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.10.0",
2+
"version": "20.10.1",
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",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,14 +2656,7 @@ __metadata:
26562656
languageName: node
26572657
linkType: hard
26582658

2659-
"@types/http-errors@npm:*":
2660-
version: 2.0.4
2661-
resolution: "@types/http-errors@npm:2.0.4"
2662-
checksum: 10/1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3
2663-
languageName: node
2664-
linkType: hard
2665-
2666-
"@types/http-errors@npm:2.0.5":
2659+
"@types/http-errors@npm:*, @types/http-errors@npm:2.0.5":
26672660
version: 2.0.5
26682661
resolution: "@types/http-errors@npm:2.0.5"
26692662
checksum: 10/a88da669366bc483e8f3b3eb3d34ada5f8d13eeeef851b1204d77e2ba6fc42aba4566d877cca5c095204a3f4349b87fe397e3e21288837bdd945dd514120755b

0 commit comments

Comments
 (0)