Skip to content

Commit 7df39e7

Browse files
committed
Release 0.63.7
1 parent 1e8bf8d commit 7df39e7

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.63.7
5+
--------------
6+
7+
- feat: implement PostHog event tracking for user interactions (#3218)
8+
- Update dependency pytest to v9 [SECURITY] (#3215)
9+
- Facet counts and aggregations for Vector search (#3210)
10+
- Program Unenrollment (#3203)
11+
- Update dependency Django to v4.2.30 [SECURITY] (#3212)
12+
- Update dependency cryptography to v46.0.7 [SECURITY] (#3211)
13+
- Update dependency requests to v2.33.0 [SECURITY] (#3214)
14+
- Filtering for similarity endpoints (#3204)
15+
- fix: minor improvements on video collection pages (#3205)
16+
- Update dependency litellm to v1.83.0 [SECURITY] (#3213)
17+
418
Version 0.63.5 (Released April 16, 2026)
519
--------------
620

main/settings.py

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

37-
VERSION = "0.63.5"
37+
VERSION = "0.63.7"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)