Skip to content

Commit 2a5c78a

Browse files
authored
Merge pull request #1110 from openedx/bot/v2.4.0
chore: preparing release 2.4.0
2 parents bc1dfad + d7bf697 commit 2a5c78a

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

.ci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
9292
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
9393
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
9494
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
95-
ASPECTS_VERSION: 2.3.1
95+
ASPECTS_VERSION: 2.4.0
9696
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
9797
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
9898
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.4.0 - 2025-09-03
9+
10+
### [2.4.0](https://github.com/openedx/tutor-contrib-aspects/compare/v2.3.1...v2.4.0) (2025-09-03)
11+
12+
#### Features
13+
14+
* Add REDIS_USERNAME environment variable support ([ef678e3](https://github.com/openedx/tutor-contrib-aspects/commit/ef678e35137402fcc1b4b6cd71ef0042924c6ef6))
15+
* Updates to video queries ([f72196c](https://github.com/openedx/tutor-contrib-aspects/commit/f72196c5a1c7231496406fd94775fbca4f482269))
16+
17+
#### Bug Fixes
18+
19+
* CeleryConfig supports REDIS_USERNAME and REDIS_PASSWORD in broker URLs ([7a29371](https://github.com/openedx/tutor-contrib-aspects/commit/7a29371a604629bb0bdca8fb9819ab44d529d384))
20+
* Don't try to use PLUGIN_SLOTS on Redwood ([0dca080](https://github.com/openedx/tutor-contrib-aspects/commit/0dca080724092bfb802fc150b3463a122fb90099))
21+
* Lower the tutor-mfe pin to >= 18 from >=19 ([5f56060](https://github.com/openedx/tutor-contrib-aspects/commit/5f5606087f189061c924f2bc5b914ab3fbfb1adf))
22+
* open github links in new tab ([edc19da](https://github.com/openedx/tutor-contrib-aspects/commit/edc19daaa9153ec3768e904056cceab0f5cd4000))
23+
* open github links in new tab ([6608a9c](https://github.com/openedx/tutor-contrib-aspects/commit/6608a9cffa31ed828e38bfcf62e61325ea8d5ee2))
24+
* Propagate ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS to LMS/CMS ([dc00123](https://github.com/openedx/tutor-contrib-aspects/commit/dc00123a072b9cd6d610d3a9baa2714536e7a709))
25+
* Removes legacy peer dependency flag to make the install flexible ([a85231e](https://github.com/openedx/tutor-contrib-aspects/commit/a85231eeab8ae4f9baa7b7abbce3cc3d09f7d102))
26+
* Superset Celery issues with healthcheck and pid ([926e2cd](https://github.com/openedx/tutor-contrib-aspects/commit/926e2cd883890a26b6e1ddc0e254a826f2d9080c))
27+
* trigger github checks ([8dbe3e8](https://github.com/openedx/tutor-contrib-aspects/commit/8dbe3e89c8447745dd58cbbcd7aac2cb1d340cc3))
28+
* Update platform-plugin-aspects to 1.1.1 ([e69753c](https://github.com/openedx/tutor-contrib-aspects/commit/e69753c367504c5882aff7c43353f8c298060590))
29+
* Updates the link in the readme ([e736032](https://github.com/openedx/tutor-contrib-aspects/commit/e7360327489af194c0da330d276ece4b9c6aba4f))
30+
31+
#### Code Refactoring
32+
33+
* Simplify CeleryConfig class definition ([889af28](https://github.com/openedx/tutor-contrib-aspects/commit/889af28236cb4e027125ad2e418cd217ce046ef0))
34+
35+
#### Styles
36+
37+
* Format files ([9f669fa](https://github.com/openedx/tutor-contrib-aspects/commit/9f669fa4f0cf97bd4ef1bd66a263f9c1f2c2261d))
38+
39+
#### Documentation
40+
41+
* in-context metrics in key features ([b415607](https://github.com/openedx/tutor-contrib-aspects/commit/b415607f74d2a7458a4dbb5a393ea0a361ee5c45))
42+
* in-context metrics installation instructions ([552347d](https://github.com/openedx/tutor-contrib-aspects/commit/552347d8cce17ca894141510ef106ee334f352e0))
43+
* Update README to clarify compatibility ([777038b](https://github.com/openedx/tutor-contrib-aspects/commit/777038bd0666dd82ae950f5aa1208403d13ff557))
44+
845
## v2.3.1 - 2025-05-16
946

1047
### [2.3.1](https://github.com/openedx/tutor-contrib-aspects/compare/v2.3.0...v2.3.1) (2025-05-16)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 2.3.1
2+
current_version = 2.4.0
33
commit = False
44
tag = False

tutoraspects/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "2.3.1"
5+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)