Skip to content

Commit 51f4eda

Browse files
authored
Update CHANGELOG.md
1 parent 8066fab commit 51f4eda

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,6 @@
1515
- Ranking pipeline: `/ranked-search` endpoint returns results with weighted scores (vector + metadata relevance) and explanations for each result.
1616
- All ranking and hybrid search logic is fully covered by tests, including timestamp range handling and score explanations.
1717

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-
3718
## [1.3.0] - 2025-07-14
3819
### Added
3920
- **Advanced Version History UI:**
@@ -56,3 +37,22 @@
5637

5738
### Fixed
5839
- 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

Comments
 (0)