Skip to content

Commit 4bb8afa

Browse files
committed
chore: add changelog for v0.5.0
1 parent 9db83fa commit 4bb8afa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v0.5.0
2+
3+
### What's Changed
4+
5+
- **BREAKING CHANGE**: Although there is no change in the database API, the underlying storage format has been changed to save the collection data to dedicated files directly. The details of the new persistent system and how to migrate from v0.4.x to v0.5.0 can be found in this [migration guide](/docs/migrations/0.4.5-to-0.5.0.md).
6+
7+
- By adding the feature `gen`, you can now use the `EmbeddingModel` trait and OpenAI's embedding models to generate vectors or records from text without external dependencies. This feature is optional and can be enabled by adding the feature to the `Cargo.toml` file.
8+
9+
```toml
10+
[dependencies]
11+
oasysdb = { version = "0.5.0", features = ["gen"] }
12+
```
13+
14+
### Contributors
15+
16+
- @edwinkys
17+
18+
### Full Changelog
19+
20+
https://github.com/oasysai/oasysdb/compare/v0.4.5...v0.5.0
21+
122
# v0.4.5
223

324
### What's Changed

0 commit comments

Comments
 (0)