You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
7
7
and commits should be formatted using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
8
8
9
-
## [Unreleased]
9
+
## [0.12.0] - 2025-11-03
10
10
11
11
### Added
12
12
13
13
- Indexer: Add JSON schema support and apply for it before indexing by @stronk7 ([81b49e3](https://github.com/moodlehq/wiki-rag/commit/81b49e3ce7631f7e04da33024ca6049ea5ce7bcb))
14
-
- Vector Stores: First step towards making vector stores pluggable
15
-
- Vector Stores: Move the indexer and the searcher to use pluggable stores.
16
-
- Vector Stores: Move the OpenAI and MCP servers to use pluggable stores.
14
+
- Vector Stores: First step towards making vector stores pluggable by @stronk7 ([b605134](https://github.com/moodlehq/wiki-rag/commit/b60513481efa64f2bcd618e64c06e4316db7b412))
15
+
- Vector Stores: Move the indexer and the searcher to use pluggable stores. by @stronk7 ([a49c037](https://github.com/moodlehq/wiki-rag/commit/a49c037732e23883fba4f069e18510314c45c63b))
16
+
- Vector Stores: Move the OpenAI and MCP servers to use pluggable stores. by @stronk7 ([2cccf31](https://github.com/moodlehq/wiki-rag/commit/2cccf31d04018466fcf738a5df2b6dda2af355bf))
17
17
18
18
### Changed
19
19
20
20
- GitHub: Run workflows also with Python 3.14 (aka, πthon) by @stronk7 ([ffc9b17](https://github.com/moodlehq/wiki-rag/commit/ffc9b17312ee7e190050585d674d3f11510fa8f2))
21
21
- Loader: Improve the generation of page head sections by @stronk7 ([a228019](https://github.com/moodlehq/wiki-rag/commit/a228019a03284aa21da8661adfd2c23dac9eee8d))
22
22
- Indexer: Better handling of preamble and contents on indexing by @stronk7 ([996eeec](https://github.com/moodlehq/wiki-rag/commit/996eeecfc9d3f49ee6b9264ae77cea9fa5bb0f34))
23
23
- Searcher: Improve the "popularity" optimisation by @stronk7 ([5e84ba5](https://github.com/moodlehq/wiki-rag/commit/5e84ba5039fdb02a8b5549297036cbe7c3931d03))
24
-
- Retriever: Improve the query rewrite to be more specific
25
-
- MCP: Switch the server from SSE to HTTP
24
+
- Retriever: Improve the query rewrite to be more specific by @stronk7 ([f2156bf](https://github.com/moodlehq/wiki-rag/commit/f2156bf3f68bd773b971cf5a380fe2487326f096))
25
+
- MCP: Switch the server from SSE to HTTP by @stronk7 ([967ba0c](https://github.com/moodlehq/wiki-rag/commit/967ba0c3853644de0106d7a5402178fb59ebd512))
26
26
-**BREAKING**: Any client previously using MCP SSE clients
27
27
must change the transport to HTTP. Normally this change is
28
28
trivial and everything continues working exactly the same.
29
29
30
30
31
31
### Fixed
32
32
33
-
- MCP: Fix the MCP resources to work with the new file format added in [v0.11.2](#0112---2025-10-22)
33
+
- MCP: Fix the MCP resources to work with the new file format added in [v0.11.2](#0112---2025-10-22) by @stronk7 ([9ef93b3](https://github.com/moodlehq/wiki-rag/commit/9ef93b38af071d8dc9c96fcef6362ed56699c3f5))
0 commit comments