Releases: openedx/tutor-contrib-aspects
Releases · openedx/tutor-contrib-aspects
Release v2.5.1
Release v2.5.0
2.5.0 (2025-10-22)
Features
- bump dbt (31c0887)
- Upgrade ClickHouse to 25.8 LTS (c3b84cf)
- Use new dbt models, various cleanup (d9d171f)
- use new dbt mvs (840cfe5)
Bug Fixes
- assign value of ENABLE_PROXY_FIX to value of SUPERSET_ENABLE_PROXY_FIX to support tutor config guidelines (5d91f55)
- dbt version bump (66ff7fd)
- pin stable click version (58cce22)
- put back last_visited (630896e)
Upgrade instructions
- Follow normal upgrade instructions here
- Run to update materialized views that have new/removed columns:
tutor local do dbt --only_changed False -c 'run --full-refresh --select dim_learner_last_response dim_problem_results problem_events dim_subsection_problem_results'
Release v2.4.0
2.4.0 (2025-09-03)
Features
Bug Fixes
- CeleryConfig supports REDIS_USERNAME and REDIS_PASSWORD in broker URLs (7a29371)
- Don't try to use PLUGIN_SLOTS on Redwood (0dca080)
- Lower the tutor-mfe pin to >= 18 from >=19 (5f56060)
- open github links in new tab (edc19da)
- open github links in new tab (6608a9c)
- Propagate ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS to LMS/CMS (dc00123)
- Removes legacy peer dependency flag to make the install flexible (a85231e)
- Superset Celery issues with healthcheck and pid (926e2cd)
- trigger github checks (8dbe3e8)
- Update platform-plugin-aspects to 1.1.1 (e69753c)
- Updates the link in the readme (e736032)
Code Refactoring
- Simplify CeleryConfig class definition (889af28)
Styles
- Format files (9f669fa)
Documentation
Release v2.0.0 - v2.3.1
2.3.1 (2025-05-16)
Bug Fixes
What's Changed
- fix: in-context chart fixes by @saraburns1 in #1062
- chore: preparing release 2.2.1 by @edx-semantic-release in #1063
- chore: Upgrade Python requirements by @edx-requirements-bot in #1064
- fix: restart clickhouse and ralph automatically by @Danyal-Faheem in #1065
- feat: Upgrade ClickHouse to 25.3 by @bmtcril in #1048
- chore: Upgrade Python requirements by @edx-requirements-bot in #1066
- fix: use end of block id for in-context filtering by @saraburns1 in #1067
- chore: preparing release 2.3.0 by @edx-semantic-release in #1068
- chore: Upgrade Python requirements by @edx-requirements-bot in #1069
- fix: Incontext labels by @saraburns1 in #1070
- chore: preparing release 2.3.1 by @edx-semantic-release in #1071
Full Changelog: v2.2.0...v2.3.1
Release v2.3.0
Release v2.2.1
Release v2.2.0
Release v2.1.0
v2.0.0
2.0.0 (2025-03-25)
⚠ BREAKING CHANGES
- Remove python < 3.11 references and Tutor < 18
- use new dbt models and rename datasets to adhere to dim/fact convention
Features
- add course name and org (d3c40f6)
- add course name to run charts (491569a)
- enable tagging of charts and dashboards (28817e4)
- set the session locale from the Open edX preferred language (#1017) (df9518c)
- upgrade to superset v4.1.0 (0286448)
- upgrade to superset v4.1.1 (e5a7d53)
- use new dbt models and rename datasets to adhere to dim/fact convention (fc48835)
Bug Fixes
- correctly mount pythonpath module (807646d)
- force major version bump (2798101)
- format (7295cc2)
- formatting (e2dcd2b)
- load template processor for lineage data (d48f89e)
- manually install mysql client (9f090b0)
- new dbt version (d069756)
- reset xapi (d299a23)
- update sqlfmt version (5839eac)
- upgrade dbt (2b2557f)
- upgrade requirements (35312f6)
- use pip to install (c721dc1)
Documentation
- Add note about version change (4592526)
chore
- Remove python < 3.11 references and Tutor < 18 (4bad282)
What's Changed
- chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 by @dependabot in #1007
- fix: use pip to install by @saraburns1 in #1009
- chore: Upgrade Python requirements by @edx-requirements-bot in #1010
- chore: Upgrade Python requirements by @edx-requirements-bot in #1011
- chore: Upgrade Python requirements by @edx-requirements-bot in #1012
- chore: Upgrade Python requirements by @edx-requirements-bot in #1015
- chore: Remove python < 3.11 references and Tutor < 18 by @bmtcril in #1014
- feat: upgrade to superset v4.1.1 by @Ian2012 in #939
- chore: Upgrade Python requirements by @edx-requirements-bot in #1020
- feat: add course name to run charts by @saraburns1 in #1019
- chore: Upgrade Python requirements by @edx-requirements-bot in #1021
- fix: new dbt version by @saraburns1 in #1022
- chore: Upgrade Python requirements by @edx-requirements-bot in #1025
- feat: set the session locale from the Open edX preferred language by @pomegranited in #1017
- chore: Upgrade Python requirements by @edx-requirements-bot in #1026
- chore: Upgrade Python requirements by @edx-requirements-bot in #1028
- chore: Upgrade Python requirements by @edx-requirements-bot in #1029
- chore: Upgrade Python requirements by @edx-requirements-bot in #1031
- chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #1032
- feat: dbt model updates & cleanup for Aspects 2.0 by @saraburns1 in #1018
- chore: Upgrade Python requirements by @edx-requirements-bot in #1033
- fix: force major version bump by @saraburns1 in #1041
- chore: preparing release 2.0.0 by @edx-semantic-release in #1043
Full Changelog: v1.3.2...v2.0.0
v1.3.2
What's Changed
- chore: Upgrade Python requirements by @edx-requirements-bot in #1003
- chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 by @dependabot in #1004
- feat: Upgrade xapi-db-load to 1.5.0 by @bmtcril in #1005
- Reworked README for improved clarity by @that-ar-guy in #1002
- fix: Performance testing script updates by @saraburns1 in #1006
New Contributors
- @that-ar-guy made their first contribution in #1002
Full Changelog: v1.3.1...v1.3.2