Skip to content

Commit

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

* Add node changelog
  • Loading branch information
stwiname authored Jan 25, 2024
1 parent 21fdf5f commit f4ff0a1
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/4e548745.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/node-core"
- "@subql/query"
- "@subql/utils"
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [7.1.0] - 2024-01-25
### Added
- Support for CSV output with flag `--csv-out-dir` (#2224)
- Support for Schema Migration with `--allow-schema-migration` flag (#2179)
Expand Down Expand Up @@ -547,7 +549,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.0.8...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.1.0...HEAD
[7.1.0]: https://github.com/subquery/subql/compare/node-core/7.0.8...node-core/7.1.0
[7.0.8]: https://github.com/subquery/subql/compare/node-core/7.0.7...node-core/7.0.8
[7.0.7]: https://github.com/subquery/subql/compare/node-core/7.0.6...node-core/7.0.7
[7.0.6]: https://github.com/subquery/subql/compare/node-core/7.0.5...node-core/7.0.6
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "7.0.9-2",
"version": "7.1.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "7.0.9-1"
}
}
7 changes: 6 additions & 1 deletion packages/node/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]

## [3.5.0] - 2024-01-25
### Changed
- Update `@subql/node-core` with support for CSV exports and schema migrations

## [3.4.11] - 2024-01-10
### Fixed
- Update with node-core , improve project initialization query from x-sequelize (#2212)
Expand Down Expand Up @@ -1097,7 +1101,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.4.11...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.5.0...HEAD
[3.5.0]: https://github.com/subquery/subql/compare/node/3.4.11...node/3.5.0
[3.4.11]: https://github.com/subquery/subql/compare/node/3.4.10...node/3.4.11
[3.4.10]: https://github.com/subquery/subql/compare/node/3.4.9...node/3.4.10
[3.4.9]: https://github.com/subquery/subql/compare/node/3.4.8...node/3.4.9
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "3.4.12-0",
"version": "3.5.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.4.11"
]
}
5 changes: 4 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0] - 2024-01-25
### Added
- gzip compression to queries (#2195)

Expand Down Expand Up @@ -277,7 +279,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.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.9.0...HEAD
[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
[2.6.0]: https://github.com/subquery/subql/compare/query/2.5.0...query/2.6.0
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.8.1-0",
"version": "2.9.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -69,6 +69,5 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.8.0"
}
}
5 changes: 4 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0] - 2024-01-25
### Added
- export sequelize support types (#2179)

Expand Down Expand Up @@ -112,7 +114,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.6.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.7.0...HEAD
[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
[2.6.0]: https://github.com/subquery/subql/compare/utils/2.5.0...utils/2.6.0
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.6.3-0",
"version": "2.7.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.6.2"
}
}

0 comments on commit f4ff0a1

Please sign in to comment.