Skip to content

Commit 0a07989

Browse files
committed
chore: prepare for 0.7.1 release
1 parent c3df2c8 commit 0a07989

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oasysdb"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "readme.md"

docs/changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.7.1
4+
5+
### What's Changed
6+
7+
This release includes a low-level CRUD API for the index implementation from the
8+
Database layer. Once the index is built, when necessary, you can use the CRUD
9+
API to manage the index data directly. This API allows you to perform the
10+
following operations:
11+
12+
- Insert new records into the index.
13+
- Update existing records in the index.
14+
- Delete records from the index.
15+
16+
### Contributors
17+
18+
- @edwinkys
19+
20+
### Full Changelog
21+
22+
[v0.7.0...v0.7.1](https://github.com/oasysai/oasysdb/compare/v0.7.0...v0.7.1)
23+
324
## v0.7.0
425

526
### What's Changed

docs/refs/database.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,3 @@ These are the available advanced operations:
303303
Please note that these operations are not recommended for general use since
304304
they bypass the SQL layer and can lead to inconsistencies between the SQL
305305
data source and the index which can lead to unexpected behavior.
306-
307-
With this in mind, technically you can use these operations to use OasysDB
308-
without the SQL layer and directly interact with each index data store.

0 commit comments

Comments
 (0)