Releases: overhangio/tutor-cairn
Releases · overhangio/tutor-cairn
v18.0.0
- 💥[Feature] Upgrade to Redwood. (by @FahadKhalid210)
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on
pkg_resources
. (by @regisb) - [Improvement] Update User Activity dataset query by extending time span to 120 seconds and selecting all events where course ID is not null to improve average time spent in course. (by @FahadKhalid210)
- [Improvement] Added CORS for embedded Dashboards. (by @FahadKhalid210)
- 💥[Feature] Upgrade Clickhouse to version 24.1.8.22 and fix query issues due to deprecation of live views. (by @FahadKhalid210)
v17.1.0
- 💥[Improvement] Convert
events.user_id
andvideo_events.user_id
fields from Int64 to UInt64. (by @FahadKhalid210) - 💥[[Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Note that the Vector container will now run in privileged mode. (by @FahadKhalid210)
v17.0.0
- 💥[Feature] Upgrade to Quince. (by @FahadKhalid210)
- 💥[Improvement] Convert the
course_blocks.graded
field from String to Boolean. (by @regisb) - 💥[Improvement] Superset auto_sync roles updated. (by @FahadKhalid210)
- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)
v16.0.3
- [Bugfix] Fix "Error: invalid_request Mismatching redirect URI" - ensure superset respects X-Forwarded-For/X-Forwarded-Proto headers set by Caddy. This effectively fixes running Cairn on HTTPS without a 3rd-party web proxy. (by @ravikhetani)
v16.0.2
- [Bugfix] Fix "cannot list resource 'pods'" on Kubernetes. (by @regisb)
- [Bugfix] Fix superset database name in user creation with
do cairn-createuser
. (by @regisb) - [Improvement] Users will now have the access to graded field in course_blocks table with this change which indicates if course unit is graded or not. (by @Faraz32123)