Skip to content

Commit f11738e

Browse files
committed
Release 0.64.0
1 parent c1e471f commit f11738e

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.64.0
5+
--------------
6+
7+
- fix: change links of video and playlist on search page (#3223)
8+
- feat: TOS Copy Changes (#3222)
9+
- Add k6 performance tests (#3193)
10+
- Add management command for adding / updating HubSpot contact properties (#3216)
11+
- use new data.json (#3202)
12+
- Remove n+1 queries from learning_resources app (#3200)
13+
- feat: implement PostHog event tracking for user interactions (#3218)
14+
- Update dependency pytest to v9 [SECURITY] (#3215)
15+
- Facet counts and aggregations for Vector search (#3210)
16+
- Program Unenrollment (#3203)
17+
- Update dependency Django to v4.2.30 [SECURITY] (#3212)
18+
- Update dependency cryptography to v46.0.7 [SECURITY] (#3211)
19+
- Update dependency requests to v2.33.0 [SECURITY] (#3214)
20+
- Filtering for similarity endpoints (#3204)
21+
- fix: minor improvements on video collection pages (#3205)
22+
- Update dependency litellm to v1.83.0 [SECURITY] (#3213)
23+
424
Version 0.63.5 (Released April 16, 2026)
525
--------------
626

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.64.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)