Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
5.1.0
5.1.0 - 2022-05-12
Added
- ci: Push
XandX.Ytags to the Docker Hub on release. - cli: Added
config envcommand to export env-file with default values. - cli: Show warning when running an outdated version of DipDup.
- hooks: Added new hook
on_index_rollbackto perform per-index rollbacks.
Fixed
- index: Fixed fetching
migrationoperations. - tzkt: Fixed possible data corruption when using the
buffer_sizeoption. - tzkt: Fixed reconnection due to
websocketsmessage size limit.
Deprecated
- hooks: The
on_rollbackdefault hook is superseded byon_index_rollbackand will be removed later.
5.0.4
5.0.4 - 2022-05-05
Fixed
- exceptions: Fixed incorrect formatting and broken links in help messages.
- index: Fixed crash when the only index in config is
head. - index: Fixed fetching originations during initial sync.
5.0.3
5.0.3 - 2022-05-04
Fixed
- index: Fixed crash when no block with the same level arrived after a single-level rollback.
- index: Fixed setting initial index level when
IndexConfig.first_levelis set. - tzkt: Fixed delayed emitting of buffered realtime messages.
- tzkt: Fixed inconsistent behavior of
first_level/last_levelarguments in different getter methods.
5.0.2
5.0.2 - 2022-04-21
Fixed
- context: Fixed reporting incorrect reindexing reason.
- exceptions: Fixed crash with
FrozenInstanceErrorwhen exception is raised from callback. - jobs: Fixed graceful shutdown of daemon jobs.
Improved
- codegen: Refined
on_rollbackhook template. - exceptions: Updated help messages for known exceptions.
- tzkt: Do not request reindexing if missing subgroups matched no handlers.
5.0.1
5.0.1 - 2022-04-12
Fixed
- cli: Fixed
schema initcommand crash with SQLite databases. - index: Fixed spawning datasources in oneshot mode.
- tzkt: Fixed processing realtime messages.
5.0.0
5.0.0 - 2022-04-08
This release contains no changes except for the version number.
5.0.0-rc4
5.0.0-rc4 - 2022-04-04
Added
- tzkt: Ability to process realtime messages with lag.
4.2.7
4.2.7 - 2022-04-02
Fixed
- config: Fixed default SQLite path (
:memory:). - hasura: Fixed metadata generation for v2.3.0 and above.
- tzkt: Fixed data loss when
skip_historyoption is enabled.
5.0.0-rc3
5.0.0-rc3 - 2022-03-28
Added
- config: Added
customsection to store arbitrary user data.
Fixed
- config: Fixed default SQLite path (
:memory:). - tzkt: Fixed pagination in several getter methods.
- tzkt: Fixed data loss when
skip_historyoption is enabled.
Removed
- config: Removed dummy
advanced.oneshotflag. - cli: Removed
docker initcommand. - cli: Removed dummy
schema approve --hashesflag.
5.0.0-rc2
5.0.0-rc2 - 2022-03-13
Fixed
- tzkt: Fixed crash in methods that do not support cursor pagination.
- prometheus: Fixed invalid metric labels.