Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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.

## [20.10.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.0..v20.10.1) (2025-10-24)

### Fix

- 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))

### Chore

- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))

## Compatibility

Tested against the following node releases:
- Polkadot v1.20.0 (Polkadot stable2509)
- Kusama v1.20.0 (Polkadot stable2509)
- Westend v1.20.0 (Polkadot stable2509)

Tested against the following runtime releases:
- Polkadot v1007001
- Kusama v1009002
- Westend v1020004
- Polkadot Asset Hub v1007001
- Kusama Asset Hub v1009002

## [20.10.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.9.1..v20.10.0) (2025-10-22)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion docs/src/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: GPL-3.0-or-later
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
version: 20.10.0
version: 20.10.1
servers:
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
description: Polkadot Parity public sidecar
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20.10.0",
"version": "20.10.1",
"name": "@substrate/api-sidecar",
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2656,14 +2656,7 @@ __metadata:
languageName: node
linkType: hard

"@types/http-errors@npm:*":
version: 2.0.4
resolution: "@types/http-errors@npm:2.0.4"
checksum: 10/1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3
languageName: node
linkType: hard

"@types/http-errors@npm:2.0.5":
"@types/http-errors@npm:*, @types/http-errors@npm:2.0.5":
version: 2.0.5
resolution: "@types/http-errors@npm:2.0.5"
checksum: 10/a88da669366bc483e8f3b3eb3d34ada5f8d13eeeef851b1204d77e2ba6fc42aba4566d877cca5c095204a3f4349b87fe397e3e21288837bdd945dd514120755b
Expand Down
Loading