|
15 | 15 | - Ranking pipeline: `/ranked-search` endpoint returns results with weighted scores (vector + metadata relevance) and explanations for each result. |
16 | 16 | - All ranking and hybrid search logic is fully covered by tests, including timestamp range handling and score explanations. |
17 | 17 |
|
18 | | -## [1.2.2] - 2025-07-14 |
19 | | -### Added |
20 | | -- New `docs/TESTING.md` with a comprehensive guide to running, extending, and mocking tests (OpenAI, Qdrant) for fast, reliable integration tests. |
21 | | -- All documentation files now cross-link to each other, including the new Testing Guide, ensuring no missing or broken links. |
22 | | -- README, USAGE, ARCHITECTURE, CONTRIBUTING, SECURITY, CI_CACHING, and ENVIRONMENT_VARIABLES docs updated to reference the Testing Guide and clarify the mocking/testing approach. |
23 | | - |
24 | | -### Changed |
25 | | -- Documentation reviewed and improved for clarity, completeness, and cross-referencing. |
26 | | - |
27 | | -## [1.2.3] - 2025-07-14 |
28 | | -### Added |
29 | | -- Version history tracking for model/embedding versions per record in Qdrant. |
30 | | -- `/records/{id}/version-history` API endpoint. |
31 | | -- Simple web UI for version history display. |
32 | | - |
33 | | -## [1.2.4] - 2025-07-14 |
34 | | -### Added |
35 | | -- Prometheus metrics and Sentry error monitoring integration. |
36 | | - |
37 | 18 | ## [1.3.0] - 2025-07-14 |
38 | 19 | ### Added |
39 | 20 | - **Advanced Version History UI:** |
|
56 | 37 |
|
57 | 38 | ### Fixed |
58 | 39 | - Ensured all endpoints and integrations are robustly tested and isolated from external dependencies in CI. |
| 40 | + |
| 41 | +## [1.2.4] - 2025-07-14 |
| 42 | +### Added |
| 43 | +- Prometheus metrics and Sentry error monitoring integration. |
| 44 | + |
| 45 | +## [1.2.3] - 2025-07-14 |
| 46 | +### Added |
| 47 | +- Version history tracking for model/embedding versions per record in Qdrant. |
| 48 | +- `/records/{id}/version-history` API endpoint. |
| 49 | +- Simple web UI for version history display. |
| 50 | + |
| 51 | +## [1.2.2] - 2025-07-14 |
| 52 | +### Added |
| 53 | +- New `docs/TESTING.md` with a comprehensive guide to running, extending, and mocking tests (OpenAI, Qdrant) for fast, reliable integration tests. |
| 54 | +- All documentation files now cross-link to each other, including the new Testing Guide, ensuring no missing or broken links. |
| 55 | +- README, USAGE, ARCHITECTURE, CONTRIBUTING, SECURITY, CI_CACHING, and ENVIRONMENT_VARIABLES docs updated to reference the Testing Guide and clarify the mocking/testing approach. |
| 56 | + |
| 57 | +### Changed |
| 58 | +- Documentation reviewed and improved for clarity, completeness, and cross-referencing. |
0 commit comments