Skip to content

Latest commit

 

History

History
99 lines (65 loc) · 4.59 KB

File metadata and controls

99 lines (65 loc) · 4.59 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.

v22.0.0 (2026-08-06)

  • 💥[Improvement] Add Python 3.13 and 3.14 support. Drop Python 3.9 (end-of-life). Update CI matrix from Python 3.9/3.12 to 3.10/3.14. (by @Syed-Ali-Abbas-568)

  • 💥[Feature] Upgrade to Verawood. (generated by Claude Code on behalf of @ahmed-arb)

v21.0.0 (2025-10-15)

  • [Improvement] Migrate from pylint and black to ruff. (by @Danyal-Faheem)

  • [Improvement] Test python package distribution build when running make test. (by @Danyal-Faheem)

  • 💥[Bugfix] Migrate from using DEFAULT_FILE_STORAGE to STORAGES as part of the major Django 5.2 upgrade in Open edX. (by @rehmansheikh222)

  • 💥[Feature] Upgrade to Ulmo. (by @rehmansheikh222)

v20.0.0 (2025-06-05)

  • [Bugfix] Add AWS_S3_CLIENT_CONFIG to only require checksum validation when it is required. This was a breaking change required from boto3>1.36. (by @Danyal-Faheem)

  • [Improvement] Use the MINIO_DISCOVERY_BUCKET_NAME setting instead of a hardcoded value to set the bucket name for discovery uploads. (by @Danyal-Faheem)

  • [Bugfix] Use the development URL for minio in discovery settings when running in development mode. (by @Danyal-Faheem)

  • 💥[Feature] Upgrade to teak. (by @Danyal-Faheem)

  • [Improvement] Remove the unnecessary richie-settings-common patch as the richie plugin is now deprecated. (by @Danyal-Faheem)

v19.0.1 (2025-03-12)

  • [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Danyal-Faheem)

  • [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)

v19.0.0 (2024-10-31)

  • [Feature] Add a new bucket to handle private media for openedx-learning. (by @Faraz32123)

  • 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Faraz32123)

  • 💥[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.
  • 💥[Feature] Upgrade to Sumac. (by @Faraz32123)

v18.0.1 (2024-10-31)

  • [Feature] Add support for discovery media files in minio and a separate bucket for discovery in Minio. (by @Faraz32123)
  • [BugFix] Add PROFILE_IMAGE_BACKEND settings in minio using patch named openedx-lms-production-settings so that profile images persist in k8s deployment of openedx and profile images can work for both local and dev environment. (by @Faraz32123)

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to Redwood (by @Fahadkhalid210)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)
  • [Bugfix] Fix a 500 error on downloading profile information as CSV when the minio plugin is enabled. (by @FahadKhalid210)
  • [Feature] add separated grades bucket and manage querystring by config variable. (by @henrrypg)

v17.0.0 (2023-12-09)

  • 💥[Feature] Upgrade to Quince. (by @Fahadkhalid210)
  • [Bugfix] Make LMS/Studio connnect to the right port in dev mode. (by @ormsbee)

v16.0.2 (2023-12-08)

  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)

v16.0.1 (2023-06-15)

  • [Bugfix] Fix "'type' object is not subscriptable" error. (by @regisb)
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)