Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 4.16 KB

File metadata and controls

99 lines (62 loc) · 4.16 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.

v21.0.0 (2025-11-03)

  • 💥[Deprecation] Remove preview sites from allowed embedding pages as the preview page has been migrated to the learning MFE. (by @Danyal-Faheem)

  • [Bugfix] Fix cookies issues by upgrading nbgitpuller version. (by @Abdul-Muqadim-Arbisoft)

  • [Improvement] Migrate from pylint and black to ruff. (by @Abdul-Muqadim-Arbisoft)

  • [Improvement] Test python package distribution build when running make test. (by @Abdul-Muqadim-Arbisoft)

  • 💥[Feature] Upgrade to Ulmo. (by @Abdul-Muqadim-Arbisoft)

v20.0.0 (2025-06-10)

  • 💥[Feature] Renamed the jupyter-lab-dockerfile to jupyterlab-dockerfile for consistency across the Tutor ecosystem and added the jupyterhub-dockerfile patch to the JupyterHub Dockerfile for customization. If you were previously using the patch with the old name, update your configuration to reflect the new name to ensure compatibility. (by @Abdul-Muqadim-Arbisoft)

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

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

  • 💥[Feature] Upgrade to teak. (by @Abdul-Muqadim-Arbisoft)

v19.0.0 (2024-12-16)

  • 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)

v18.1.1 (2024-12-16)

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

  • 💥[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 the LTI_DEFAULT_JUPYTER_HUB_URL which had an extra '%' in the HTTPS URL. (by @Danyal-Faheem)

v18.1.0 (2024-09-15)

  • 💥[Feature] Make the plugin work in development mode by adding openedx-development-settings. (by @Abdul-Muqadim-Arbisoft)

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to Redwood (by @Abdul-Muqadim-Arbisoft)
  • [Improvement] Makefile updated and test added to the repository and formatted code with Black and isort. (by @CodeWithEmad)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

v17.0.0 (2023-12-06)

  • 💥[Feature] Upgrade to Quince. (by @mhsiddiqui)

v16.0.1 (2023-06-29)

  • [Feature] Run JupyterHub on Kubernetes. This is an alpha feature. Feedback is welcome! (by @regisb)

v16.0.0 (2023-06-15)

  • 💥[Feature] Upgrade to Palm. (by @regisb)

v15.0.2 (2023-05-24)

v15.0.1 (2023-05-22)

  • [Improvement] Add a scriv-compliant changelog. (by @regisb)
  • [Feature] upgrade jupyter-xblock to 15.0.3. (by @regisb)