Skip to content

8.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 15:11
522abfa

8.5.0 - 2025-09-14

Added

  • database: Support running multiple indexers on different schemas in the same database.
  • env: Added DIPDUP_NO_HOOKS environment variable to temporary disable internal and user-defined hooks.
  • env: Added debugpy support to connect to the running indexer; enable with DIPDUP_DEBUG environment variable.
  • hasura: Extract table/field descriptions from models' docstrings and apply as database comments.

Fixed

  • config: Fixed detection of missing env variables.
  • database: Fixed dipdup_wipe function affecting non-public tables.
  • package: Fixed incorrect package name in replay files.
  • substrate.events: Fixed fetching events with node datasource.
  • tezos: Fixed parsing payload when model class has been modified.
  • tezos.operations: Fixed missing migration originations when enabled in types filter.

Changed

  • env: Autodetected variables DIPDUP_CI and DIPDUP_DOCKER have been replaced with env.is_in_gha, env.is_in_docker helpers.
  • http: Randomize ratelimit sleep time in 10% range.