Skip to content

Commit 71b4a35

Browse files
committed
Release 0.30.7
1 parent aa02630 commit 71b4a35

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

RELEASE.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Release Notes
22
=============
33

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+
423
Version 0.30.6 (Released February 26, 2025)
524
--------------
625

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.settings_pluggy import * # noqa: F403
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.30.6"
36+
VERSION = "0.30.7"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)