Skip to content

Commit

Permalink
chore: release foyer v0.8.9 (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Apr 28, 2024
1 parent 8337a0c commit 06bdf7c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
## 2024-04-28

| crate | version |
| - | - |
| foyer | 0.8.9 |
| foyer-common | 0.6.4 |
| foyer-memory | 0.3.6 |
| foyer-storage | 0.7.6 |
| foyer-storage-bench | 0.7.5 |

<details>

### Changes

- feat: Add config to control the recover mode.
- feat: Add config to enable/disable direct i/o. (Enabled by default for large entries optimization.)

</details>

## 2024-04-28

| crate | version |
| - | - |
| foyer | 0.8.8 |
Expand Down
2 changes: 1 addition & 1 deletion foyer-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foyer-common"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "common utils for foyer - the hybrid cache for Rust"
Expand Down
2 changes: 1 addition & 1 deletion foyer-memory/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foyer-memory"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "memory cache for foyer - the hybrid cache for Rust"
Expand Down
2 changes: 1 addition & 1 deletion foyer-storage-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foyer-storage-bench"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "storage engine bench tool for foyer - the hybrid cache for Rust"
Expand Down
2 changes: 1 addition & 1 deletion foyer-storage/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foyer-storage"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "storage engine for foyer - the hybrid cache for Rust"
Expand Down
2 changes: 1 addition & 1 deletion foyer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foyer"
version = "0.8.8"
version = "0.8.9"
edition = "2021"
authors = ["MrCroxx <mrcroxx@outlook.com>"]
description = "Hybrid cache for Rust"
Expand Down

0 comments on commit 06bdf7c

Please sign in to comment.