Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## [0.13.3] - 2025-11-25

### 🐛 Bug Fixes

- Add public host validation to prevent private host usage
- Format host validation error message for clarity and update dependencies
- Clippy suggestion
## [0.13.2] - 2025-11-04

### 🐛 Bug Fixes

- Update Redis dependency to version 0.32 and improve error handling in async item retrieval

### ⚙️ Miscellaneous Tasks

- Release
## [0.13.1] - 2025-11-04

### 🐛 Bug Fixes
Expand Down
143 changes: 91 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.13.2"
version = "0.13.3"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down
Loading
Loading