bump version to v0.65.0 and update release notes (#4998)

pull/4999/head
fatedier 2025-09-25 20:11:17 +08:00 committed by GitHub
parent b642a6323c
commit b5e90c03a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
* Add NAT traversal configuration options for XTCP proxies and visitors. Support disabling assisted addresses to avoid using slow VPN connections during NAT hole punching.
* Enhanced OIDC client configuration with support for custom TLS certificate verification and proxy settings. Added `trustedCaFile`, `insecureSkipVerify`, and `proxyURL` options for OIDC token endpoint connections.
* Added detailed Prometheus metrics with `proxy_counts_detailed` metric that includes both proxy type and proxy name labels, enabling monitoring of individual proxy connections instead of just aggregate counts.

View File

@ -14,7 +14,7 @@
package version
var version = "0.64.0"
var version = "0.65.0"
func Full() string {
return version