File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 0.3.0 - 11-06-2025
11+
1012#### Added
1113
1214* Added ` with_revalidation_hook ` to allow for modifying revalidation request
Original file line number Diff line number Diff line change 11[package ]
22name = " http-cache-stream"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " A HTTP cache implementation for streaming bodies."
55rust-version = { workspace = true }
66edition = { workspace = true }
@@ -74,15 +74,3 @@ tempfile = { workspace = true }
7474tokio = { workspace = true , optional = true }
7575tokio-util = { workspace = true , optional = true }
7676tracing = { workspace = true }
77-
78- [target .'cfg(windows)' .dependencies .windows-sys ]
79- version = " 0.60"
80- features = [
81- " Win32_Foundation" ,
82- " Win32_Storage" ,
83- " Win32_Storage_FileSystem" ,
84- " Win32_System" ,
85- " Win32_System_IO" ,
86- " Win32_Security" ,
87- " Win32_System_Console" ,
88- ]
Original file line number Diff line number Diff line change 11[package ]
22name = " http-cache-stream-reqwest"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " A caching middleware for reqwest that supports streaming bodies."
55rust-version = { workspace = true }
66edition = { workspace = true }
@@ -14,7 +14,7 @@ anyhow = { workspace = true }
1414bytes = { workspace = true }
1515futures = { workspace = true }
1616http-body-util = { workspace = true }
17- http-cache-stream = { path = " ../.." , version = " 0.2 .0" }
17+ http-cache-stream = { path = " ../.." , version = " 0.3 .0" }
1818reqwest = { workspace = true , features = [" stream" ] }
1919reqwest-middleware = { workspace = true }
2020
You can’t perform that action at this time.
0 commit comments