diff --git a/.yarn/versions/0568a5e3.yml b/.yarn/versions/0568a5e3.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/0e8338ad.yml b/.yarn/versions/0e8338ad.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/26f9d372.yml b/.yarn/versions/26f9d372.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/3ef0d706.yml b/.yarn/versions/3ef0d706.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/454d0210.yml b/.yarn/versions/454d0210.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/7a978424.yml b/.yarn/versions/7a978424.yml deleted file mode 100644 index ec3b0ebb6f..0000000000 --- a/.yarn/versions/7a978424.yml +++ /dev/null @@ -1,5 +0,0 @@ -undecided: - - "@subql/node" - - "@subql/node-core" - - "@subql/types" - - "@subql/utils" diff --git a/.yarn/versions/7d0ba988.yml b/.yarn/versions/7d0ba988.yml deleted file mode 100644 index 505792ca18..0000000000 --- a/.yarn/versions/7d0ba988.yml +++ /dev/null @@ -1,2 +0,0 @@ -undecided: - - "@subql/validator" diff --git a/.yarn/versions/9aef76dc.yml b/.yarn/versions/9aef76dc.yml deleted file mode 100644 index 75f21d7001..0000000000 --- a/.yarn/versions/9aef76dc.yml +++ /dev/null @@ -1,2 +0,0 @@ -undecided: - - "@subql/node-core" diff --git a/.yarn/versions/b09ea481.yml b/.yarn/versions/b09ea481.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/b3da2d4b.yml b/.yarn/versions/b3da2d4b.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/e22b680b.yml b/.yarn/versions/e22b680b.yml deleted file mode 100644 index 75f21d7001..0000000000 --- a/.yarn/versions/e22b680b.yml +++ /dev/null @@ -1,2 +0,0 @@ -undecided: - - "@subql/node-core" diff --git a/.yarn/versions/e9c86ee8.yml b/.yarn/versions/e9c86ee8.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cec150bc0d..b285fde51d 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.0.3] - 2023-10-11 ### Fixed - Fixed yaml readers/writers on `init` command (#2082) @@ -471,7 +473,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.0.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.3...HEAD +[4.0.3]: https://github.com/subquery/subql/compare/cli/4.0.2...cli/4.0.3 [4.0.2]: https://github.com/subquery/subql/compare/cli/4.0.1...cli/4.0.2 [4.0.1]: https://github.com/subquery/subql/compare/cli/4.0.0...cli/4.0.1 [4.0.0]: https://github.com/subquery/subql/compare/cli/3.6.1...cli/4.0.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index a9ed9d867c..5831b7ec11 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.0.3-1", + "version": "4.0.3", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -91,6 +91,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "4.0.3-0" + } } diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 71bc6a8c3f..56545aecd3 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/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] + +## [6.0.0] - 2023-10-11 ### Changed - Support scoped debug logging (#2077) @@ -12,12 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Debug logging for dictionary queries (#2077) ### Fixed -- Fixed Poi migration performance issue with `sqlIterator` -- Fixed AutoQueue timeout issue, align setting with nodeConfig. - -### Fixed -- Fixed Poi migration performance issue with `sqlIterator` -- Fixed AutoQueue timeout issue, align setting with nodeConfig. +- Fixed Poi migration performance issue with `sqlIterator` +- Fixed AutoQueue timeout issue, align setting with nodeConfig. (#2081) +- Fixed Poi sync could block DB IO and drop connection issue (#2086) ## [5.0.3] - 2023-10-03 ### Fixed @@ -423,7 +422,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/5.0.4...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.0.0...HEAD +[5.0.4]: https://github.com/subquery/subql/compare/node-core/5.0.3...node-core/6.0.0 [5.0.3]: https://github.com/subquery/subql/compare/node-core/5.0.2...node-core/5.0.3 [5.0.2]: https://github.com/subquery/subql/compare/node-core/5.0.1...node-core/5.0.2 [5.0.1]: https://github.com/subquery/subql/compare/node-core/4.2.3...node-core/5.0.1 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index f153ad9a71..170c000657 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "5.0.4-4", + "version": "6.0.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -44,6 +44,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "5.0.4-3" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 24b338a11b..b70fc6d9b2 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,14 +5,16 @@ 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] + +## [3.0.5] - 2023-10-11 ### Changed - debug has changed from a boolean to a string to allow scoping debug log level (#2077) ### Fixed -- Sync with node-core. +- Sync with node-core. - Fixed Poi migration performance issue. - - Fixed AutoQueue timeout issue. - - Fixed Poi sync could block DB IO and drop connection issue. + - Fixed AutoQueue timeout issue. (#2081) + - Fixed Poi sync could block DB IO and drop connection issue.(#2086) ## [3.0.4] - 2023-10-03 ### Changed @@ -1001,7 +1003,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.0.4...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/3.0.5...HEAD +[3.0.5]: https://github.com/subquery/subql/compare/node/3.0.4...node/3.0.5 [3.0.4]: https://github.com/subquery/subql/compare/node/3.0.3...node/3.0.4 [3.0.3]: https://github.com/subquery/subql/compare/node/3.0.2...node/3.0.3 [3.0.2]: https://github.com/subquery/subql/compare/node/3.0.1...node/3.0.2 diff --git a/packages/node/package.json b/packages/node/package.json index b3397cacc5..b00939fd8c 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.0.5-3", + "version": "3.0.5", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.0.5-2" + ] } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 31a9ec6968..d407b125f3 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -5,9 +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] + +## [2.4.4] - 2023-10-11 ### Added - Option to set debug level for child loggers +### Fixed +- fix undefined ts type for unsupported field type (#2003) + ## [2.4.3] - 2023-07-31 ### Fixed - Update license (#1891) @@ -86,7 +91,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/v2.4.3...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/v2.4.4...HEAD +[2.4.4]: https://github.com/subquery/subql/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/subquery/subql/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/subquery/subql/compare/utils/2.4.1...utils/2.4.2 [2.4.1]: https://github.com/subquery/subql/compare/utils/2.4.0...utils/2.4.1 diff --git a/packages/utils/package.json b/packages/utils/package.json index 79a6661e86..3bdecc13ba 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.4.4-2", + "version": "2.4.4", "description": "", "packageManager": "yarn@3.1.1", "scripts": {