File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-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.7
5
+ --------------
6
+
7
+ - Add all Contentfile metadata to chunk responses (#2075)
8
+ - Make embedding generation task use correct run (#2074)
9
+ - add MITOL_LOGOUT_SUFFIX to github actions (#2079)
10
+ - Fix user migrations for SCIM (#2078)
11
+ - Fix SCIM view tests (#2073)
12
+ - Accessibility improvements (#2071)
13
+ - APISIX integration (#2061)
14
+ - Added SCIM fields to User and populate (#2062)
15
+ - Fix SCIM search API sort and pagination (#2066)
16
+ - fix: Opensearch container on ARM64 based architecture (#2069)
17
+ - Update dependency @dnd-kit/sortable to v10 (#1974)
18
+ - Update akhileshns/heroku-deploy digest to e3eb99d (#2068)
19
+ - Update dependency @sentry/nextjs to v9 (#2034)
20
+ - Update dependency @mui/lab to v6.0.0-beta.28 (#2051)
21
+ - Update dependency tldextract to v5 (#2031)
22
+
4
23
Version 0.30.6 (Released February 26, 2025)
5
24
--------------
6
25
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.6 "
36
+ VERSION = "0.30.7 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments