3.34.0
tas-runtime-bot
released this
11 Oct 14:53
·
587 commits
to develop
since this release
Changes
- Bumped to golang 1.21.3
- Testing updates
- CI Enhancements
- Package dependency bumps
- The
proxy
test/example app's/dumprequest
endpoint will now return headers back to client via thereturnHeaders
query parameter. It also adds anX-Proxy-Settable-Debug-Header
header if the upstream server doesn't set it explicitly, andX-Proxy-Immutable-Debug-Header
which will override any value set by upstream servers.
Bosh Job Spec changes:
diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index 0223d87e..c89d50f5 100644
--- a/jobs/performance-test-sd/spec
+++ b/jobs/performance-test-sd/spec
@@ -6,7 +6,7 @@ templates:
config.json.erb: config.json
packages:
- - golang-1.20-linux
+ - golang-1.21-linux
- performance-test-sd
consumes:
✨ Built with go 1.21.3
Full Changelog: v3.33.0...v3.34.0