Under the hood
- The HTTP client implementation has been moved into its own
http-clientcrate, consolidating custom CA handling, default client construction, request building, and transport logic. - Added support for network-proxy attribution via a new
network-proxymodule. - Introduced
core::elicitationfor handling elicitation flows. - Updated the
crossbeam-epochdependency from 0.9.18 to 0.9.20. - Several internal environment variables were added or adjusted, primarily related to cloud tasks, exec server configuration, home directory handling, network proxy behavior, permission profiles, and sandbox network controls.
Upgrade notes
No manual steps required.