Skip to content

Releases: overhangio/tutor-xqueue

v19.0.0

16 Dec 21:06
7de36ad
Compare
Choose a tag to compare
  • 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @DawoudSheraz)

  • 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):

    • Rename master to release, as this branch runs the latest official Open edX release tag.
    • Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
  • [Bugfix] Fix legacy warnings during Docker build. (by @regisb)

  • 💥[Feature] Update Xqueue Image to use Ubuntu 24.04 as base OS. (by @jfavellar90)

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

v18.0.0

20 Jun 02:02
d680392
Compare
Choose a tag to compare
  • [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

11 Dec 20:50
Compare
Choose a tag to compare
  • 💥 [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)