Open edX Quince Release - Developer & Operator Notes#
These are the release notes for the Quince release, the 17th community release of the Open edX Platform, spanning changes from April 11 2023 to October 10 2023. You can also review details about Open edX Platform Release Notes or learn more about the Open edX Platform.
Breaking Changes#
Include and enable the Indigo theme in the default Open edX image * Deployers running OpenEdX with the default theme and no additional plugins will have the Indigo theme enabled automatically.
Django-storages upgraded to latest version and it has some breaking changes. * The constructor kwarg bucket is no longer accepted. Instead, use bucket_name. * define default_acl value explicitly in constructor kwarg e.g default_acl: public-read. in previous versions django-storages provides default value as public-read but now it is none. So it’s important to mention it explicitly as per your use case.
For Django 4.2
CSRF_TRUSTED_ORIGINS
must include scheme. Update all urls there with schemes. e.g.edx.org
changes tohttps://*.edx.org
.Docker requirements have changed: They are now: Docker v24.0.5+, with BuildKit 0.11+.
Learner Experiences#
A new Sidebar enhances the current discussion provider by enabling learners to interact with forums using a collapsible sidebar that accompanies course units. This replaces the use of discussion xblocks.
New course runs and re-runs created after you upgrade to quince will automatically use this new provider. However, existing course runs will not be affected.
To learn more about this upgrade, visit the wiki page.
Instructor Experiences#
Administrators & Operators#
New Learner Home Page#
No longer experimental, the new Learner Home has many of the same features as the old learner dashboard, with some extended functionality and performance enhancements.
The Learner Home is now built with Paragon, the Open edX design pattern library. It is accessible and easy to style with brand colors.
Course cards show the course thumbnail, information about the course, and the ability to upgrade to a paid track or view/begin a course (if applicable). Further course actions (e.g. unenroll, email opt-out settings, and social media share) have been moved to the menu/triple dot icon on the course card.
Clicking the “Refine” button opens options to filter by course status or sort either by most recent enrollment (default) or title.
All of a user’s courses are fetched on page load. To make the page manageable, we paginate that list, showing 25 courses at a time. To view other courses, a user should page through their list of courses using the pagination controls at the bottom of the course list.
Site staff can now masquerade as users on the platform by typing a username or email in the “View as” box and hitting submit. This is designed to be “view only” so change actions (e.g. enroll, unenroll, selecting a session) are blocked in this view.
There is a complete list of changes in the Open edX wiki.
New Settings:
New Waffle Flags:
Removed Waffle Flags:
BLOCK_STRUCTURES_SETTINGS[‘PRUNING_ACTIVE’]
EXPECTED_ERRORS[N][‘IS_IGNORED’]
EXPECTED_ERRORS[N][‘LOG_ERROR’]
EXPECTED_ERRORS[N][‘LOG_STACK_TRACE’]
block_structure.invalidate_cache_on_publish
contentstore.enable_copy_paste_feature
learner_home_mfe.enable_learner_home_amplitude_recommendations
registration.enable_failure_logging
Deprecations & Removals#
We have deprecated and migrated the openedx/xblock-utils library into openedx/XBlock
BasicAuthentication as default authentication class in edx-platform
[DEPR]: Remove JWT_AUTH_REFRESH_COOKIE - only in credentials
[DEPR]: BLOCK_STRUCTURES_SETTINGS[‘PRUNING_ACTIVE’] in edx-platform
[DEPR]: BasicAuthentication as default authentication class in edx-platform
[DEPR]: Removal of Deprecated and unused feature flags from Mobile-Config Repo
[DEPR]: block_structure.invalidate_cache_on_publish in edx-platform
Developer Experience#
Hostname migration: local.overhang.io -> local.edly.io * This should only effect plugin maintainers.