File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.30.5 (Released February 21, 2025)
5
+ --------------
6
+
7
+ - Fixed SCIM search for large queries (#2049)
8
+ - Latest smoot-design (#2059)
9
+ - Recommendation bot styling and text updates (#2058)
10
+ - Open Learning Library CSV update (#2014)
11
+ - Update dependency litellm to v1.61.5 (#2056)
12
+ - Update opensearchproject/opensearch Docker tag to v2.19.0 (#2055)
13
+ - Update dependency tiktoken to ^0.9.0 (#2054)
14
+ - Update dependency litellm to v1.61.4 (#2053)
15
+ - Update Node.js to v22.14.0 (#2052)
16
+ - Celery task to embed new contentfiles (#2044)
17
+ - Design update for the homepage AskTIM action (#2047)
18
+ - Point the chatbots to the Learn AI endpoints (#2045)
19
+ - Recommendation bot UI (#2019)
20
+ - Update React Query to v5 (#2043)
21
+
4
22
Version 0.30.4 (Released February 12, 2025)
5
23
--------------
6
24
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.30.4 "
36
+ VERSION = "0.30.5 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments