Skip to content

v5.125.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 09:22
· 21 commits to master since this release
59e71f8

5.125.0 (2024-12-24)

Features

  • email subscriptions: Modify subscribe endpoint to optionally include a list of newsletter mailing lists and create a new api endpoint to retrieve the existing mailing lists. The new endpoint will be used for syncing the available newsletters that can be subscribed to with a CMS (984d64c)

Bug Fixes

  • email subscriptions: Fix referring to nonexistent field on exception object and catching another type of exception during error (a676872)
  • settings: remove celery settings from settings.py (9ab8c54)
  • Topic Playwright tests: compare urls with 'contains' instead of 'equals' (fdc3db0)