Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

112 lines (63 loc) · 3.82 KB

CHANGELOG

v19.0.1 (2024-12-20)

Bug Fixes

  • Adding the finish_auth legacy account page to the caddyfile (#15, 4fff01a)

v19.0.0 (2024-12-17)

Chores

  • release: Preparing 19.0.0 (18af9e0)

Features

  • Empty commit to trigger a version bump (5ae11a7)

v18.1.0 (2024-12-17)

Chores

  • release: Preparing 18.1.0 (f91f939)

Features

v18.0.0 (2024-07-15)

Features

  • allow MFEs to be hosted on either the LMS or the CMS

Before all the MFEs that were hosted by path were hosted in the LMS domain. For certain MFEs (course-authoring) the CMS domain is more appropriate.

  • point the MFEs URLs to either the LMS or the CMS

  • handle special cases in the $LMS_HOST/account route.

The /account/password endpoint is used in the 'forgot password' flow, for that reason we must forward those requests to the LMS.

The /account/settings is more specific to the multitenant use case. Some sites may be configured to use the legacy pages but the current configuration would send every subpath of /account/ to the MFE, we make an exception for the legacy URL.

v17.0.0 (2024-06-03)

Features

v16.0.0 (2024-01-26)

Features

  • Add a new setting to toggle the npm packages overrides (#4, bfb9e4f)

  • Palm support (#7, 5b7eb9d)

v1.2.0 (2023-10-24)

Features

  • Allow dynamic configuration of the assets path (#2, 91228cc)

This includes an additional executable script that is mounted to the MFE pod and is run at container startup time. The script replaces a placeholder string with the MFE_EXTENSIONS_CDN_URL setting.

v1.1.0 (2023-09-22)

Features

v1.0.0 (2023-08-29)

Features

This is the first exploration of CDN support for MFEs. We only support the default MFEs used in the Olive release and require a custom version of frontend-build and tutor-mfe.