Releases: openedx/openedx-core
v0.38.2
v0.38.1
What's Changed
- docs: update docstring to reflect Content->Media rename by @ormsbee in https://github.com/openedx/openedx-
- Remove "descendant_count" to optimize large taxonomies by @bradenmacdonald in #517
- fix: Make container_type backfill reversible by @kdmccormick in #528
Full Changelog: v0.38.0...v0.38.1
v0.38.0
What's Changed
- chore: Upgrade Python requirements by @edx-requirements-bot in #503
- chore: Upgrade Python requirements by @edx-requirements-bot in #512
- feat: Improve handling of deep taxonomies (perf + limits + bugfixes) by @bradenmacdonald in #511
- docs: add ADR 0022 assessment criteria model by @mgwozdz-unicon in #474
- Add ContainerTypes to openedx-core by @bradenmacdonald in #495
Full Changelog: v0.37.0...v0.38.0
v0.37.0
v0.36.0
What's Changed
- chore: Upgrade Python requirements by @edx-requirements-bot in #490
- chore: Upgrade Python requirements by @edx-requirements-bot in #494
- build: Restore py.typed so that our code exports with typing info by @kdmccormick in #493
- chore: Upgrade Python requirements by @edx-requirements-bot in #498
- CBE assessment criteria location adr by @mgwozdz-unicon in #475
- An openedx_catalog app with a representation for CourseRuns by @bradenmacdonald in #479
New Contributors
- @mgwozdz-unicon made their first contribution in #475
Full Changelog: v0.35.0...v0.36.0
v0.35.0
v0.34.2
What's Changed
- fix: Migrate
LanguagesTaxnomy._taxonomy_classto reflect refactoring by @kdmccormick in #489
Full Changelog: v0.34.1...v0.34.2
v0.34.1
The project been renamed from openedx-learning to openedx-core (ADR).
BREAKING CHANGE: openedx-learning==0.33.1 will be the final release of openedx-learning.
It will transitively install openedx-core==0.34.1 (fully code-compatible) and
not receive updates going forward. In order to receive updates, operators
should install openedx-core instead.
Note: the git tags v0.33.1 and v0.34.1 are identical!
v0.33.1
The project been renamed from openedx-learning to openedx-core (ADR).
BREAKING CHANGE: openedx-learning==0.33.1 will be the final release of openedx-learning.
It will transitively install openedx-core==0.34.1 (fully code-compatible) and
not receive updates going forward. In order to receive updates, operators
should install openedx-core instead.
Note: the git tags v0.33.1 and v0.34.1 are identical!
Full Changelog: v0.32.0...v0.33.1
v0.32.0
What's Changed
- feat!: Make
openedx_contentandopenedx_taggingflat, top-level APIs by @kdmccormick in #478
Full Changelog: v0.31.0...v0.32.0
This includes a large number of (trivial) BREAKING CHANGES. See the PR or commit log linked above for details.