Skip to content
Draft
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
38 changes: 19 additions & 19 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ homepage = "https://github.com/microsoft/oxidizer"
# local dependencies
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.3.0" }
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.4.2" }
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.4.0" }
cachet = { path = "crates/cachet", default-features = false, version = "0.1.0" }
cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.1.0" }
cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.1.0" }
cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.1.0" }
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.5.0" }
cachet = { path = "crates/cachet", default-features = false, version = "0.2.0" }
cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.2.0" }
cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.2.0" }
cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.2.0" }
data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.11.0" }
data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.9.0" }
data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.9.0" }
fundle = { path = "crates/fundle", default-features = false, version = "0.3.0" }
fundle_macros = { path = "crates/fundle_macros", default-features = false, version = "0.3.0" }
fundle_macros_impl = { path = "crates/fundle_macros_impl", default-features = false, version = "0.3.0" }
http_extensions = { path = "crates/http_extensions", default-features = false, version = "0.3.1" }
http_extensions = { path = "crates/http_extensions", default-features = false, version = "0.4.0" }
layered = { path = "crates/layered", default-features = false, version = "0.3.0" }
ohno = { path = "crates/ohno", default-features = false, version = "0.3.2" }
ohno = { path = "crates/ohno", default-features = false, version = "0.4.0" }
ohno_macros = { path = "crates/ohno_macros", default-features = false, version = "0.3.0" }
recoverable = { path = "crates/recoverable", default-features = false, version = "0.1.2" }
seatbelt = { path = "crates/seatbelt", default-features = false, version = "0.4.4" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.1.2" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.2.0" }
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.1.1" }
templated_uri_macros_impl = { path = "crates/templated_uri_macros_impl", default-features = false, version = "0.1.1" }
testing_aids = { path = "crates/testing_aids", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/bytesbuf_io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.5.0] - 2026-04-20

- ⚠️ Breaking

- bump `ohno` to 0.4.0

## [0.3.0] - 2026-02-16

- ✔️ Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/bytesbuf_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "bytesbuf_io"
description = "Asynchronous I/O abstractions expressed via `bytesbuf` types."
version = "0.4.0"
version = "0.5.0"
readme = "README.md"
keywords = ["oxidizer", "io", "zero-copy", "performance", "async"]
categories = [
Expand Down
8 changes: 4 additions & 4 deletions crates/bytesbuf_io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ types that produce or consume streams of bytes. These are in the `testing` modul
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/bytesbuf_io">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG8wC2qKB5vPMG5c8vZ8ulsvSGwSlXV9Pnjr5GyAAXY8thjNKYWSBgmtieXRlc2J1Zl9pb2UwLjQuMA
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG8wC2qKB5vPMG5c8vZ8ulsvSGwSlXV9Pnjr5GyAAXY8thjNKYWSBgmtieXRlc2J1Zl9pb2UwLjUuMA
[__link0]: https://docs.io/bytesbuf
[__link1]: https://docs.rs/bytesbuf_io/0.4.0/bytesbuf_io/?search=Read
[__link2]: https://docs.rs/bytesbuf_io/0.4.0/bytesbuf_io/?search=Write
[__link1]: https://docs.rs/bytesbuf_io/0.5.0/bytesbuf_io/?search=Read
[__link2]: https://docs.rs/bytesbuf_io/0.5.0/bytesbuf_io/?search=Write
[__link3]: https://docs.io/bytesbuf
[__link4]: https://docs.rs/bytesbuf_io/0.4.0/bytesbuf_io/?search=Read
[__link4]: https://docs.rs/bytesbuf_io/0.5.0/bytesbuf_io/?search=Read
6 changes: 6 additions & 0 deletions crates/cachet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0] - 2026-04-20

- ⚠️ Breaking

- bump `ohno` to 0.4.0 and `cachet_tier` to 0.2.0

## [0.1.0]

Initial release.
2 changes: 1 addition & 1 deletion crates/cachet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "cachet"
description = "A composable, customizable multi-tier caching library with rich feature support."
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
keywords = ["oxidizer", "caching", "concurrency"]
categories = ["caching", "concurrency"]
Expand Down
32 changes: 16 additions & 16 deletions crates/cachet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,22 @@ Event name: `cache.event` with fields `cache.name`, `cache.operation`,
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/cachet">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGxoy2aS_r_WIG7xeYKGh3m5fG0GpQVALXxi6G6rN-ofywfKRYWSGgmZjYWNoZXRlMC4xLjCCbWNhY2hldF9tZW1vcnllMC4xLjCCbmNhY2hldF9zZXJ2aWNlZTAuMS4wgmtjYWNoZXRfdGllcmUwLjEuMIJkdGlja2UwLjIuMYJpdW5pZmxpZ2h0ZTAuMS4w
[__link0]: https://docs.rs/cachet/0.1.0/cachet/?search=TimeToRefresh
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGxoy2aS_r_WIG7xeYKGh3m5fG0GpQVALXxi6G6rN-ofywfKRYWSGgmZjYWNoZXRlMC4yLjCCbWNhY2hldF9tZW1vcnllMC4yLjCCbmNhY2hldF9zZXJ2aWNlZTAuMi4wgmtjYWNoZXRfdGllcmUwLjIuMIJkdGlja2UwLjIuMYJpdW5pZmxpZ2h0ZTAuMS4w
[__link0]: https://docs.rs/cachet/0.2.0/cachet/?search=TimeToRefresh
[__link1]: https://crates.io/crates/uniflight/0.1.0
[__link10]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheTier
[__link11]: https://docs.rs/cachet/0.1.0/cachet/?search=FallbackPromotionPolicy
[__link12]: https://docs.rs/cachet/0.1.0/cachet/?search=TimeToRefresh
[__link13]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=Error
[__link14]: https://crates.io/crates/cachet_tier/0.1.0
[__link15]: https://crates.io/crates/cachet_memory/0.1.0
[__link10]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheTier
[__link11]: https://docs.rs/cachet/0.2.0/cachet/?search=FallbackPromotionPolicy
[__link12]: https://docs.rs/cachet/0.2.0/cachet/?search=TimeToRefresh
[__link13]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=Error
[__link14]: https://crates.io/crates/cachet_tier/0.2.0
[__link15]: https://crates.io/crates/cachet_memory/0.2.0
[__link16]: https://docs.rs/moka
[__link17]: https://crates.io/crates/cachet_service/0.1.0
[__link2]: https://docs.rs/cachet/0.1.0/cachet/?search=CacheBuilder::stampede_protection
[__link3]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheTier
[__link4]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=DynamicCache
[__link5]: https://docs.rs/cachet/0.1.0/cachet/?search=FallbackPromotionPolicy
[__link17]: https://crates.io/crates/cachet_service/0.2.0
[__link2]: https://docs.rs/cachet/0.2.0/cachet/?search=CacheBuilder::stampede_protection
[__link3]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheTier
[__link4]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=DynamicCache
[__link5]: https://docs.rs/cachet/0.2.0/cachet/?search=FallbackPromotionPolicy
[__link6]: https://docs.rs/tick/0.2.1/tick/?search=Clock
[__link7]: https://docs.rs/cachet/0.1.0/cachet/?search=Cache
[__link8]: https://docs.rs/cachet/0.1.0/cachet/?search=CacheBuilder
[__link9]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheEntry
[__link7]: https://docs.rs/cachet/0.2.0/cachet/?search=Cache
[__link8]: https://docs.rs/cachet/0.2.0/cachet/?search=CacheBuilder
[__link9]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheEntry
6 changes: 6 additions & 0 deletions crates/cachet_memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0] - 2026-04-20

- ⚠️ Breaking

- bump `ohno` to 0.4.0 and `cachet_tier` to 0.2.0

## [0.1.0]

Initial release.
2 changes: 1 addition & 1 deletion crates/cachet_memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "cachet_memory"
description = "In-memory cache tier backed by Moka for the cachet caching library."
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
keywords = ["oxidizer", "caching", "concurrency"]
categories = ["caching", "concurrency"]
Expand Down
16 changes: 8 additions & 8 deletions crates/cachet_memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ TTL/TTI unset or set them to a sufficiently high ceiling.
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/cachet_memory">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGx97UkpE8tyEG0w3jevrQF8SG5D28UVlbZVEG3A-UY200y_0YWSCgm1jYWNoZXRfbWVtb3J5ZTAuMS4wgmtjYWNoZXRfdGllcmUwLjEuMA
[__link0]: https://docs.rs/cachet_memory/0.1.0/cachet_memory/?search=InMemoryCache
[__link1]: https://docs.rs/cachet_memory/0.1.0/cachet_memory/?search=InMemoryCacheBuilder
[__link2]: https://docs.rs/cachet_memory/0.1.0/cachet_memory/?search=policy::EvictionPolicy
[__link3]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheEntry::expires_after
[__link4]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheEntry::expires_after
[__link5]: https://docs.rs/cachet_memory/0.1.0/cachet_memory/?search=InMemoryCacheBuilder::time_to_live
[__link6]: https://docs.rs/cachet_memory/0.1.0/cachet_memory/?search=InMemoryCacheBuilder::time_to_idle
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGx97UkpE8tyEG0w3jevrQF8SG5D28UVlbZVEG3A-UY200y_0YWSCgm1jYWNoZXRfbWVtb3J5ZTAuMi4wgmtjYWNoZXRfdGllcmUwLjIuMA
[__link0]: https://docs.rs/cachet_memory/0.2.0/cachet_memory/?search=InMemoryCache
[__link1]: https://docs.rs/cachet_memory/0.2.0/cachet_memory/?search=InMemoryCacheBuilder
[__link2]: https://docs.rs/cachet_memory/0.2.0/cachet_memory/?search=policy::EvictionPolicy
[__link3]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheEntry::expires_after
[__link4]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheEntry::expires_after
[__link5]: https://docs.rs/cachet_memory/0.2.0/cachet_memory/?search=InMemoryCacheBuilder::time_to_live
[__link6]: https://docs.rs/cachet_memory/0.2.0/cachet_memory/?search=InMemoryCacheBuilder::time_to_idle
6 changes: 6 additions & 0 deletions crates/cachet_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0] - 2026-04-20

- ⚠️ Breaking

- bump `cachet_tier` to 0.2.0

## [0.1.0]

Initial release.
2 changes: 1 addition & 1 deletion crates/cachet_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "cachet_service"
description = "Layered service integration for the cachet caching library."
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
keywords = ["oxidizer", "caching", "concurrency"]
categories = ["caching", "concurrency"]
Expand Down
8 changes: 4 additions & 4 deletions crates/cachet_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let tier = ServiceAdapter::new(my_service);
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/cachet_service">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG3K5S_LB5wBuG9aH2I-oE91BG6p757n6ShIyG2QJsgO5MU4kYWSCgm5jYWNoZXRfc2VydmljZWUwLjEuMIJrY2FjaGV0X3RpZXJlMC4xLjA
[__link0]: https://docs.rs/cachet_service/0.1.0/cachet_service/?search=ServiceAdapter
[__link1]: https://docs.rs/cachet_tier/0.1.0/cachet_tier/?search=CacheTier
[__link2]: https://docs.rs/cachet_service/0.1.0/cachet_service/?search=ServiceAdapter
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG3K5S_LB5wBuG9aH2I-oE91BG6p757n6ShIyG2QJsgO5MU4kYWSCgm5jYWNoZXRfc2VydmljZWUwLjIuMIJrY2FjaGV0X3RpZXJlMC4yLjA
[__link0]: https://docs.rs/cachet_service/0.2.0/cachet_service/?search=ServiceAdapter
[__link1]: https://docs.rs/cachet_tier/0.2.0/cachet_tier/?search=CacheTier
[__link2]: https://docs.rs/cachet_service/0.2.0/cachet_service/?search=ServiceAdapter
6 changes: 6 additions & 0 deletions crates/cachet_tier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0] - 2026-04-20

- ⚠️ Breaking

- bump `ohno` to 0.4.0

## [0.1.0]

Initial release.
2 changes: 1 addition & 1 deletion crates/cachet_tier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "cachet_tier"
description = "Core cache tier trait and abstractions for building cache backends."
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
keywords = ["oxidizer", "caching", "concurrency"]
categories = ["caching", "concurrency"]
Expand Down
Loading
Loading