0.339.0
·
70 commits
to develop
since this release
0.339.0
Release Date: June 04, 2025
Changes
- feat: RouteAdded and RouteDeleted metrics have been introduced - a3c5487. Thanks @Soha-Albaghdady / @maxmoehl
- feat: websockets are now supported via route services by default and can be disabled via:
router.route_services.enable_websockets: false
. #474. Thanks @Dariquest / @maxmoehl - refactor: 100-continue specific proxy has been removed, golang 1.23 handles it correctly - #483. Thanks @geofffranks
- refactor: route registry metrics have been fixed to report correct result #468 and #478. Thanks @maxmoehl / @hoffmaen
- ci: PR validation has been introduced to run linters and unit/integration tests. Trigger PR validation via label
ready-to-run
. Thanks @kart2bc - misc: pre-start checks below were merged prior to 0.338.0 via #481. They are kept for reference and were missed during CI migrations
Bosh Job Spec changes:
diff --git a/jobs/tcp_router/spec b/jobs/tcp_router/spec
index aa6b764c..234e3db9 100644
--- a/jobs/tcp_router/spec
+++ b/jobs/tcp_router/spec
@@ -19,6 +19,7 @@ templates:
haproxy.conf.template.erb: config/haproxy.conf.template
bpm.yml.erb: config/bpm.yml
drain.erb: bin/drain
+ pre-start.erb: bin/pre-start
post-start.erb: bin/post-start
packages:
✨ Built with go 1.24.3
Full Changelog: v0.338.0...v0.339.0