Open edX Hawthorn Release#
This page lists the highlights of the Hawthorn release of the Open edX platform.
New and Improved Features#
The Open edX Hawthorn release includes the following updates.
LMS and Learner Features#
We’ve enhanced the learner profiles so that they now include the date a learner joined the platform and any course credentials they have received. Learner profiles link to social media accounts and help learners share information with one another.
Learners now have the ability to purchase all the courses in a program in just one transaction. This avoids the hassle of having to enter payment information multiple times.
New discussion notifications now send an email message the first time a learner’s post receives a comment. The message contains the comment and a link back to the course discussions for easy access. Inline discussions are expanded by default. This change has led to a threefold increase in discussion participation on edx.org.
System Upgrades and Updates#
The Hawthorn release makes version updates to a number of system components.
System |
Upgraded Version |
---|---|
edxapp |
Django 1.11.x |
Mongo |
Mongo 3.2 |
Search |
ElasticSearch 1.5 |
Node |
Node 8 |
xblock-lti-consumer |
1.1.5 |
Queueing |
Redis replaces Rabbit |
Deprecated Features#
Several features are deprecated or deleted in the Open edX Hawthorn release.
The waffle flag
unified_course_view
, which can be used for the new view of the course outline on a separate page, was deprecated in Ginkgo. The old sidebar navigation and this waffle flag will be fully removed in the next release. We recommend switching this flag toTrue
, so that you will not experience any change with the next release.django-simple-history
has been deprecated and removed.The
LogoutViewConfiguration
model has been removed. Single logout is now permanently enabled. This means that logging out of the LMS or an IDA logs you out of all systems.