You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of things in the milestone so jotting down a highlight banner for a release tomorrow. Hopefully can merge this lint + doc fix pr first. Done.
Upgrading hyper and http to 1.0 and MSRV to 1.75.0
This release completes the hyper & http ecosystem upgrade #1351 via #1438. In particular, this change includes upgrades to http, http-body, tower-http, hyper, hyper-openssl, hyper-rustls, hyper-socks2, hyper-timeout, tame-oauth, tokio-tungstenite, tower-http, rustls, rustls-pemfile, as well as adopting the new hyper_util and http_body_util to make the change.
While this change constitutes significant internal churn (and a new kube::client::Body), our external api remains largely unchanged. Some minor changes are necessary for custom clients, and for integration testing using tower_mock. See the examples folder in this commit or the controller-rs upgrade pr for details.
The text was updated successfully, but these errors were encountered:
clux
changed the title
Release for 0.89.0
Release Note Sketch for 0.89.0
Mar 25, 2024
Lots of things in the milestone so jotting down a highlight banner for a release tomorrow.
Hopefully can merge this lint + doc fix pr first.Done.Upgrading
hyper
andhttp
to 1.0 and MSRV to1.75.0
This release completes the hyper & http ecosystem upgrade #1351 via #1438. In particular, this change includes upgrades to
http
,http-body
,tower-http
,hyper
,hyper-openssl
,hyper-rustls
,hyper-socks2
,hyper-timeout
,tame-oauth
,tokio-tungstenite
,tower-http
,rustls
,rustls-pemfile
, as well as adopting the newhyper_util
andhttp_body_util
to make the change.While this change constitutes significant internal churn (and a new
kube::client::Body
), our external api remains largely unchanged. Some minor changes are necessary for custom clients, and for integration testing usingtower_mock
. See the examples folder in this commit or the controller-rs upgrade pr for details.The text was updated successfully, but these errors were encountered: