Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
82 lines (52 loc) · 1.96 KB

CHANGELOG.rst

File metadata and controls

82 lines (52 loc) · 1.96 KB

Change Log

[1.4.1] - 2024-02-15

This package is now DEPRECATED! This is the final release. Please use Learing Core <https://github.com/openedx/openedx-learning/> instead.

Changed

  • Removed custom datetime parser in favor of datetime.fromisoformat which is more robust.

[1.4.0] - 2023-08-07

Added

  • Added support for Django 4.2

[1.3.1] - 2023-03-06

Changed

  • Adds migration file that was missing from v1.3.0.

[1.3.0] - 2023-02-06

Added

  • Adds support for installing this package as a wheel (pip install openedx-blockstore) rather than having to use editable mode (pip install -e ./blockstore).

Changed

  • Fixes a bug where a new bundle's collection could not be set via Django admin.
  • Various configuration and build tooling fixes. See commit log of 1.2.0...1.3.0 for full details.

[1.2.0] - 2021-01-25

Added

  • Adds API unit tests to improve test coverage.

Changed

  • Updates the Python API to use the models directly.

[1.1.0] - 2021-10-25

Added

  • Move apps/api to apps/rest_api.
  • Copy edx-platform/openedx/core/lib/blockstore_api to blockstore/apps/api. This code has been copied over so it is easier to review the Python API implementation in development.
  • Make code into an installable package.