Releases: eduNEXT/eox-tenant
Releases · eduNEXT/eox-tenant
Release V13.1.0
v13.1.0 - (2025-02-27)
Features
- API: Added
update-by-domain
action inTenantConfigViewSet
to allow updates usingroute__domain
as a lookup field. This enhances flexibility for scenarios where only the domain is known.
Improvements
- Validation: Enforced dictionary validation for
lms_configs
,studio_configs
,theming_configs
, andmeta
fields inTenantConfigSerializer
. These fields now strictly accept only dictionary values, preventing unexpected data types.
Release v13.0.0
v12.1.0
v12.0.0
⚠ BREAKING CHANGES
- Dropped Support for Django 3.2: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.
v11.7.0
11.7.0 (2024-06-27)
Features
- Add github action integration by @luisfelipec95 in #207
- Add api integration test by @luisfelipec95 in #213