Skip to content

Commit

Permalink
Update changelog for 7.5.7 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored May 30, 2024
1 parent d34a59c commit 19358b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]
## [7.5.7] - 2024-05-30

### Fixed

Expand Down Expand Up @@ -1432,7 +1432,9 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.5...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.7...HEAD
[7.5.7]: https://github.com/dipdup-io/dipdup/compare/7.5.6...7.5.7
[7.5.6]: https://github.com/dipdup-io/dipdup/compare/7.5.5...7.5.6
[7.5.5]: https://github.com/dipdup-io/dipdup/compare/7.5.4...7.5.5
[7.5.4]: https://github.com/dipdup-io/dipdup/compare/7.5.3...7.5.4
[7.5.3]: https://github.com/dipdup-io/dipdup/compare/7.5.2...7.5.3
Expand Down
2 changes: 2 additions & 0 deletions docs/9.release-notes/_7.5_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
- config: Don't raise `ConfigurationError` from some model validators.
- config: Fixed crash when database path is relative and nested.
- config: Fixed issue with `from` filter being ignored.
- config: Fixed setting logging levels according to the config.
- config: Forbid extra arguments in config mappings.
- evm.node: Fixed default ratelimit sleep time being too high.
- evm.node: Fixed memory leak when using realtime subscriptions.
- evm.node: Fixed processing chain reorgs.
- evm.node: Fixed updating `dipdup_head` table when head block is received.
- evm.node: Respect `http.batch_size` when fetching block headers.
- evm.subsquid.events: Fixed matching logs when filtering by topic0.
- evm.subsquid.transactions: Fixed issue with `node_only` flag ignored.
- performance: Fixed estimation indexing speed in levels per second.
- tezos.tzkt.operations: Fixed crash when handler definition contains optional items.
Expand Down

0 comments on commit 19358b3

Please sign in to comment.