File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.33.0 (Released May 28, 2025)
5
+ --------------
6
+
7
+ - remove the backend heroku deploy step from the RC Github Actions build since that happens in Kubernetes now (#2258)
8
+ - config: Allow health endpoints to bypass SSL redirect
9
+ - config: Remove syslog handler (#2250)
10
+ - feat: Add health check (#2247)
11
+ - Ensure celery tasks execute once (#2242)
12
+ - Fix flaky test (#2246)
13
+ - [pre-commit.ci] pre-commit autoupdate (#2248)
14
+ - Set card link on org dashboard pages to courseware url (#2239)
15
+ - [pre-commit.ci] pre-commit autoupdate (#2215)
16
+ - chore(deps): pin dependencies (#2245)
17
+ - fix(deps): update dependency youtube-transcript-api to v1 (#2206)
18
+ - Tracking user account creation event in posthog (#2237)
19
+ - Fix ordering of modules in UAI dashboard (#2232)
20
+
4
21
Version 0.31.3 (Released May 12, 2025)
5
22
--------------
6
23
Original file line number Diff line number Diff line change 34
34
from main .settings_pluggy import * # noqa: F403
35
35
from openapi .settings_spectacular import open_spectacular_settings
36
36
37
- VERSION = "0.31.3 "
37
+ VERSION = "0.33.0 "
38
38
39
39
log = logging .getLogger ()
40
40
You can’t perform that action at this time.
0 commit comments