Changelog
- [ad1b23] Version 1.8.0 release.
- [17f1ff] Merge commit from fork
- [6485b5] Merge commit from fork
- [a8263f] Merge pull request [#1085] from marco-m/registry-perf-improvement
- [67fbf1] registry/custom: tests: shave off 3 seconds
- [3b5642] registry/custom: tests: use t.Fatal instead of fmt.Print + t.FailNow
- [ca5487] registry/custom: tests: no need to predeclare a variable
- [2ffdbe] Merge pull request [#1063] from froque/allow_route_weight_0
- [111f5f] Allows to use route weight 0 to exclude some targets
- [22b528] build(deps): bump github.com/magiconair/properties (#1075)
- [2059cb] Fix [#1000]: Support Proxy Protocol v2 ? (#1074)
- [66e463] Merge pull request [#1072] from marco-m/auth-tests-speedup
- [9fa856] auth: tests: reduce runtime from 2.3 sec to 0.3 sec thanks to syncttest
- [fdebf1] auth: refactor newBasicAuth (push to the left)
- [f3d005] auth: newBasicAuth: return concrete type, not interface
- [e70cf6] auth: add documentation comments
- [3987d3] Redact secrets from /api/config endpoint and startup log.
- [7d3797] Merge pull request [#1076] from fabiolb/dependabot/go_modules/google.golang.org/grpc-1.83.2
- [a5307c] Adding a proxy.header.clearclient config param to optionally remove potentially tainted headers from the client request.
- [9dd409] Merge pull request [#1079] from fabiolb/bugfix/bgp_mac
- [aba309] Make the bgp tests runnable on macOS
- [50af9c] build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.2
- [cc28bd] Merge pull request [#1042] from tristanmorgan/bgp_update
- [2f2c70] Fix gobgp v4 port regressions and drop the hardcoded AS_PATH
- [426447] use string buffer in bgp/logger.go
- [efe8f4] Update github.com/osrg/gobgp to use v4 package.
- [cc8078] Merge pull request [#1056] from fabiolb/dependabot/go_modules/golang.org/x/net-0.57.0
- [717129] build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0
- [3c3f08] Bump github.com/prometheus/client_golang from 1.23.2 to 1.24.1 (#1064)
- [e266be] Add a SECURITY.md file. (#1069)
- [12e962] Merge pull request [#1070] from tristanmorgan/go_update
- [556a3b] Merge pull request [#1073] from tristanmorgan/no_admin
- [37e26b] Default admin interface to "no"
- [827dc6] Update httputil.ReverseProxy to migrate from director to rewrite.
- [2e477a] Run modernise and tweak golangci-lint config.
- [885af4] Adjust for Go 1.27 gzip changes.
- [da9f26] Merge pull request [#1071] from marco-m/basic-auth-tests
- [19da20] auth/basic_test: actually test the logs
- [d28d08] auth/basic_test: simplifications
- [12be5e] auth/basic_test: make test helpers idiomatic
- [ff132c] auth/basic_test: use self-describing names
- [41ca9d] auth/basic_test: strings can be compared directly
- [18b7bb] auth/basic_test: booleans can be compared directly
- [2456d9] Merge pull request [#1068] from marco-m/docs-auth-index
- [20ba0b] docs/features: add missing features to the index
- [906e8e] docs/feature: sort list alphabetically
- [d1a2d8] Changelog 1.7.3
- [3383df] Merge pull request [#1067] from marco-m/fix-broken-links
- [8ecb56] docs: fix broken links (github/ebay -> github/fabiolb)
- [fff87f] Merge pull request [#1065] from marco-m/update-x-text
- [47a095] fix: Infinite loop on invalid input in golang.org/x/text