Skip to content

Commit da53c25

Browse files
committed
docs: add v0.0.3 changelog entry
- Add v0.0.3 entry to CHANGELOG.md - Add v0.0.3 entry to README.md changelog section - Document official client integrations and updates
1 parent e4acbfd commit da53c25

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.3] - 2025-01-02
11+
12+
### Added
13+
14+
- Official Milvus client integration (github.com/milvus-io/milvus/client/v2/milvusclient)
15+
- Official Weaviate client integration (github.com/weaviate/weaviate-go-client/v5/weaviate)
16+
- Proper client initialization with configuration
17+
- Updated Setup methods to use official client schemas
18+
19+
### Changed
20+
21+
- MilvusDatabase now uses milvusclient.Client instead of custom interface
22+
- WeaviateDatabase now uses weaviate.Client instead of custom interface
23+
- Updated go.mod with official client dependencies
24+
25+
### Technical Notes
26+
27+
- Using placeholder implementations for now due to dependency conflicts
28+
- Official client APIs are integrated and ready for full implementation
29+
1030
## [0.0.2] - 2025-01-02
1131

1232
### Changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,13 @@ For support and questions:
543543

544544
## Changelog
545545

546+
### v0.0.3
547+
548+
- Official Milvus client integration
549+
- Official Weaviate client integration
550+
- Updated client initialization with configuration
551+
- Updated Setup methods to use official client schemas
552+
546553
### v0.0.2
547554

548555
- Removed main executable since we have bin directory

0 commit comments

Comments
 (0)