Skip to content

Commit

Permalink
chore(release): 11.2.0 (#760)
Browse files Browse the repository at this point in the history
* chore(release): 11.2.0

* Update version
  • Loading branch information
maciejhirsz authored Nov 11, 2021
1 parent 0581ddb commit 6a8a0c9
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 46 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## [11.2.0](https://github.com/paritytech/substrate-api-sidecar/compare/v11.1.2..v11.2.0) (2021-11-11)

Upgrade Priority: Medium (For users using the `/experimental/paras` endpoint)

## Features

- feat: add query param `metadata` for `/transaction/material` ([#746](https://github.com/paritytech/substrate-api-sidecar/pull/746)) ([273cac2](https://github.com/paritytech/substrate-api-sidecar/commit/273cac2ae7e9d7ff05a5a4146d4ce1ee5090e773))
- Note: In future releases the query parameter `noMeta` will be deprecated, and then removed.

## Bug Fixes
- fix: update blockWeightStore for polkadot v9122 ([#755](https://github.com/paritytech/substrate-api-sidecar/pull/755)) ([2e43b05](https://github.com/paritytech/substrate-api-sidecar/commit/2e43b052d7f68ac78125712215d141916ca25664))
- fix: support calc fee for Karura Acala ([#754](https://github.com/paritytech/substrate-api-sidecar/pull/754)) ([42ae857](https://github.com/paritytech/substrate-api-sidecar/commit/42ae857630ef0153e0cbc1c4587b864fc75ca89c)) Contributed by [xlc](https://github.com/xlc)
- fix(ParasService): adjust endpoint to use historicApi, fix endingOffset bug, and leasePeriodIndex ([#735](https://github.com/paritytech/substrate-api-sidecar/pull/735)) ([ce2ff0b](https://github.com/paritytech/substrate-api-sidecar/commit/ce2ff0bfb1fb21207c0da92b2a7d92b5f262f5f3))
- Note: In the next weekly release we will migrate off of `/experimental/paras` to `/paras`
- fix(e2e-tests): add kusama e2e tests for paras endpoint ([#736](https://github.com/paritytech/substrate-api-sidecar/pull/736)) ([54d0939](https://github.com/paritytech/substrate-api-sidecar/commit/54d09398af6fb2cfbd1264d199d99fc01dd6d251))
- fix(e2e-tests): update scripts to use `--log-level=http` ([#758](https://github.com/paritytech/substrate-api-sidecar/pull/758)) ([2e527d3](https://github.com/paritytech/substrate-api-sidecar/commit/2e527d349d01e685b4e1f9fcae8e13bd622b1f29))


## Compatibility

Tested against:
- Polkadot v9122
- Kusama v9122
- Westend v9122

## [11.1.2](https://github.com/paritytech/substrate-api-sidecar/compare/v11.1.1..v11.1.2) (2021-11-08)

**Upgrade priority**: Low (Performance increase via polkadot-js, and calamari-chain fee support)
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,9 @@ All the commits in this repo follow the [Conventional Commits spec](https://www.
#### Publish on GitHub
1. Now that master has the commit for the release, pull down `master` branch.
1. Make sure the tag reflects your corresponding version, and run:
```bash
git tag v5.0.1
git push origin v5.0.1
```
1. Double check that `master` is properly merged, pull down `master` branch.
1. Go to [tags](https://github.com/paritytech/substrate-api-sidecar/tags) on github, inside of the repo, and click the three dots to the far right and select the option to create a release.
1. [Create a new release](https://github.com/paritytech/substrate-api-sidecar/releases/new) on github, select `Choose a tag` and create a new tag name matching the version like `v5.0.1`. The tag will be automatically published along with the release notes.
1. Generally you can copy the changelog information and set the release notes to that. You can also observe past releases as a reference.
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/app.bundle.js

Large diffs are not rendered by default.

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: 11.1.2
version: 11.2.0
tags:
- name: accounts
- name: blocks
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.1.2",
"version": "11.2.0",
"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 Expand Up @@ -56,7 +56,7 @@
"@polkadot/apps-config": "0.98.2-57",
"@polkadot/util-crypto": "^7.8.2",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.4",
"@substrate/calc": "^0.2.5",
"argparse": "^2.0.1",
"confmgr": "1.0.7",
"express": "^4.17.1",
Expand All @@ -69,12 +69,12 @@
"@substrate/dev": "^0.5.6",
"@types/argparse": "2.0.10",
"@types/express": "4.17.13",
"@types/express-serve-static-core": "4.17.24",
"@types/express-serve-static-core": "4.17.25",
"@types/http-errors": "1.8.1",
"@types/lru-cache": "^5.1.1",
"@types/morgan": "1.9.3",
"@types/triple-beam": "^1.3.2",
"standard-version": "9.3.1",
"standard-version": "9.3.2",
"tsc-watch": "^4.4.0"
},
"resolutions": {
Expand Down
51 changes: 20 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,11 +1305,11 @@ __metadata:
"@polkadot/apps-config": 0.98.2-57
"@polkadot/util-crypto": ^7.8.2
"@polkadot/x-rxjs": ^6.11.1
"@substrate/calc": ^0.2.4
"@substrate/calc": ^0.2.5
"@substrate/dev": ^0.5.6
"@types/argparse": 2.0.10
"@types/express": 4.17.13
"@types/express-serve-static-core": 4.17.24
"@types/express-serve-static-core": 4.17.25
"@types/http-errors": 1.8.1
"@types/lru-cache": ^5.1.1
"@types/morgan": 1.9.3
Expand All @@ -1320,18 +1320,18 @@ __metadata:
express-winston: ^4.1.0
http-errors: ^1.8.0
lru-cache: ^6.0.0
standard-version: 9.3.1
standard-version: 9.3.2
tsc-watch: ^4.4.0
winston: ^3.3.3
bin:
substrate-api-sidecar: ./build/src/main.js
languageName: unknown
linkType: soft

"@substrate/calc@npm:^0.2.4":
version: 0.2.4
resolution: "@substrate/calc@npm:0.2.4"
checksum: fb1b51853ead2e2a6e50232982402a2357beb45b6371d61c4383c0a3a8eb7fdb58fc1e6c7f1cf42bbd25ffc11f2b12bc14630c0a870347b367fc2866aa87838f
"@substrate/calc@npm:^0.2.5":
version: 0.2.5
resolution: "@substrate/calc@npm:0.2.5"
checksum: 9abfbd6cc09ebefd62f119d74e87e0bbad6b0d42990bb976ac0514739aa03cc56affac343bc9fbc04722a01bd387e777d4208fd1cb3858cc0f4753d62ac44f5f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1446,14 +1446,14 @@ __metadata:
languageName: node
linkType: hard

"@types/express-serve-static-core@npm:4.17.24, @types/express-serve-static-core@npm:^4.17.18":
version: 4.17.24
resolution: "@types/express-serve-static-core@npm:4.17.24"
"@types/express-serve-static-core@npm:4.17.25, @types/express-serve-static-core@npm:^4.17.18":
version: 4.17.25
resolution: "@types/express-serve-static-core@npm:4.17.25"
dependencies:
"@types/node": "*"
"@types/qs": "*"
"@types/range-parser": "*"
checksum: 2f0b4711261d663bf93df4dbd6f0270e84d1624278e2f3722cf050e2e6be521b6d385bb69bd0eac14abbf1119d4b308a731ec746fb2c3848697658e9e49e5676
checksum: a60d44676db470afd413130ca8b464d864eb2c1a882b1037a52c5b612eebb61bcc4289d927cb09456be56c78bebe3cb24ffeaf0fa11bd7f5237a3ed5360abf3a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2794,25 +2794,14 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:4.5.0":
version: 4.5.0
resolution: "conventional-changelog-conventionalcommits@npm:4.5.0"
dependencies:
compare-func: ^2.0.0
lodash: ^4.17.15
q: ^1.5.1
checksum: e11944881f123f26a92e823a96e4d921b03203a312da9d539773c424103b49917f59fa717a079738f4d5b0e9709b0336ec323a86a56df7d008663b01e5f8b3b9
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^4.5.0":
version: 4.6.0
resolution: "conventional-changelog-conventionalcommits@npm:4.6.0"
"conventional-changelog-conventionalcommits@npm:4.6.1, conventional-changelog-conventionalcommits@npm:^4.5.0":
version: 4.6.1
resolution: "conventional-changelog-conventionalcommits@npm:4.6.1"
dependencies:
compare-func: ^2.0.0
lodash: ^4.17.15
q: ^1.5.1
checksum: b7dccba3e91ee9122f5b5e214e891f9dc516cd7432894fef8e3bf60d76bd8618bb252621c23fe628ec0eda2032ba2e253e0177317aa133452ef62b9703b84778
checksum: f866616c8f6f21cea005b42792451bfbd16bd4d82872867d1218f67a7993a53c5d87e26d6b483d9252e8022f2e4570e6cf9fa2a409aae5a3d73eea92ccf78b13
languageName: node
linkType: hard

Expand Down Expand Up @@ -7842,14 +7831,14 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"standard-version@npm:9.3.1":
version: 9.3.1
resolution: "standard-version@npm:9.3.1"
"standard-version@npm:9.3.2":
version: 9.3.2
resolution: "standard-version@npm:9.3.2"
dependencies:
chalk: ^2.4.2
conventional-changelog: 3.1.24
conventional-changelog-config-spec: 2.1.0
conventional-changelog-conventionalcommits: 4.5.0
conventional-changelog-conventionalcommits: 4.6.1
conventional-recommended-bump: 6.1.0
detect-indent: ^6.0.0
detect-newline: ^3.1.0
Expand All @@ -7863,7 +7852,7 @@ fsevents@^2.3.2:
yargs: ^16.0.0
bin:
standard-version: bin/cli.js
checksum: 8cf328d8400cf603a3d189656b742bb8dd36b467d71f110ea2ee353b4864c3c5097f06a903aa5d1c1ce23233a28d71dade518e8250467784bbddf5398f6edb87
checksum: 40e1105b73e77105338a869096708e15aebf0c1104740f8cbbbb24173f55a8e7f221ff2e4cad4765c230d34094caa4e378ceb74a1ea890709c32f5fb67bd49b7
languageName: node
linkType: hard

Expand Down

0 comments on commit 6a8a0c9

Please sign in to comment.