Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Nov 21, 2024
1 parent 719c49f commit 24340e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- lazy loading for monitor service (#2583)
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.

### Fixed
- When using a GET query to retrieve an entity, it will include a “store” field.

## [14.1.7] - 2024-10-30
### Changed
Expand Down
4 changes: 4 additions & 0 deletions 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]

### Added
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.


## [5.2.9] - 2024-10-30
### Changed
- Bump `@subql/node-core` dependency
Expand Down

0 comments on commit 24340e5

Please sign in to comment.