0.332.0
·
2895 commits
to develop
since this release
0.332.0
Release Date: March 20, 2025
Changes
- In-line submodules - #457 - thank you @maxmoehl !
- move timing info to extra access log fields logic - #455 - thank you @maxmoehl !
- Add routing via X-CF-PROCESS-INSTANCE - cloudfoundry/gorouter#467 - Thanks @ameowlia !
Bosh Job Spec changes:
diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 9d694a02..1feb42f7 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -328,7 +328,7 @@ properties:
this property and operators have to explicitly enable them. This is done to prevent breaking
log parsing in existing setups by the introduction of new fields. Does not affect stdout /
stderr logs.
- Available fields are: local_address
+ Available fields are: backend_time, dial_time, dns_time, failed_attempts, failed_attempts_time, local_address, tls_time
default: []
router.logging.format.timestamp:
description: |
✨ Built with go 1.23.7
Full Changelog: v0.331.0...v0.332.0