update version and release notes (#5106)

This commit is contained in:
fatedier
2025-12-25 10:15:40 +08:00
committed by GitHub
parent 7526d7a69a
commit ef96481f58
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
* HTTPS proxies now support load balancing groups. Multiple HTTPS proxies can be configured with the same `loadBalancer.group` and `loadBalancer.groupKey` to share the same custom domain and distribute traffic across multiple backend services, similar to the existing TCP and HTTP load balancing capabilities.
* Individual frpc proxies and visitors now accept an `enabled` flag (defaults to true), letting you disable specific entries without relying on the global `start` list—disabled blocks are skipped when client configs load.
* OIDC authentication now supports a `tokenSource` field to dynamically obtain tokens from external sources. You can use `type = "file"` to read a token from a file, or `type = "exec"` to run an external command (e.g., a cloud CLI or secrets manager) and capture its stdout as the token. The `exec` type requires the `--allow-unsafe=TokenSourceExec` CLI flag for security reasons.
## Improvements

View File

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