File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.24.3 (Released November 14, 2024)
5
+ --------------
6
+
7
+ - remove sentence transformers dependency (#1806)
8
+ - Add playlist id to video results (#1802)
9
+ - Remove unnecessary percolate calls (#1801)
10
+ - Update actions/checkout digest to 11bd719 (#1755)
11
+ - Update actions/setup-node digest to 39370e3 (#1756)
12
+ - [pre-commit.ci] pre-commit autoupdate (#1790)
13
+ - Update akhileshns/heroku-deploy digest to e86b991 (#1715)
14
+ - Empty commit to try and fix heroku
15
+ - identify users in posthog via user id (#1799)
16
+ - qdrant integration for vector based similar resources endpoint (#1784)
17
+ - calculate min_score before score adjustments (#1797)
18
+ - Update actions/setup-python digest to 0b93645 (#1757)
19
+
4
20
Version 0.24.2 (Released November 07, 2024)
5
21
--------------
6
22
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.24.2 "
36
+ VERSION = "0.24.3 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments