Releases: openedx/tutor-contrib-aspects
Releases · openedx/tutor-contrib-aspects
Release v0.66.0
0.66.0 (2023-12-12)
Features
- add external id table (bcd308f)
- adds event_sink.user_pii table (7ced3f7)
- adds user_pii dataset (9ceb57b)
- partition the event_sink.external_id table by user_id % 100 (c45aefe)
- partition the event_sink.user_profile table by user_id % 100 (24db8d1)
- pass EVENT_SINK_CLICKHOUSE_PII_MODELS to the openedx settings (defb3f1)
Bug Fixes
- grant DELETE access to the CMS Clickhouse user on the event_sink db (b97a690)
- user_pii uses external_id_type=xapi (57a4f56)
Release v0.65.1
0.65.1 (2023-12-06)
Bug Fixes
- Add more informational error message. (703e969)
- Bump ERB to 7.2.0 (f6ef21f)
Release v0.64.0
0.64.0 (2023-11-29)
Features
- Adds course_key_short computed field (93e07da)
Bug Fixes
- re-adds the "Events per course" pie chart to the Operator > Courses tab (20fc7b5)
Release v0.63.1
0.63.1 (2023-11-23)
Bug Fixes
- containerPort values must be numeric (332e79b)
- use tutor variables to expose clickhouse container ports in k8s (8c1720f)
Release v0.63.0
0.63.0 (2023-11-09)
Features
- Adds Help tab to Instructor Dashboard (2d931f8)
- Adds Help tab to Operator Dashboard (a11a0e0)
Bug Fixes
Code Refactoring
- replaces dashboard tab docs with link to openedx-aspects docs (994d8a0)
Release v0.62.4
0.62.4 (2023-11-09)
Bug Fixes
- Bump ERB to 7.0.1 for problem result fixes (9b98699)
- Remove split on requirements in versions chart (24dc754)
Release v0.62.3
0.62.3 (2023-11-03)
Bug Fixes
- Quote new templated values in assets (e3c1476)
Release v0.62.2
0.62.2 (2023-11-02)
Bug Fixes
- Change translations source path (e045b10)
Release v0.62.1
0.62.1 (2023-11-02)
Bug Fixes
- Don't save intermediate translations files, fix parse error (d26e6e9)
Code Refactoring
- Remove language tag from untranslated strings (934c627)