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] 20220811 #1245

Merged
merged 2 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/3416a23f.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/4d90adc1.yml

This file was deleted.

Empty file removed .yarn/versions/5244c1df.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/66796676.yml

This file was deleted.

Empty file removed .yarn/versions/67a514c2.yml
Empty file.
Empty file removed .yarn/versions/84ef2fd3.yml
Empty file.
Empty file removed .yarn/versions/8bb5b4f8.yml
Empty file.
Empty file removed .yarn/versions/b2c448ed.yml
Empty file.
Empty file removed .yarn/versions/d059e260.yml
Empty file.
5 changes: 5 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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]

## [1.5.1] - 2022-08-11
### Fixed
- Bump version for missing update `subql-common` in previous release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Bump version for missing update `subql-common` in previous release
- Bump version for missing update `subql-common` in the previous release.


## [1.5.0] - 2022-08-04
### Added
- Support for Algorand projects (#1228)
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": "1.5.0",
"version": "1.5.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.3.0] - 2022-08-11
### Added
- Add Algorand to constants (#1228)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add Algorand to constants (#1228)
- Add Algorand to constants. (#1228)


## [1.2.2] - 2022-07-27
### Fixed
- `latest`, `dev` and `~` are no longer supported runner versions.
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "1.2.3-0",
"version": "1.3.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"@types/pino": "^6.3.12",
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1"
},
"stableVersion": "1.2.2"
}
}
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0] - 2022-08-11
### Changed
- Update Polkadot/api to v9 (#1234)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Update Polkadot/api to v9 (#1234)
- Update Polkadot/api to v9. (#1234)

- schema migration, allow user add/remove entity field after indexing started (#1226)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- schema migration, allow user add/remove entity field after indexing started (#1226)
- Schema migration to allow user add/remove entity field after indexing started. (#1226)

### Fixed
- Utilise dictionary if all block filters have `modulo` set (#1232)
- Bring back profiling fetchBlocksBatches, remove unnecessary await (#1235)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Bring back profiling fetchBlocksBatches, remove unnecessary await (#1235)
- Bring back profiling `fetchBlocksBatches` and remove unnecessary `await`. (#1235)

- Fix Queue exceeds max size error (#1239)
jiqiang90 marked this conversation as resolved.
Show resolved Hide resolved
- Fix running custom ds processors in parallel on different data (#1243)

## [1.6.1] - 2022-08-02
Priority: High. Fixes 1.6.0 failed to start issue.
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.6.2-4",
"version": "1.7.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,6 +67,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.6.2-3"
]
}
8 changes: 8 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.5.0] - 2022-08-11
### Fixed
- Fix db selection in configuration when subscription is enabled (#1241)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix db selection in configuration when subscription is enabled (#1241)
- Fix db selection in configuration when subscription is enabled. (#1241)

- Fork OrderByAggregatesPlugin and modify to be compatible with historical feature (#1242)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fork OrderByAggregatesPlugin and modify to be compatible with historical feature (#1242)
- Fork `OrderByAggregatesPlugin` and modify it to be compatible with the historical feature. (#1242)

- Fix block height being applied to all queries (#1238)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix block height being applied to all queries (#1238)
- Fix block height being applied to all queries. (#1238)

### Changed
- Move aggregation feature out from `unsafe` and apply it by default, can be control though `aggregate` flag.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Move aggregation feature out from `unsafe` and apply it by default, can be control though `aggregate` flag.
- Move aggregation feature out from `unsafe` and apply it by default. It can be control through the `aggregate` flag.


## [1.4.0] - 2022-07-27
### Added
- Add `query-explain` flag, by enable this console will log actual SQL statement been queried. (#1192)
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.4.1-3",
"version": "1.5.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.4.1-2"
}
}
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.1.0] - 2022-08-11
### Changed
- Update `@polkadot/util` to v10 (#1230)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Update `@polkadot/util` to v10 (#1230)
- Update `@polkadot/util` to v10. (#1230)


## [1.0.1] - 2022-07-05
### Fixed
- Tidy up dependency, move `ipfs-http-client` to common packages (#1160)
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": "1.0.2-0",
"version": "1.1.0",
"description": "",
"packageManager": "yarn@3.1.1",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "1.0.1"
}
}
4 changes: 4 additions & 0 deletions packages/validator/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]

## [1.4.1] - 2022-08-11
### Fixed
- Bump version for missing update `subql-common` in previous release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Bump version for missing update `subql-common` in previous release
- Bump version for missing update `subql-common` in the previous release.


## [1.4.0] - 2022-08-04
### Added
- Support for Algorand projects (#1228)
Expand Down
5 changes: 2 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "1.4.0",
"version": "1.4.1",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -28,6 +28,5 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "1.3.0"
}
}