Skip to content

Commit

Permalink
[release] 20240405 (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Apr 5, 2024
1 parent e7a8dad commit 99953ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
12 changes: 7 additions & 5 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.1] - 2024-04-05
### Fixed
- Fix modulo filter not applying correctly with multiple dataSources (#2331)

Expand All @@ -19,10 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Various issues with store cache (#2325)
- `getByFields` ignoring mutations from the current block
- Order and offset issues when using store `getByFields`, `getByField` and `getOnByField`
- Being able to mutate data in the store cache without calling methods
- Matching cache data with `getByFields`, `getByField` and `getOneByField`
- `getByFields` ignoring mutations from the current block
- Order and offset issues when using store `getByFields`, `getByField` and `getOnByField`
- Being able to mutate data in the store cache without calling methods
- Matching cache data with `getByFields`, `getByField` and `getOneByField`

## [7.5.1] - 2024-03-26
### Fixed
Expand Down Expand Up @@ -637,7 +638,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/8.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/8.0.1...HEAD
[8.0.1]: https://github.com/subquery/subql/compare/node-core/8.0.0...node-core/8.0.1
[8.0.0]: https://github.com/subquery/subql/compare/node-core/7.5.1...node-core/8.0.0
[7.5.1]: https://github.com/subquery/subql/compare/node-core/7.5.0...node-core/7.5.1
[7.5.0]: https://github.com/subquery/subql/compare/node-core/7.4.3...node-core/7.5.0
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": "8.0.1-1",
"version": "8.0.1",
"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": "8.0.1-0"
}
}
7 changes: 4 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1] - 2024-04-05
### Fixed
- Fix modulo block didn't apply correctly with multiple dataSources (#2331)
- Now when `workers` set to 0, it will use block dispatcher instead of throw and exit
- Now when `workers` set to 0, it will use block dispatcher instead of throw and exit

## [4.0.0] - 2024-03-28

### Changed
- Updated with node-core to support both versions of dictionaries. Now also support multiple dictionary endpoints, indexer will fetch and switch dictionaries base on available blocks (#2257)
- Update Polkadot/api to 10.12.4
Expand Down Expand Up @@ -1151,7 +1151,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/4.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql/compare/node/4.0.0...node/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/node/3.10.0...node/4.0.0
[3.10.0]: https://github.com/subquery/subql/compare/node/3.9.3...node/3.10.0
[3.9.3]: https://github.com/subquery/subql/compare/node/3.9.2...node/3.9.3
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": "4.0.1-2",
"version": "4.0.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.0.1-1"
]
}

0 comments on commit 99953ed

Please sign in to comment.