Skip to content

Release v16.19.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:50
a84b342

Security

  • The .NET client no longer writes the connection string's credentials to the log. Connecting logged the full connection string at Information level — including the OAuth client secret, and on every watchdog reconnect — so the secret reached any log pipeline the client was configured with.

Added

  • ChronicleConnectionString.Redacted and ChronicleConnectionStringBuilder.BuildRedacted() render a connection string with every credential masked (chronicle://clientId:***@host:35000), keeping scheme, host, port and the non-sensitive options. Use these anywhere a connection string is logged or reported; ToString() still renders it in full.

🤖 Generated with Claude Code