Merge remote-tracking branch 'origin/release'

This commit is contained in:
Overhang.IO 2025-04-08 07:03:08 +00:00
commit 41a4b119d1
6 changed files with 11 additions and 5 deletions

View File

@ -19,6 +19,15 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-19.0.3'></a>
## v19.0.3 (2025-04-03)
- [Bugfix] Migrate to native filters instead of filter box charts on default course overview dashboard which have been completely deprecated as of superset 4.0.0 release. (by @Danyal-Faheem)
- [Improvement] Enable Alerts and Reports in superset. (by @Danyal-Faheem)
- [Improvement] Make superset ports consistent on local and dev by running it on 2247 in both environments. (by @Danyal-Faheem)
<a id='changelog-19.0.2'></a>
## v19.0.2 (2025-03-14)

View File

@ -21,7 +21,7 @@ Cairn vs alternatives
---------------------
========================================== ===== =================================================================================== ===================================================
List of features Cairn `Open edX Insights <https://edx.readthedocs.io/projects/edx-insights/en/latest/>`__ `Figures <https://github.com/appsembler/figures>`__
List of features Cairn `Open edX Insights <https://docs.openedx.org/en/latest/site_ops/install_configure_run_guide/insights/index.html>`__ `Figures <https://github.com/appsembler/figures>`__
========================================== ===== =================================================================================== ===================================================
Event aggregation ✅ ✅ ❌
Real-time data ✅ ❌ ✅

View File

@ -1 +0,0 @@
- [Bugfix] Migrate to native filters instead of filter box charts on default course overview dashboard which have been completely deprecated as of superset 4.0.0 release. (by @Danyal-Faheem)

View File

@ -1 +0,0 @@
- [Improvement] Enable Alerts and Reports in superset. (by @Danyal-Faheem)

View File

@ -1 +0,0 @@
- [Improvement] Make superset ports consistent on local and dev by running it on 2247 in both environments. (by @Danyal-Faheem)

View File

@ -1 +1 @@
__version__ = "19.0.2"
__version__ = "19.0.3"