Skip to content

Releases: snowflakedb/snowflake-connector-net

v1.1.2

10 Mar 13:26
07bd91a
Compare
Choose a tag to compare
  • NullReferenceError with DbCommand created before opening Connection #180
  • Bind Parameter Code Example includes DataReader #171
  • Ensure request ID remains consistent among session renew.

v1.1.1

25 Feb 23:27
87a0d14
Compare
Choose a tag to compare
  • Fix potential security issue due to raw message logging

v1.1.0

22 Oct 22:03
Compare
Choose a tag to compare
  • Add VALIDATE_DEFAULT_PARAMETERS to .NET

v1.0.16

30 Sep 21:29
Compare
Choose a tag to compare
  • Add clientStartTime and retryCount with each /queries/v1/query-request
  • Add request_guid to trace individual HTTP request

v1.0.15

16 Sep 21:46
Compare
Choose a tag to compare
  • Add client information to USER-AGENT HTTP header
  • #154 .NET would no longer convert datetime to UTC timezone when binding to a Date
  • #159 Optimized Large Resultset Fetching for memory improvement

v1.0.14

26 Aug 22:21
Compare
Choose a tag to compare
  • Fix unexpected token type Error

v1.0.13

12 Aug 20:17
Compare
Choose a tag to compare
  • Fix IDataReader.Read() does not terminate ( #153 )

v1.0.12

01 Jul 20:21
Compare
Choose a tag to compare
  • External Browser auth support (private preview)
  • Use HOST field for Global URL
  • Fix for insert/update statements with NULL parameters - TypeMappedRelationalParameter has property IsNullable = true
  • Mitigate deadlock(#140)

v1.0.11

17 Jun 20:13
Compare
Choose a tag to compare
  • Fix Okta authentication issue (#28 )
  • Fix Deadlock issue (#138 )

v1.0.10

03 Jun 20:26
Compare
Choose a tag to compare
  • Fixed .Net connector issue for insert/update statements with NULL parameters
  • Okta support for .NET driver
  • Ignore session gone error when closing session.