v3.76.0 (2024-07-31)
Note
This release fixed an issue which caused the HTTP client in the agent to fall back to HTTP/1.1, see #2908. If you need to disable HTTP/2.0 in your environment you can do this using the --no-http2
flag or matching configuration option.
Changed
- fix enable http/2 by default as intended by flags #2908 (@wolfeidau)
Fixed
- Let artifact phase and post-command run in grace period #2899 (@DrJosh9000)