File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.31.0 (Released April 08, 2025)
5
+ --------------
6
+
7
+ - adding selenium dependency (#2173)
8
+ - Make /users/me/ api endpoint accessible for anonymous users (#2156)
9
+ - first pass at docker image optimization (#2161)
10
+ - version: Increase poetry version to latest supported 1.8 release
11
+ - Decrease lookback window for embedding new resources and contentfiles (#2162)
12
+ - fix: Don't try to install mit-learn as a package
13
+ - version: Loosen the version of Python (#2167)
14
+ - config: Increase the Nginx buffer size for headers and cookies
15
+ - Remove SCIM fields from Profile (#2160)
16
+ - Fix for potential missing file attribute in contentfile json (#2158)
17
+ - chore(deps): update dependency faker to v37 (#2132)
18
+ - chore(deps): update actions/setup-node digest to cdca736 (#2146)
19
+ - Make gemini optional by request (#2159)
20
+ - Enrollment card updates & sorting (#2142)
21
+ - Enable redirects on logout (#2145)
22
+ - Fix broken test test_certificate_display (#2155)
23
+ - make black link typography match design system (#2154)
24
+
4
25
Version 0.30.10 (Released March 27, 2025)
5
26
---------------
6
27
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.30.10 "
37
+ VERSION = "0.31.0 "
38
38
39
39
log = logging .getLogger ()
40
40
You can’t perform that action at this time.
0 commit comments