Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.79 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v18.0.0 (2024-05-09)

  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

  • 💥[Feature] Upgrade Python version to 3.12.3. (by @jfavellar90)

  • 💥[Feature] Upgrade to Redwood. (by @jfavellar90)

v17.0.0 (2023-12-09)

  • 💥 [Feature] Upgrade to Quince (by @jfavellar90).
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)
  • [Improvement] Removing the xqueue permissions container in favor of a global single permissions container. (by @jfavellar90)
  • [Bugfix] Fix "Error: service "xqueue-job" depends on undefined service mysql: invalid compose project" - add conditional statement to check whether the mysql service is enabled or if the user is using an external mysql instance. (by @ravikhetani)
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)