diff --git a/source/community/release_notes/sumac/dev_op_release_notes.rst b/source/community/release_notes/sumac/dev_op_release_notes.rst index 3e271d04..063f785b 100644 --- a/source/community/release_notes/sumac/dev_op_release_notes.rst +++ b/source/community/release_notes/sumac/dev_op_release_notes.rst @@ -29,8 +29,22 @@ Instructor Experiences Administrators & Operators ************************** +- `Course assets should be served by a view rather than a middleware `_ + - Background: The LMS/CMS previously handled course asset requests (asset-v1: andc4x URLs) via a middleware called StaticContentServer. This middleware has been converted to a view. + - Action: If your deployment has a custom MIDDLEWARE list in Django, you will need to remove this item at the time of upgrade to Sumac. Otherwise, no action is needed.. +- Ubuntu 22.04 Related Operators Note + - `PR `_ + - In newer versions of ubuntu the MD4 hashing algorithm is disabled by default. To enable it the openssl config needs to be updated in a manner similar to what's being done here. Alternatively, you can set the FEATURES['ENABLE_BLAKE2B_HASHING'] setting to True which will switch to a newer hashing algorithm where MD4 was previously used. + Because this hashing is being used as a part of the edx-platform caching mechanism, this will effectively clear the cache for the items that use this hash. The will impact any items where the cache key might have been too big to store in memcache so it's hard to predict exactly which items will be impacted. + - Added override options to commerce related CTA URLs in edx-platform + - Background: Extension points have been added have been added to commerce app in: `PR1 `_, `PR2 ` so openedX community members who wants to extend the commerce functionality can do so without explicitly adding code into edx-platform codebase. For more information into extension points see Pluggable override section in `Extension Points `_. + - Additional Considerations: Commerce app itself is slated for deprecation nevertheless. + - `courseware.enable_navigation_sidebar `_ is now enabled by default. It was disabled by default in Redwood. + Settings and Toggles ==================== +- `contentstore.new_studio_mfe.disable_legacy_libraries `_ +- `contentstore.new_studio_mfe.disable_new_libraries `_ Other Operator Changes @@ -40,7 +54,15 @@ Other Operator Changes Deprecations & Removals *********************** - +- In `frontend-app-learner-dashboard `_ + - support for Optimizely has been removed along with the ProductRecommendations widget. + - `DEPR: Optimizely Support `_ + - Removed the RecommendationsPanel widget + - `DEPR: RecommendationsPanel `_ +- In edx-platform: + - ``commerce-coordinator`` related code has been removed + - `PR: `_ +- [UPCOMING] In Teak pre-design-tokens brand packages will no longer be supported. With design tokens, theme authors will instead override core Paragon tokens by defining their own JSON tokens that get deep merged alongside the core Paragon tokens, thus overriding any tokens that were defined by the theme author. See `the associated DEPR ticket for details `_. Developer Experience ********************