Skip to content

Commit cd06559

Browse files
feat: v20.12.0 (#1838)
1 parent abb0052 commit cd06559

File tree

4 files changed

+50
-41
lines changed

4 files changed

+50
-41
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
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.12.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.11.0..v20.12.0) (2025-12-01)
6+
7+
### Feat
8+
9+
- feat: Add accounts/{}/foreign-asset-balances ([#1834](https://github.com/paritytech/substrate-api-sidecar/pull/1834)) ([1772e85](https://github.com/paritytech/substrate-api-sidecar/commit/1772e85))
10+
11+
### Fix
12+
13+
- fix: Use Parity nodes in the integration tests. ([#1829](https://github.com/paritytech/substrate-api-sidecar/pull/1829)) ([f06e9db](https://github.com/paritytech/substrate-api-sidecar/commit/f06e9db))
14+
- fix: add PAH consts to ahm-info ([#1823](https://github.com/paritytech/substrate-api-sidecar/pull/1823)) ([e79e4a0](https://github.com/paritytech/substrate-api-sidecar/commit/e79e4a0))
15+
16+
### Chore
17+
18+
- chore(pjs): Update pjs deps and fix BlockHash type as part of build ([#1830](https://github.com/paritytech/substrate-api-sidecar/pull/1830)) ([5eefb62](https://github.com/paritytech/substrate-api-sidecar/commit/5eefb62))
19+
- chore(deps): bump body-parser from 2.2.0 to 2.2.1 ([#1836](https://github.com/paritytech/substrate-api-sidecar/pull/1836)) ([abb0052](https://github.com/paritytech/substrate-api-sidecar/commit/abb0052))
20+
- chore(deps): bump http-errors from 2.0.0 to 2.0.1 ([#1835](https://github.com/paritytech/substrate-api-sidecar/pull/1835)) ([e7de89f](https://github.com/paritytech/substrate-api-sidecar/commit/e7de89f))
21+
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 ([#1831](https://github.com/paritytech/substrate-api-sidecar/pull/1831)) ([c3fade7](https://github.com/paritytech/substrate-api-sidecar/commit/c3fade7))
22+
- chore(deps): bump winston from 3.17.0 to 3.18.3 ([#1825](https://github.com/paritytech/substrate-api-sidecar/pull/1825)) ([cd0b073](https://github.com/paritytech/substrate-api-sidecar/commit/cd0b073))
23+
- chore(deps): bump lru-cache from 11.1.0 to 11.2.2 ([#1812](https://github.com/paritytech/substrate-api-sidecar/pull/1812)) ([7294133](https://github.com/paritytech/substrate-api-sidecar/commit/7294133))
24+
- chore(deps): bump typeorm from 0.3.24 to 0.3.27 ([#1817](https://github.com/paritytech/substrate-api-sidecar/pull/1817)) ([10a3095](https://github.com/paritytech/substrate-api-sidecar/commit/10a3095))
25+
- chore(deps): bump actions/checkout from 5 to 6 ([#1833](https://github.com/paritytech/substrate-api-sidecar/pull/1833)) ([22ee44c](https://github.com/paritytech/substrate-api-sidecar/commit/22ee44c))
26+
- chore(deps): bump actions/upload-artifact from 4 to 5 ([#1807](https://github.com/paritytech/substrate-api-sidecar/pull/1807)) ([8c4d120](https://github.com/paritytech/substrate-api-sidecar/commit/8c4d120))
27+
- chore(deps): bump actions/download-artifact from 5 to 6 ([#1808](https://github.com/paritytech/substrate-api-sidecar/pull/1808)) ([bf83ec6](https://github.com/paritytech/substrate-api-sidecar/commit/bf83ec6))
28+
- chore(deps): bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#1837](https://github.com/paritytech/substrate-api-sidecar/pull/1837)) ([8aa8968](https://github.com/paritytech/substrate-api-sidecar/commit/8aa8968))
29+
- chore(deps): bump glob from 10.4.5 to 10.5.0 in /docs-v2 ([#1832](https://github.com/paritytech/substrate-api-sidecar/pull/1832)) ([6d09f4e](https://github.com/paritytech/substrate-api-sidecar/commit/6d09f4e))
30+
- chore(deps-dev): bump @types/express from 5.0.3 to 5.0.5 ([#1826](https://github.com/paritytech/substrate-api-sidecar/pull/1826), [#1811](https://github.com/paritytech/substrate-api-sidecar/pull/1811)) ([0f3ff62](https://github.com/paritytech/substrate-api-sidecar/commit/0f3ff62))
31+
32+
## Compatibility
33+
34+
Tested against the following node releases:
35+
- Polkadot v1.20.0 (Polkadot stable2509)
36+
- Kusama v1.20.0 (Polkadot stable2509)
37+
- Westend v1.20.0 (Polkadot stable2509)
38+
39+
Tested against the following runtime releases:
40+
- Polkadot v2000000
41+
- Kusama v1009002
42+
- Westend v1020004
43+
- Polkadot Asset Hub v2000000
44+
- Kusama Asset Hub v1009002
45+
546
## [20.11.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.2..v20.11.0) (2025-11-03)
647

748
### 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.11.0
11+
version: 20.12.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.11.0",
2+
"version": "20.12.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",

yarn.lock

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4096,19 +4096,7 @@ __metadata:
40964096
languageName: node
40974097
linkType: hard
40984098

4099-
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.4.0":
4100-
version: 4.4.0
4101-
resolution: "debug@npm:4.4.0"
4102-
dependencies:
4103-
ms: "npm:^2.1.3"
4104-
peerDependenciesMeta:
4105-
supports-color:
4106-
optional: true
4107-
checksum: 10/1847944c2e3c2c732514b93d11886575625686056cd765336212dc15de2d2b29612b6cd80e1afba767bb8e1803b778caf9973e98169ef1a24a7a7009e1820367
4108-
languageName: node
4109-
linkType: hard
4110-
4111-
"debug@npm:^4.4.3":
4099+
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.4.0, debug@npm:^4.4.3":
41124100
version: 4.4.3
41134101
resolution: "debug@npm:4.4.3"
41144102
dependencies:
@@ -4205,7 +4193,7 @@ __metadata:
42054193
languageName: node
42064194
linkType: hard
42074195

4208-
"depd@npm:2.0.0, depd@npm:^2.0.0, depd@npm:~2.0.0":
4196+
"depd@npm:^2.0.0, depd@npm:~2.0.0":
42094197
version: 2.0.0
42104198
resolution: "depd@npm:2.0.0"
42114199
checksum: 10/c0c8ff36079ce5ada64f46cc9d6fd47ebcf38241105b6e0c98f412e8ad91f084bcf906ff644cc3a4bd876ca27a62accb8b0fff72ea6ed1a414b89d8506f4a5ca
@@ -5552,20 +5540,7 @@ __metadata:
55525540
languageName: node
55535541
linkType: hard
55545542

5555-
"http-errors@npm:^2.0.0":
5556-
version: 2.0.0
5557-
resolution: "http-errors@npm:2.0.0"
5558-
dependencies:
5559-
depd: "npm:2.0.0"
5560-
inherits: "npm:2.0.4"
5561-
setprototypeof: "npm:1.2.0"
5562-
statuses: "npm:2.0.1"
5563-
toidentifier: "npm:1.0.1"
5564-
checksum: 10/0e7f76ee8ff8a33e58a3281a469815b893c41357378f408be8f6d4aa7d1efafb0da064625518e7078381b6a92325949b119dc38fcb30bdbc4e3a35f78c44c439
5565-
languageName: node
5566-
linkType: hard
5567-
5568-
"http-errors@npm:^2.0.1, http-errors@npm:~2.0.1":
5543+
"http-errors@npm:^2.0.0, http-errors@npm:^2.0.1, http-errors@npm:~2.0.1":
55695544
version: 2.0.1
55705545
resolution: "http-errors@npm:2.0.1"
55715546
dependencies:
@@ -5732,7 +5707,7 @@ __metadata:
57325707
languageName: node
57335708
linkType: hard
57345709

5735-
"inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.4":
5710+
"inherits@npm:2, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.4":
57365711
version: 2.0.4
57375712
resolution: "inherits@npm:2.0.4"
57385713
checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521
@@ -8382,7 +8357,7 @@ __metadata:
83828357
languageName: node
83838358
linkType: hard
83848359

8385-
"setprototypeof@npm:1.2.0, setprototypeof@npm:~1.2.0":
8360+
"setprototypeof@npm:~1.2.0":
83868361
version: 1.2.0
83878362
resolution: "setprototypeof@npm:1.2.0"
83888363
checksum: 10/fde1630422502fbbc19e6844346778f99d449986b2f9cdcceb8326730d2f3d9964dbcb03c02aaadaefffecd0f2c063315ebea8b3ad895914bf1afc1747fc172e
@@ -8788,14 +8763,7 @@ __metadata:
87888763
languageName: node
87898764
linkType: hard
87908765

8791-
"statuses@npm:2.0.1, statuses@npm:^2.0.1":
8792-
version: 2.0.1
8793-
resolution: "statuses@npm:2.0.1"
8794-
checksum: 10/18c7623fdb8f646fb213ca4051be4df7efb3484d4ab662937ca6fbef7ced9b9e12842709872eb3020cc3504b93bde88935c9f6417489627a7786f24f8031cbcb
8795-
languageName: node
8796-
linkType: hard
8797-
8798-
"statuses@npm:~2.0.2":
8766+
"statuses@npm:^2.0.1, statuses@npm:~2.0.2":
87998767
version: 2.0.2
88008768
resolution: "statuses@npm:2.0.2"
88018769
checksum: 10/6927feb50c2a75b2a4caab2c565491f7a93ad3d8dbad7b1398d52359e9243a20e2ebe35e33726dee945125ef7a515e9097d8a1b910ba2bbd818265a2f6c39879
@@ -9144,7 +9112,7 @@ __metadata:
91449112
languageName: node
91459113
linkType: hard
91469114

9147-
"toidentifier@npm:1.0.1, toidentifier@npm:~1.0.1":
9115+
"toidentifier@npm:~1.0.1":
91489116
version: 1.0.1
91499117
resolution: "toidentifier@npm:1.0.1"
91509118
checksum: 10/952c29e2a85d7123239b5cfdd889a0dde47ab0497f0913d70588f19c53f7e0b5327c95f4651e413c74b785147f9637b17410ac8c846d5d4a20a5a33eb6dc3a45

0 commit comments

Comments
 (0)