Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20220929 #1328

Merged
merged 9 commits into from
Oct 1, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file removed .yarn/versions/00801beb.yml
Empty file.
Empty file removed .yarn/versions/44112174.yml
Empty file.
Empty file removed .yarn/versions/73b164f5.yml
Empty file.
Empty file removed .yarn/versions/9c52ba99.yml
Empty file.
5 changes: 0 additions & 5 deletions .yarn/versions/dfbe7e38.yml

This file was deleted.

Empty file removed .yarn/versions/f6f19f6c.yml
Empty file.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.6.3] - 2022-09-29
### Fixed
- Fix Output URL for `project:create-project` command. (#1324)
- Improve `codegen` command error logs. (#1324)

## [1.6.2] - 2022-09-24
### Fixed
Expand Down
5 changes: 2 additions & 3 deletions 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": "1.6.3-2",
"version": "1.6.3",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -84,6 +84,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "1.6.3-1"
}
}
3 changes: 3 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.4.1] - 2022-09-30
### Fixed
- improve `getSchemaPath` error log (#1324)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved

## [1.4.0] - 2022-08-17
### Changed
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": "1.4.1-1",
"version": "1.4.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
3 changes: 3 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd


## [Unreleased]

## [0.1.2] - 2022-09-27
### Changes
- Moved `yargs` file from `node-core` to `node`. (#1281)
- Update sequelize (#1311)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved

## [0.1.1] - 2022-08-26
### Fixed
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": "0.1.2-4",
"version": "0.1.2",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -31,6 +31,5 @@
"prom-client": "^14.0.1",
"sequelize": "6.23.0",
"yargs": "^16.2.0"
},
"stableVersion": "0.1.2-3"
}
}
4 changes: 4 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2022-09-29
### Changed
- Enable historical feature by default (#1327)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved
### Added
- Subcommands for `force-clean` and `reindex`. (#1281)
- `yargs` file has been moved back into `node` from `node-core`. (#1281)
- update @polkadot/api to `9.4.2` (#1325)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved

## [1.9.2] - 2022-09-19
### Changed
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": "1.9.3-6",
"version": "1.10.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,6 +68,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.9.3-5"
]
}
5 changes: 5 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.6.0]
### Changed
- Change max connection to 10 and query timeout to 10000ms (#1322)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved
### Added
- Added hot-schema reload, query-service no longer need to restart to see schema changes. (#1321)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved

## [1.5.0] - 2022-08-11
### Fixed
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": "1.5.1-2",
"version": "1.6.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -68,6 +68,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
},
"stableVersion": "1.5.1-1"
}
}
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.2.0] - 2022-08-11
### Changed
- Update `sequelize` to 6.23.0 (#1311)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved

## [1.1.0] - 2022-08-11
### Changed
- Update `@polkadot/util` to v10 (#1230)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "1.1.1-0",
"version": "1.2.0",
"description": "",
"packageManager": "yarn@3.1.1",
"scripts": {
Expand Down