Skip to content

Releases: dipdup-io/dipdup

5.1.0

12 May 16:54

Choose a tag to compare

5.1.0 - 2022-05-12

Added

  • ci: Push X and X.Y tags to the Docker Hub on release.
  • cli: Added config env command to export env-file with default values.
  • cli: Show warning when running an outdated version of DipDup.
  • hooks: Added new hook on_index_rollback to perform per-index rollbacks.

Fixed

  • index: Fixed fetching migration operations.
  • tzkt: Fixed possible data corruption when using the buffer_size option.
  • tzkt: Fixed reconnection due to websockets message size limit.

Deprecated

  • hooks: The on_rollback default hook is superseded by on_index_rollback and will be removed later.

5.0.4

05 May 17:49

Choose a tag to compare

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

04 May 09:24

Choose a tag to compare

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_level is set.
  • tzkt: Fixed delayed emitting of buffered realtime messages.
  • tzkt: Fixed inconsistent behavior of first_level/last_level arguments in different getter methods.

5.0.2

21 Apr 02:45

Choose a tag to compare

5.0.2 - 2022-04-21

Fixed

  • context: Fixed reporting incorrect reindexing reason.
  • exceptions: Fixed crash with FrozenInstanceError when exception is raised from callback.
  • jobs: Fixed graceful shutdown of daemon jobs.

Improved

  • codegen: Refined on_rollback hook template.
  • exceptions: Updated help messages for known exceptions.
  • tzkt: Do not request reindexing if missing subgroups matched no handlers.

5.0.1

12 Apr 08:47

Choose a tag to compare

5.0.1 - 2022-04-12

Fixed

  • cli: Fixed schema init command crash with SQLite databases.
  • index: Fixed spawning datasources in oneshot mode.
  • tzkt: Fixed processing realtime messages.

5.0.0

08 Apr 09:05

Choose a tag to compare

5.0.0 - 2022-04-08

This release contains no changes except for the version number.

5.0.0-rc4

04 Apr 10:21

Choose a tag to compare

5.0.0-rc4 Pre-release
Pre-release

5.0.0-rc4 - 2022-04-04

Added

  • tzkt: Ability to process realtime messages with lag.

4.2.7

02 Apr 12:12

Choose a tag to compare

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_history option is enabled.

5.0.0-rc3

28 Mar 13:25

Choose a tag to compare

5.0.0-rc3 Pre-release
Pre-release

5.0.0-rc3 - 2022-03-28

Added

  • config: Added custom section 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_history option is enabled.

Removed

  • config: Removed dummy advanced.oneshot flag.
  • cli: Removed docker init command.
  • cli: Removed dummy schema approve --hashes flag.

5.0.0-rc2

13 Mar 09:51

Choose a tag to compare

5.0.0-rc2 Pre-release
Pre-release

5.0.0-rc2 - 2022-03-13

Fixed

  • tzkt: Fixed crash in methods that do not support cursor pagination.
  • prometheus: Fixed invalid metric labels.