Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
012d15b
Release 0.24.3
odlbot Nov 8, 2024
cb0d20a
Release date for 0.24.3
odlbot Nov 14, 2024
099c469
Merge branch 'release'
odlbot Nov 14, 2024
9fe9cd6
Server rendered search page results
jonkafton Nov 15, 2024
b95a184
v2 drawer certification updates (#1823)
gumaerc Nov 15, 2024
45ad720
Unit channel page and search prefetch
jonkafton Nov 15, 2024
abf1fae
Merge branch 'main' into jk/5920-prefetch-homepage
jonkafton Nov 15, 2024
e59621f
Featured list and testimonials only for unit channels
jonkafton Nov 15, 2024
7f2df1f
v2 learning resource drawer formats and location (#1826)
gumaerc Nov 15, 2024
b4ccd6d
LocalDate and NoSSR components to render localized dates only on client
jonkafton Nov 18, 2024
ffa1098
Revert "LocalDate and NoSSR components to render localized dates only…
jonkafton Nov 18, 2024
85fe937
LocalDate and NoSSR components to render localized dates only on clie…
jonkafton Nov 18, 2024
0e635f8
Merge branch 'jk/5920-prefetch-homepage' into jk/6035-prefetch-search
jonkafton Nov 18, 2024
2eeba37
separate starts and as taught in, show anytime availability (#1828)
gumaerc Nov 18, 2024
4f80868
Map address search params
jonkafton Nov 18, 2024
7e4cee1
Search params test
jonkafton Nov 19, 2024
68b5a9b
Update dependency pytest-cov to v6 (#1818)
renovate[bot] Nov 19, 2024
86560c8
Update dependency safety to v3 (#1819)
renovate[bot] Nov 19, 2024
131e890
URL search param validation anf transforms to align with course-searc…
jonkafton Nov 19, 2024
e4b2b78
Update dependency django-anymail to v12 (#1815)
renovate[bot] Nov 19, 2024
04018b7
vector search endpoint (#1827)
shanbady Nov 19, 2024
97ff40c
Update dependency @mui/lab to v6.0.0-beta.15 (#1830)
renovate[bot] Nov 19, 2024
e70977c
Update to use validators from course-search-utils
jonkafton Nov 19, 2024
7f383a3
Merge branch 'main' into jk/6035-prefetch-search
jonkafton Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
=============

Version 0.24.3 (Released November 14, 2024)
--------------

- remove sentence transformers dependency (#1806)
- Add playlist id to video results (#1802)
- Remove unnecessary percolate calls (#1801)
- Update actions/checkout digest to 11bd719 (#1755)
- Update actions/setup-node digest to 39370e3 (#1756)
- [pre-commit.ci] pre-commit autoupdate (#1790)
- Update akhileshns/heroku-deploy digest to e86b991 (#1715)
- Empty commit to try and fix heroku
- identify users in posthog via user id (#1799)
- qdrant integration for vector based similar resources endpoint (#1784)
- calculate min_score before score adjustments (#1797)
- Update actions/setup-python digest to 0b93645 (#1757)

Version 0.24.2 (Released November 07, 2024)
--------------

Expand Down
Loading