Skip to content

Version 2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 15:45
· 7 commits to main since this release
3e1a29a

Features

  • Added the retry mechanism with exponential backoff for the alerting module (Google Summer of Code 2025 - @kunalsz)
  • Added the country_name validator to allow valid ISO 3166-1 country names and ISO 3166-1 Alpha-2 country codes (by community - @drona-gyawali)
  • Updated the CI linters versions (compatible with requirements-linters.txt versions)
  • Upgraded Django to 5.2

Changes

  • Updated the setup_config django mgmt command to customize all the possible fields in the Config model
  • Refactored the utils functions to centralize them
  • Updated the licence classifier because deprecated

Bugfix

  • Fixed the TypeError: string indices must be integers, not 'str' in the ingestion.get_ingestion_sources view

What's Changed

Full Changelog: 2.7.0...2.8.0