Skip to content

v0.5.1

Choose a tag to compare

@tnaum-ms tnaum-ms released this 22 Oct 12:13
· 2598 commits to main since this release
f7b8227

Fixes

  • Connection String Parsing: Resolved an issue where connection strings containing special characters (e.g., @) in query parameters, such as those from Azure Cosmos DB (appName=@myaccount@), would fail to parse. The connection string parser now properly sanitizes query parameters before parsing, ensuring reliable connections. #314, #316