Skip to content

Releases: snowflakedb/snowflake-connector-net

Release

23 Aug 18:07
3dffc3c
Compare
Choose a tag to compare

Release

27 Jul 18:58
beca6fe
Compare
Choose a tag to compare

Release

16 Jun 16:57
97e9320
Compare
Choose a tag to compare

Release

23 May 22:55
a12057a
Compare
Choose a tag to compare

Release

19 Apr 17:14
38f4f8d
Compare
Choose a tag to compare

Release

22 Mar 20:42
cf7a311
Compare
Choose a tag to compare

Release

24 Feb 01:46
d926948
Compare
Choose a tag to compare

Release

25 Jan 19:27
e46e44d
Compare
Choose a tag to compare

Release

16 Nov 21:08
e5eb76e
Compare
Choose a tag to compare
  • Set System.Text.RegularExpressions to 4.3.1

Release

02 Nov 20:43
e9673a5
Compare
Choose a tag to compare

BCR (Behavior Change Release) Change
Caution: Version 2.0.18 of the Snowflake .NET driver changed the way it handles escaping the equal sign (=) in connection strings to match the .NET specification. Specifically, if a password contained an equal sign, you had to escape the character by using double equal signs (==). If your projects are affected by breaking changes related specifically to special characters, Snowflake recommends that you do not install this version into a production environment before testing.

Updates

  • Improved PUT and GET command queries:
    • Query strings are case-insensitive.
    • White space is allowed at the start and end of query strings.
    • What space is permitted in file paths for PUT queries.
  • Added the CLIENT_SESSION_KEEP_ALIVE configuration property to prevent a session from timing out.
  • Changed special character handling in connection strings to match the Microsoft .NET specifications
  • Added ability to execute a batch of SQL statements (multi-statement support).
  • Added proxy support for .NET