Skip to content

8.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 23:10
0c4cae7

8.4.2 - 2025-06-18

Added

  • config: Added realtime flag to datasource config to enable websockets/polling implicitly.

Fixed

  • cli: Skip logging indexer status if it has not changed.
  • config: Fixed config export command crash when advanced.reindex section is present in config.
  • config: Do not trigger config_modified reindexing when datasource URLs are updated.
  • datasources: Do not run datasources not linked to any index and without realtime flag set.
  • models: Fixed serializing UUIDs in JSONField.
  • substrate: Fixed loading type registries when specified in config.
  • substrate: Fixed processing several vector types.