-
-
Notifications
You must be signed in to change notification settings - Fork 328
Comparing changes
Open a pull request
base repository: kube-rs/kube
base: 0.89.0
head repository: kube-rs/kube
compare: 0.90.0
- 16 commits
- 16 files changed
- 4 contributors
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f3b6da - Browse repository at this point
Copy the full SHA 7f3b6daView commit details -
disable unused futures feature (#1442)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 362b985 - Browse repository at this point
Copy the full SHA 362b985View commit details -
Expose
Body::empty
for easier tests (#1444)Signed-off-by: clux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acc347e - Browse repository at this point
Copy the full SHA acc347eView commit details
Commits on Mar 27, 2024
-
remove resolved cargo-deny config (#1446)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a868bbf - Browse repository at this point
Copy the full SHA a868bbfView commit details -
replace once_cell Lazy with ordinary static
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6c6203 - Browse repository at this point
Copy the full SHA d6c6203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4848d45 - Browse repository at this point
Copy the full SHA 4848d45View commit details -
Merge pull request #1447 from tottoto/once-cell
replace once_cell Lazy with ordinary static
Configuration menu - View commit details
-
Copy full SHA for 0952c2a - Browse repository at this point
Copy the full SHA 0952c2aView commit details
Commits on Mar 28, 2024
-
replace chrono feature clock with now (#1448)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff5a9e4 - Browse repository at this point
Copy the full SHA ff5a9e4View commit details
Commits on Mar 30, 2024
-
implement http body trait method (#1452)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02c99f2 - Browse repository at this point
Copy the full SHA 02c99f2View commit details
Commits on Mar 31, 2024
-
refactor converting body to data stream (#1453)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49ef112 - Browse repository at this point
Copy the full SHA 49ef112View commit details -
Fix examples for custom clients not authenticating (#1450)
Signed-off-by: clux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 156a6e6 - Browse repository at this point
Copy the full SHA 156a6e6View commit details
Commits on Apr 1, 2024
-
refactor: remove BodyDataStream (#1455)
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05d115b - Browse repository at this point
Copy the full SHA 05d115bView commit details
Commits on Apr 2, 2024
-
Signed-off-by: tottoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 067b68d - Browse repository at this point
Copy the full SHA 067b68dView commit details -
Add proxy
Body::collect_bytes
for easier unit tests (#1445)* Expose `Body::collect` for easier unit tests Avoids people having to pull in `http_body_util` for the `BodyExt` Signed-off-by: clux <[email protected]> * avoid opaque Collect and Collected and await + into_bytes instead Signed-off-by: clux <[email protected]> * Update kube-client/src/client/body.rs Co-authored-by: Matei David <[email protected]> Signed-off-by: Eirik A <[email protected]> * Update kube-client/src/client/body.rs Co-authored-by: Matei David <[email protected]> Signed-off-by: Eirik A <[email protected]> --------- Signed-off-by: clux <[email protected]> Signed-off-by: Eirik A <[email protected]> Co-authored-by: Matei David <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db7878e - Browse repository at this point
Copy the full SHA db7878eView commit details -
Set a compatible minimum
chrono
version (#1458)set a more sensible minimum chrono version 0.4.32 won't work anymore. for #1451 Signed-off-by: clux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6c14bd - Browse repository at this point
Copy the full SHA c6c14bdView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dce83b - Browse repository at this point
Copy the full SHA 5dce83bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.89.0...0.90.0