Skip to content
Open
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
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ homepage = "https://github.com/microsoft/oxidizer"
[workspace.dependencies]

# local dependencies
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.5.4" }
anyspawn_azure = { path = "crates/anyspawn_azure", default-features = false, version = "0.1.0" }
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.5.5" }
anyspawn_azure = { path = "crates/anyspawn_azure", default-features = false, version = "0.1.1" }
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.5.5" }
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.5.6" }
cachet = { path = "crates/cachet", default-features = false, version = "0.7.1" }
cachet = { path = "crates/cachet", default-features = false, version = "0.7.2" }
cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.3.5" }
cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.2.6" }
cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.2.4" }
data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.12.2" }
data_privacy_core = { path = "crates/data_privacy_core", default-features = false, version = "0.1.1" }
data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.10.2" }
data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.10.2" }
fetch = { path = "crates/fetch", default-features = false, version = "0.11.2" }
fetch_azure = { path = "crates/fetch_azure", default-features = false, version = "0.1.1" }
fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.4.2" }
fetch = { path = "crates/fetch", default-features = false, version = "0.11.3" }
fetch_azure = { path = "crates/fetch_azure", default-features = false, version = "0.1.2" }
fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.4.3" }
Comment on lines +26 to +40
fetch_options = { path = "crates/fetch_options", default-features = false, version = "0.2.2" }
fetch_tls = { path = "crates/fetch_tls", default-features = false, version = "0.2.3" }
fundle = { path = "crates/fundle", default-features = false, version = "0.3.3" }
Expand Down
6 changes: 6 additions & 0 deletions crates/anyspawn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.5.5] - 2026-06-18

- 🔧 Maintenance

- technical release

## [0.5.4] - 2026-06-11

- 🔧 Maintenance
Expand Down
2 changes: 1 addition & 1 deletion crates/anyspawn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "anyspawn"
description = "A generic task spawner compatible with any async runtime."
version = "0.5.4"
version = "0.5.5"
readme = "README.md"
keywords = ["oxidizer", "async", "runtime", "futures"]
categories = ["asynchronous"]
Expand Down
14 changes: 7 additions & 7 deletions crates/anyspawn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ contention-free, NUMA-friendly task dispatch.
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/anyspawn">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQblHE7Bl8YSN4bb97k0EOW-rkbZQa-GdodS-cbCkeYjGZgZ-BhZIKCaGFueXNwYXduZTAuNS40gmx0aHJlYWRfYXdhcmVlMC43LjQ
[__link0]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=Spawner
[__link1]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=SpawnCustom
[__link2]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=CustomSpawnerBuilder
[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQblHE7Bl8YSN4bb97k0EOW-rkbZQa-GdodS-cbCkeYjGZgZ-BhZIKCaGFueXNwYXduZTAuNS41gmx0aHJlYWRfYXdhcmVlMC43LjQ
[__link0]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=Spawner
[__link1]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=SpawnCustom
[__link2]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=CustomSpawnerBuilder
[__link3]: https://docs.rs/thread_aware/0.7.4/thread_aware/?search=ThreadAware
[__link4]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=SpawnCustom
[__link5]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=Spawner::new_tokio
[__link6]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=Spawner::new_tokio_with_handle
[__link4]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=SpawnCustom
[__link5]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=Spawner::new_tokio
[__link6]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=Spawner::new_tokio_with_handle
6 changes: 6 additions & 0 deletions crates/anyspawn_azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.1] - 2026-06-18

- 🔧 Maintenance

- Now requires `0.5.5` of `anyspawn`

## [0.1.0]

- ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/anyspawn_azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "anyspawn_azure"
description = "Azure SDK async runtime and process executor backed by an anyspawn spawner and a tick clock."
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
keywords = ["oxidizer", "azure", "async", "runtime", "spawner"]
categories = ["asynchronous"]
Expand Down
8 changes: 4 additions & 4 deletions crates/anyspawn_azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ fn install_runtime(spawner: Spawner, clock: Clock) {
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/anyspawn_azure">source code</a>.
</sub>

[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQbG3R9HTN6WQcb7BPkFt-c1lwbFJyoKmJddDMbd44aiRZ9MR1hZISCaGFueXNwYXduZTAuNS40gm5hbnlzcGF3bl9henVyZWUwLjEuMIJqYXp1cmVfY29yZWUxLjAuMIJkdGlja2UwLjMuNA
[__link0]: https://crates.io/crates/anyspawn/0.5.4
[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQbG3R9HTN6WQcb7BPkFt-c1lwbFJyoKmJddDMbd44aiRZ9MR1hZISCaGFueXNwYXduZTAuNS41gm5hbnlzcGF3bl9henVyZWUwLjEuMYJqYXp1cmVfY29yZWUxLjAuMIJkdGlja2UwLjMuNA
[__link0]: https://crates.io/crates/anyspawn/0.5.5
[__link1]: https://crates.io/crates/tick/0.3.4
[__link2]: https://docs.rs/azure_core/1.0.0/azure_core/?search=async_runtime::AsyncRuntime
[__link3]: https://docs.rs/anyspawn_azure/0.1.0/anyspawn_azure/?search=Runtime
[__link4]: https://docs.rs/anyspawn/0.5.4/anyspawn/?search=Spawner
[__link3]: https://docs.rs/anyspawn_azure/0.1.1/anyspawn_azure/?search=Runtime
[__link4]: https://docs.rs/anyspawn/0.5.5/anyspawn/?search=Spawner
[__link5]: https://docs.rs/tick/0.3.4/tick/?search=Clock
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.7.2] - 2026-06-18

- 🔧 Maintenance

- Now requires `0.5.5` of `anyspawn`

## [0.7.1] - 2026-06-18

- 🔧 Maintenance
Expand Down
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.7.1"
version = "0.7.2"
readme = "README.md"
keywords = ["oxidizer", "caching", "concurrency"]
categories = ["caching", "concurrency"]
Expand Down
26 changes: 13 additions & 13 deletions crates/cachet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,29 +280,29 @@ See the `telemetry_accumulator` example for a DashMap-based accumulation pattern
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]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQb_xlIDv3a6WgboIYzdhk5tYwbm8NaNvZXwrcbhIXs0eaeycFhZIiCaGJ5dGVzYnVmZTAuNS41gmZjYWNoZXRlMC43LjGCbWNhY2hldF9tZW1vcnllMC4zLjWCbmNhY2hldF9zZXJ2aWNlZTAuMi42gmtjYWNoZXRfdGllcmUwLjIuNIJkdGlja2UwLjMuNIJndHJhY2luZ2YwLjEuNDSCaXVuaWZsaWdodGUwLjIuNA
[__link0]: https://docs.rs/cachet/0.7.1/cachet/?search=TimeToRefresh
[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQb_xlIDv3a6WgboIYzdhk5tYwbm8NaNvZXwrcbhIXs0eaeycFhZIiCaGJ5dGVzYnVmZTAuNS41gmZjYWNoZXRlMC43LjKCbWNhY2hldF9tZW1vcnllMC4zLjWCbmNhY2hldF9zZXJ2aWNlZTAuMi42gmtjYWNoZXRfdGllcmUwLjIuNIJkdGlja2UwLjMuNIJndHJhY2luZ2YwLjEuNDSCaXVuaWZsaWdodGUwLjIuNA
[__link0]: https://docs.rs/cachet/0.7.2/cachet/?search=TimeToRefresh
[__link1]: https://crates.io/crates/uniflight/0.2.4
[__link10]: https://docs.rs/cachet_tier/0.2.4/cachet_tier/?search=CacheTier
[__link11]: https://docs.rs/cachet/0.7.1/cachet/?search=InsertPolicy
[__link12]: https://docs.rs/cachet/0.7.1/cachet/?search=TimeToRefresh
[__link11]: https://docs.rs/cachet/0.7.2/cachet/?search=InsertPolicy
[__link12]: https://docs.rs/cachet/0.7.2/cachet/?search=TimeToRefresh
[__link13]: https://docs.rs/cachet_tier/0.2.4/cachet_tier/?search=Error
[__link14]: https://crates.io/crates/cachet_tier/0.2.4
[__link15]: https://crates.io/crates/cachet_memory/0.3.5
[__link16]: https://docs.rs/moka
[__link17]: https://crates.io/crates/cachet_service/0.2.6
[__link18]: https://docs.rs/cachet/0.7.1/cachet/?search=telemetry::attributes
[__link18]: https://docs.rs/cachet/0.7.2/cachet/?search=telemetry::attributes
[__link19]: https://docs.rs/bytesbuf/0.5.5/bytesbuf/?search=BytesView
[__link2]: https://docs.rs/cachet/0.7.1/cachet/?search=CacheBuilder::stampede_protection
[__link2]: https://docs.rs/cachet/0.7.2/cachet/?search=CacheBuilder::stampede_protection
[__link20]: https://crates.io/crates/tracing/0.1.44
[__link21]: https://docs.rs/cachet/0.7.1/cachet/?search=telemetry::attributes
[__link22]: https://docs.rs/cachet/0.7.1/cachet/?search=telemetry::handler::CacheEventHandler
[__link23]: https://docs.rs/cachet/0.7.1/cachet/?search=telemetry::handler::CacheTierEvent
[__link24]: https://docs.rs/cachet/0.7.1/cachet/?search=telemetry::handler::CacheOperationEvent
[__link21]: https://docs.rs/cachet/0.7.2/cachet/?search=telemetry::attributes
[__link22]: https://docs.rs/cachet/0.7.2/cachet/?search=telemetry::handler::CacheEventHandler
[__link23]: https://docs.rs/cachet/0.7.2/cachet/?search=telemetry::handler::CacheTierEvent
[__link24]: https://docs.rs/cachet/0.7.2/cachet/?search=telemetry::handler::CacheOperationEvent
[__link3]: https://docs.rs/cachet_tier/0.2.4/cachet_tier/?search=CacheTier
[__link4]: https://docs.rs/cachet_tier/0.2.4/cachet_tier/?search=DynamicCache
[__link5]: https://docs.rs/cachet/0.7.1/cachet/?search=InsertPolicy
[__link5]: https://docs.rs/cachet/0.7.2/cachet/?search=InsertPolicy
[__link6]: https://docs.rs/tick/0.3.4/tick/?search=Clock
[__link7]: https://docs.rs/cachet/0.7.1/cachet/?search=Cache
[__link8]: https://docs.rs/cachet/0.7.1/cachet/?search=CacheBuilder
[__link7]: https://docs.rs/cachet/0.7.2/cachet/?search=Cache
[__link8]: https://docs.rs/cachet/0.7.2/cachet/?search=CacheBuilder
[__link9]: https://docs.rs/cachet_tier/0.2.4/cachet_tier/?search=CacheEntry
6 changes: 6 additions & 0 deletions crates/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.11.3] - 2026-06-18

- 🔧 Maintenance

- Now requires `0.5.5` of `anyspawn`

## [0.11.2] - 2026-06-18

- 🔧 Maintenance
Expand Down
2 changes: 1 addition & 1 deletion crates/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "fetch"
description = "HTTP client with resilience, observability, and Tokio runtime support."
version = "0.11.2"
version = "0.11.3"
readme = "README.md"
keywords = ["http", "client", "async", "resilience", "observability"]
categories = ["network-programming"]
Expand Down
Loading
Loading