Skip to content

Commit afedb82

Browse files
authored
chore(release): 19.4.0 (#1571)
1 parent 6a36d7c commit afedb82

File tree

4 files changed

+43
-5
lines changed

4 files changed

+43
-5
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
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+
## [19.4.0](https://github.com/paritytech/substrate-api-sidecar/compare/v19.3.1..v19.4.0) (2025-01-07)
6+
7+
### Features
8+
9+
- feat: coretime implementation ([#1558](https://github.com/paritytech/substrate-api-sidecar/pull/1558)) ([3a92196](https://github.com/paritytech/substrate-api-sidecar/commit/3a921963ee5d4d8ee2c5dcfb0edf83428e706b45))
10+
- feat: Add configuration parameter for request body size ([#1565](https://github.com/paritytech/substrate-api-sidecar/pull/1565)) ([98f083d](https://github.com/paritytech/substrate-api-sidecar/commit/98f083dc9a11ca4f29db2590ca0045804766d215))
11+
12+
### CI
13+
14+
- ci: fix benchmark workflow, move docs to gh-pages ([#1552](https://github.com/paritytech/substrate-api-sidecar/pull/1552)) ([226f656](https://github.com/paritytech/substrate-api-sidecar/commit/226f65668536f061faad53dba5f19af516d82869))
15+
16+
### Docs
17+
18+
- docs: update docs & benchmarks related docs ([#1553](https://github.com/paritytech/substrate-api-sidecar/pull/1553)) ([bd9cad8](https://github.com/paritytech/substrate-api-sidecar/commit/bd9cad82aa865d2db69f091ebb083259f4fd42e5))
19+
20+
### Chores
21+
22+
- chore: 2025 ([#1570](https://github.com/paritytech/substrate-api-sidecar/pull/1570)) ([6a36d7c](https://github.com/paritytech/substrate-api-sidecar/commit/6a36d7c4c61bef785e258f91a41db479389c3ff7))
23+
- chore(deps): update polkadot-js deps ([#1567](https://github.com/paritytech/substrate-api-sidecar/pull/1567)) ([fe2e697](https://github.com/paritytech/substrate-api-sidecar/commit/fe2e69760a28cfb15d2b9b1622f33e1aed0470b0))
24+
- chore(deps): update non pjs deps ([#1568](https://github.com/paritytech/substrate-api-sidecar/pull/1568)) ([7ddd854](https://github.com/paritytech/substrate-api-sidecar/commit/7ddd8543734acdd8c0883e7fd8d77ef5bff16da3))
25+
- chore(yarn): bump yarn to 4.6.0 & small guide update ([#1569](https://github.com/paritytech/substrate-api-sidecar/pull/1569)) ([c64312f](https://github.com/paritytech/substrate-api-sidecar/commit/c64312f9c896f8e7d78de7856559c71388acf2d8))
26+
- chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 ([#1564](https://github.com/paritytech/substrate-api-sidecar/pull/1564)) ([1e519ce](https://github.com/paritytech/substrate-api-sidecar/commit/1e519cec524d22b749d724caeb304f173f32323d))
27+
- chore(deps): bump the pjs group with 5 updates ([#1561](https://github.com/paritytech/substrate-api-sidecar/pull/1561)) ([fe1e303](https://github.com/paritytech/substrate-api-sidecar/commit/fe1e3036f2e52aa0b5322a8ee286ba02f55bd3c7))
28+
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs ([#1560](https://github.com/paritytech/substrate-api-sidecar/pull/1560)) ([cdaf3e3](https://github.com/paritytech/substrate-api-sidecar/commit/cdaf3e36031a84e9f5ac157b6b4709c89bc89c32))
29+
- chore(deps): bump the pjs group with 5 updates ([#1559](https://github.com/paritytech/substrate-api-sidecar/pull/1559)) ([a6eb6aa](https://github.com/paritytech/substrate-api-sidecar/commit/a6eb6aa6687982d31474f305f1044db3c2b8faf8))
30+
- chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 ([#1557](https://github.com/paritytech/substrate-api-sidecar/pull/1557)) ([1d75954](https://github.com/paritytech/substrate-api-sidecar/commit/1d759546b9a2aeb6b0a9a4014c8f2cd8fa3b1198))
31+
32+
33+
## Compatibility
34+
35+
Tested against the following node releases:
36+
- Polkadot v1.17.0 (Polkadot stable2412)
37+
- Kusama v1.17.0 (Polkadot stable2412)
38+
- Westend v1.17.0 (Polkadot stable2412)
39+
40+
Tested against the following runtime releases:
41+
- Polkadot v1003004
42+
- Kusama v1003003
43+
- Westend v1017001
44+
545
## [19.3.1](https://github.com/paritytech/substrate-api-sidecar/compare/v19.3.0..v19.3.1) (2024-11-19)
646

747
### Fixes

RELEASE.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ _Estimated Time Needed: Depending on your machine and the syncing mode you choos
4242
4343
1. Update the version in the package.json (this is very important for releasing on NPM).
4444
45-
1. Update the substrate-api-sidecar version in the docs by going into `docs/src/openapi-v1.yaml`, and changing the `version` field under `info` to the releases respected version. No need to run `yarn build:docs` (refer to the [README](./docs/README) for more info)
46-
47-
Note: you can double check that the version is updated by opening the page `index.html` (from folder `docs/dist`) on your browser. The version badge is located on the top of the page next to the title.
45+
1. Update the substrate-api-sidecar version in the docs by going into `docs/src/openapi-v1.yaml`, and changing the `version` field under `info` to the releases respected version. No need to run `yarn build:docs` (refer to the [README](./docs/README.md) for more info).
4846
4947
1. Update `CHANGELOG.md` by looking at merged PRs since the last release. Follow the format of previous releases. Only record dep updates if they reflect type definition updates as those affect the users API. It will also help to sort previous PR's by "recently updated" in order to see all PR's merged since the last release.
5048

docs/src/openapi-v1.yaml

+1-1
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: 19.3.1
11+
version: 19.4.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.3.1",
2+
"version": "19.4.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)