From 17bde986a68336108d12a07ceb67b0c868af9c24 Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Thu, 29 Feb 2024 19:55:57 +1300 Subject: [PATCH] [release] 20240229 (#2279) * [release] 20240229 * fix changelog --- packages/cli/CHANGELOG.md | 5 ++++- packages/cli/package.json | 2 +- packages/node-core/CHANGELOG.md | 6 +++++- packages/node-core/package.json | 5 ++--- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 5 ++--- packages/query/CHANGELOG.md | 5 ++++- packages/query/package.json | 5 ++--- packages/utils/CHANGELOG.md | 6 ++++-- packages/utils/package.json | 5 ++--- 10 files changed, 32 insertions(+), 19 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f33b3b5d65..f732b072c5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.3.0] - 2024-02-29 ### Fixed - Publish command output flag not working (#2270) @@ -532,7 +534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - support subcommand codegen - support subcommand init -[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.7...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/4.3.0...HEAD +[4.3.0]: https://github.com/subquery/subql/compare/cli/4.2.7...cli/4.3.0 [4.2.7]: https://github.com/subquery/subql/compare/cli/4.2.6...cli/4.2.7 [4.2.6]: https://github.com/subquery/subql/compare/cli/4.2.5...cli/4.2.6 [4.2.5]: https://github.com/subquery/subql/compare/cli/4.2.4...cli/4.2.5 diff --git a/packages/cli/package.json b/packages/cli/package.json index 5c28d54307..abd2029ff3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.2.7", + "version": "4.3.0", "author": "Ian He", "bin": { "subql": "./bin/run" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index d5e288f2f0..147acebba7 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [7.3.1] - 2024-02-29 ### Removed - `scale-batch-size` flag as it had no use (#2275) ### Fixed - Drop subscription triggers and notifiy_functions (#2277) +- Fix poi issue due to Int hashCode failed (#2278) ## [7.3.0] - 2024-02-23 ### Added @@ -580,7 +583,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.3.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.3.1...HEAD +[7.3.1]: https://github.com/subquery/subql/compare/node-core/7.3.0...node-core/7.3.1 [7.3.0]: https://github.com/subquery/subql/compare/node-core/7.2.1...node-core/7.3.0 [7.2.1]: https://github.com/subquery/subql/compare/node-core/7.2.0...node-core/7.2.1 [7.2.0]: https://github.com/subquery/subql/compare/node-core/7.1.0...node-core/7.2.0 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 3f19d3ec47..9b29a8f86e 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "7.3.1-1", + "version": "7.3.1", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -47,6 +47,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "7.3.1-0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 179cd2ccbd..377a6f7b9e 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.1] - 2024-02-29 +### Fixed +- Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions + ## [3.6.0] - 2024-02-23 ### Changed - Update `@subql/node-core` to 7.3.0 @@ -1113,7 +1117,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/3.6.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/3.6.1...HEAD +[3.6.1]: https://github.com/subquery/subql/compare/node/3.6.0...node/3.6.1 [3.6.0]: https://github.com/subquery/subql/compare/node/3.5.3...node/3.6.0 [3.5.3]: https://github.com/subquery/subql/compare/node/3.5.1...node/3.5.3 [3.5.1]: https://github.com/subquery/subql/compare/node/3.5.0...node/3.5.1 diff --git a/packages/node/package.json b/packages/node/package.json index d5b2744946..9bfefa4ee8 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.6.1-0", + "version": "3.6.1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.6.0" + ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index b7c8895257..66db9a329c 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.9.1] - 2024-02-29 ### Fixed - Relation filters not taking into account block height when historical is enabled (#2276) @@ -281,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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/2.9.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/query/2.9.1...HEAD +[2.9.1]: https://github.com/subquery/subql/compare/query/2.9.0...query/2.9.1 [2.9.0]: https://github.com/subquery/subql/compare/query/2.8.0...query/2.9.0 [2.8.0]: https://github.com/subquery/subql/compare/query/2.7.0...query/2.8.0 [2.7.0]: https://github.com/subquery/subql/compare/query/2.6.0...query2.7.0 diff --git a/packages/query/package.json b/packages/query/package.json index 2afb464e23..27c733b63c 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.9.1-1", + "version": "2.9.1", "description": "", "bin": { "subql-query": "./bin/run" @@ -69,6 +69,5 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - }, - "stableVersion": "2.9.1-0" + } } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index c95649b4df..51dcedbb6d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.1] - 2024-02-29 ### Fixed -- Fixed Int hashCode method failed due to original method not support negative value +- Fixed Int hashCode method failed due to original method not support negative value (#2278) ## [2.7.0] - 2024-01-25 ### Added @@ -117,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update polkadot/api to 9 -[Unreleased]: https://github.com/subquery/subql/compare/utils/2.7.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/utils/2.7.1...HEAD +[2.7.1]: https://github.com/subquery/subql/compare/utils/2.7.0...utils/2.7.1 [2.7.0]: https://github.com/subquery/subql/compare/utils/2.6.2...utils/2.7.0 [2.6.2]: https://github.com/subquery/subql/compare/utils/2.6.1...utils/2.6.2 [2.6.1]: https://github.com/subquery/subql/compare/utils/2.6.0...utils/2.6.1 diff --git a/packages/utils/package.json b/packages/utils/package.json index 351eb98ac0..d71ea23d5b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.7.1-1", + "version": "2.7.1", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,6 +30,5 @@ }, "devDependencies": { "@types/semver": "^7" - }, - "stableVersion": "2.7.1-0" + } }