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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## [Unreleased]
1
+
## [v1.3.0]
2
2
### Added
3
3
- Test suite now fully mocks OpenAI embedding and Qdrant vector DB for all integration tests. No real API keys or running Qdrant instance are required for tests. This is achieved by:
4
4
- Patching `get_openai_embedding` to return a fixed vector in all test files.
@@ -55,4 +55,4 @@
55
55
- Enhanced documentation and cross-linking for all features.
56
56
57
57
### Fixed
58
-
- Ensured all endpoints and integrations are robustly tested and isolated from external dependencies in CI.
58
+
- Ensured all endpoints and integrations are robustly tested and isolated from external dependencies in CI.
0 commit comments