Skip to content

Commit

Permalink
[release] 20211119 (#646)
Browse files Browse the repository at this point in the history
* [release] 20211119

* Update CHANGELOG.md

* Update changelog polkadot

Co-authored-by: Ian He <[email protected]>
  • Loading branch information
jiqiang90 and ianhe8x authored Nov 22, 2021
1 parent fa9c253 commit e9657d4
Show file tree
Hide file tree
Showing 38 changed files with 79 additions and 50 deletions.
Empty file removed .yarn/versions/07201a4d.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/13473b7c.yml

This file was deleted.

Empty file removed .yarn/versions/22f0c8c6.yml
Empty file.
Empty file removed .yarn/versions/40f7a5e9.yml
Empty file.
4 changes: 0 additions & 4 deletions .yarn/versions/47763a57.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .yarn/versions/4e99e59d.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/58682c0e.yml

This file was deleted.

Empty file removed .yarn/versions/630c0309.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/67928f32.yml

This file was deleted.

Empty file removed .yarn/versions/68fc57e7.yml
Empty file.
4 changes: 0 additions & 4 deletions .yarn/versions/7375f704.yml

This file was deleted.

Empty file removed .yarn/versions/794ca155.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/9a825322.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/c259f4a8.yml

This file was deleted.

Empty file removed .yarn/versions/d2c64b10.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/d6f0d5e7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/d90d7c14.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/dc10ab69.yml

This file was deleted.

Empty file removed .yarn/versions/efe147ac.yml
Empty file.
Empty file removed .yarn/versions/f176ad96.yml
Empty file.
Empty file removed .yarn/versions/f5c3a686.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/f97175a3.yml

This file was deleted.

Empty file removed .yarn/versions/feb0e105.yml
Empty file.
Empty file removed .yarn/versions/feed851d.yml
Empty file.
15 changes: 13 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.16.0] - 2021-11-19
### Fixed
- Fix migrate datasource entry path (#641)
- Touch up command line description (#628)
### Changed
- Codegen controller using new type mappings (#532)
- Update publish command to handle custom datasource (#641)
- init command now create spec v0.2.0 project by default (#643)
### Added
- Support Float type in Cli
- Support enums in codegen (#551)

## [0.15.0] - 2021-11-03
### Changed
Expand Down Expand Up @@ -105,7 +114,9 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/0.14.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/0.16.0...HEAD
[0.16.0]: https://github.com/subquery/subql/compare/cli/0.15.0...cli/0.16.0
[0.15.0]: https://github.com/subquery/subql/compare/cli/0.14.0...cli/0.15.0
[0.14.0]: https://github.com/subquery/subql/compare/cli/0.13.0...cli/0.14.0
[0.9.2]: https://github.com/subquery/subql/compare/v0.9.0...v0.9.2
[0.9.0]: https://github.com/subquery/subql/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "0.15.1-8",
"version": "0.16.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
12 changes: 10 additions & 2 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.14.0] - 2021-11-19
### Added
- Add Bytes type
- Add TypeClass, supported types mapping , support float type(#532)
- Refactor dictionary gql queries (#613)
- Process enum in entities (#551)
### Changed
- Moved isCustomDs and isRuntimeDs to here (#610)
- Remove descriptive field in deployment (#637)

## [0.13.0] - 2021-11-03
### Added
Expand Down Expand Up @@ -99,7 +106,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/0.13.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/0.14.0...HEAD
[0.14.0]: https://github.com/subquery/subql/compare/common/0.13.0...common/0.14.0
[0.13.0]: https://github.com/subquery/subql/compare/common/0.12.0...common/0.13.0
[0.8.2]: https://github.com/subquery/subql/compare/v0.8.0...v0.8.2
[0.8.0]: https://github.com/subquery/subql/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "0.13.1-7",
"version": "0.14.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/contract-processors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2021-11-19
### Changed
- Reduce jest mem in Moonbeam test(#613)

## [0.3.0] - 2021-11-03
### Fixed
- Fix evm tx's `from` field (#590)
Expand All @@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basic implementation for moonbeam evm processor (#547)

[Unreleased]: https://github.com/subquery/subql/compare/contract-processors/0.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/contract-processors/0.3.1...HEAD
[0.3.1]: https://github.com/subquery/subql/compare/contract-processors/0.3.0...contract-processors/0.3.1
[0.3.0]: https://github.com/subquery/subql/compare/contract-processors/0.2.0...contract-processors/0.3.0

2 changes: 1 addition & 1 deletion packages/contract-processors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/contract-processors",
"version": "0.3.1-1",
"version": "0.3.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
18 changes: 17 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2021-11-19
### Fixed:
- Fix publish failing with custom ds and assets (#610)
- Support for enum, add into store and store operations (#551)
### Added:
- Allow running node from a different port through flag `—port`(#618)
- Add flag `force-clean`, force clean the database, dropping project schemas and tables (#619)
- Add `unsafe` flag for subql/node (#629)
### Changed:
- Merge metadata from query and node (#555)
- Refactor dictionary gql queries (#613)
- Use types mapping in storeOperation (#532)
- Replace patch api with `api.at()` (#638)
- Update polkadot api to 6.9.2 (#648)

## [0.24.0] - 2021-11-03
### Added
- [custom ds] Read and feed assets to custom ds's `validate()` (#547)
Expand Down Expand Up @@ -327,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/0.24.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/0.25.0...HEAD
[0.25.0]: https://github.com/subquery/subql/compare/node/0.24.0...node/0.25.0
[0.24.0]: https://github.com/subquery/subql/compare/node/0.23.1...node/0.24.0
[0.23.1]: https://github.com/subquery/subql/compare/node/0.23.0...node/0.23.1
[0.23.0]: https://github.com/subquery/subql/compare/v0.16.0...v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "0.24.1-14",
"version": "0.25.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.8.0] - 2021-11-19
### Added
- Support enum in postgraphile plugin (#551)
### Changed
- Update `GetMetadataPlugin` to support fetch from both api and table (#555)

## [0.7.4] - 2021-11-03
### Changed
- Bump dependencies (#584)
Expand Down Expand Up @@ -70,7 +76,8 @@ Upgrade priority: High. This fix the entities name conflict issue, for users who
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/0.7.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/0.8.0...HEAD
[0.8.0]: https://github.com/subquery/subql/compare/query/0.7.4...query/0.8.0
[0.7.4]: https://github.com/subquery/subql/compare/query/0.7.3...query/0.7.4
[0.5.0]: https://github.com/subquery/subql/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/subquery/subql/compare/v0.3.2...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "0.7.5-5",
"version": "0.8.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down
7 changes: 6 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.10.1] - 2021-11-19
### Changed
- Update patch api type (#638)

## [0.10.0] - 2021-11-03
### Changed
- Update interface under project for Moonbeam custom datasource processor (#579)
Expand Down Expand Up @@ -75,7 +79,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/types/0.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/0.10.1...HEAD
[0.10.1]: https://github.com/subquery/subql/compare/types/0.10.0...types/0.10.1
[0.10.0]: https://github.com/subquery/subql/compare/types/0.9.0...types/0.10.0
[0.7.0]: https://github.com/subquery/subql/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/subquery/subql/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "0.10.1-1",
"version": "0.10.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
13 changes: 12 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.4.0] - 2021-11-19
### Added
- Added ipfs-reader and update reader (#486)
- Add validator that runs custom ds processor validation (#596)
### Changed
- Bump deps (#584)
- Move `isCustomDs` to Common (#610)
### Fixed
- Fix validating custom DS if location param is provided (#639)

## [0.3.0] - 2021-10-12
### Added
- Add validation for manifest v0.2.0 (#495)
Expand All @@ -22,4 +32,5 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
### Added
- init release: support validation of subquery project

[Unreleased]: https://github.com/subquery/subql/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/subquery/subql/compare/query/0.3.0...query/0.4.0
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "0.3.1-5",
"version": "0.4.0",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit e9657d4

Please sign in to comment.