Skip to content

1.2.3

Compare
Choose a tag to compare
@palkan palkan released this 01 Dec 22:30

Features

  • Added --proxy-cookies parameter to filter cookies passed to RPC servers.

Now you can reduce the amount of data send to RPC servers by only selecting specific cookies, e.g., anycable-go --proxy-cookies=_my_app_session_id.

  • Added --redis_tls_verify option to enforce TLS certification verification.

With this flag turned on, you can rely on system-wide certificates to protect your server-to-Redis connection.