File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ Version 0.47.13 (Released November 24, 2025)
5+ ---------------
6+
7+ - making sure ingestion succeeds even without xml (#2704)
8+ - Ab/hybrid search (#2663)
9+ - replacing underscore with dashes for bootstrap featureflags (#2703)
10+ - add error message for enrollment code issues (#2685)
11+ - Fix hydration error, remove prefetch helper (#2697)
12+ - rename views cache (#2700)
13+ - more dashboard CTA adjustments (#2701)
14+ - Ensure re-indexing and re-embedding operations include all non-course learning resource types (#2695)
15+ - Article editor refactor for reuse and layout updates (#2699)
16+ - feat: incorporating the tiptap in articles CRUD operations (#2693)
17+ - fix(deps): update dependency litellm to v1.79.3 (#2618)
18+ - limit offered by facet to specific offerors (#2692)
19+ - chore(deps): update dependency ruff to v0.14.4 (#2666)
20+ - Avoid n+1 queries on video.playlists serializer field (#2662)
21+ - chore(deps): update nginx docker tag to v1.29.3 (#2667)
22+ - fix(deps): update dependency django to v4.2.26 [security] (#2678)
23+
424Version 0.47.12 (Released November 17, 2025)
525---------------
626
Original file line number Diff line number Diff line change 3434from main .settings_pluggy import * # noqa: F403
3535from openapi .settings_spectacular import open_spectacular_settings
3636
37- VERSION = "0.47.12 "
37+ VERSION = "0.47.13 "
3838
3939log = logging .getLogger ()
4040
You can’t perform that action at this time.
0 commit comments