Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.72 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v16.0.1 (2023-07-17)

  • [Bugfix] Fixed user creation command issue with Palm release. (by @jramnai)

v16.0.0 (2023-06-15)

  • 💥[Feature] Upgrade to Palm.
  • 💥[Feature] Add single sign-on (SSO) authentication with the LMS. User accounts no longer need to be created manually. Instead, users log in via the LMS and are automatically granted access to their course data. With this change, users will no longer have access to the accounts that were created manually, unless they used the same username in Superset and the LMS. To revert to the previous behaviour, set CAIRN_ENABLE_SSO=false. (by @regisb)
    • The cairn utility scripts were removed from the Superset and Clickhouse images.
  • [Bugfix] Support Superset passwords that include an empty space. (by @regisb)
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)