Skip to content

Releases: snowflakedb/snowflake-connector-net

Release

Choose a tag to compare

@sfc-gh-enkwate sfc-gh-enkwate released this 23 May 22:55
a12057a

Release

Choose a tag to compare

@sfc-gh-hchoi sfc-gh-hchoi released this 19 Apr 17:14
38f4f8d

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 22 Mar 20:42
cf7a311

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 24 Feb 01:46
d926948

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 25 Jan 19:27
e46e44d

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 16 Nov 21:08
e5eb76e
  • Set System.Text.RegularExpressions to 4.3.1

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 02 Nov 20:43
e9673a5

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

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 03 Oct 17:52
e8f7ff3
  • Added async API
  • Refactor error handling for PUT/GET
  • Fix GET command not flushing block after copying stream
  • Remove expired sessions for getConnection function
  • Added the SetPooling() function to enable and disable connection pooling.

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 24 Aug 18:27
2d5e187
  • Caution: Version 2.0.16 of the Snowflake .NET driver includes an update that replaces targeting .NET Standard 2.0 with .NET 6.0. If your projects are affected by breaking changes related specifically to .NET 6.0, you must update your framework or project to use the new version. Snowflake recommends that you do not install this version into a production environment before testing.

  • Fixed an issue where unicode characters appended an extra "u" for large streams (e.g "/u007f" becomes "/u007fu").

Release

Choose a tag to compare

@sfc-gh-kdama sfc-gh-kdama released this 19 Jul 21:02
f29fd5a
  • Updated the exception thrown for incorrect private key