Skip to content

Releases: snowflakedb/snowflake-connector-net

Release

17 Nov 23:14
466bc3e
Compare
Choose a tag to compare
  • Expose queryID in SnowflakeDbDataReader.
  • Add COPY_UNLOAD case for row update count.

Release

14 Sep 23:38
d176b84
Compare
Choose a tag to compare

Release

14 Sep 23:44
bd1742f
Compare
Choose a tag to compare

Release

16 Aug 22:27
54e62a7
Compare
Choose a tag to compare
  • Fixed cursor error when executing COPY INTO using ExecuteReader and reading the resultset data.
  • Changed global Json serialization and deserialization settings to local settings. This is to avoid the connector settings being updated by other applications/runtime (i.e KubeOps)
  • Added the http request URLs (removed by PR188 on Feb 19, 2020) in the logs, matching the JDBC format.
  • Added new secret detector patterns.

Release

16 Aug 22:08
1faf951
Compare
Choose a tag to compare
  • Fixed cursor error when executing COPY INTO using ExecuteReader and reading the resultset data.
  • Changed global Json serialization and deserialization settings to local settings. This is to avoid the connector settings being updated by other applications/runtime (i.e KubeOps)
  • Added the http request URLs (removed by PR188 on Feb 19, 2020) in the logs, matching the JDBC format.
  • Added new secret detector patterns.

Release

30 Jul 23:55
b081423
Compare
Choose a tag to compare
  • Fixed potential security issue due to HTTP response logging.

Release

30 Jul 23:50
be167fc
Compare
Choose a tag to compare
  • Fixed potential security issue due to HTTP response logging.

Release

22 Jul 19:51
9fc9ae1
Compare
Choose a tag to compare
  • Add getTimeSpan to SnowflakeDbDataReader for retrieving TIME data as Timespan.
  • Add support for CloseAsync .
  • Add SecretDetector and unit tests .
  • Prevent unhandled exception when calling Cancel.
  • As SecretDetector is implemented adding back Http message logging.
  • Supports using full account name with region and cloud platform in Account setting in the connection string
  • Correctly set InsecureMode for SFChunkDownloaderV2.
  • Dispose of the Http response to release resources .
  •  Add proxy support via connection setting.
  • Better dispose of CancellationTokenSources.

Release

22 Jul 19:41
79bd89c
Compare
Choose a tag to compare
  • Add SecretDetector and unit tests.
  • As SecretDetector is implemented adding back Http message logging.
  • Dispose of the Http response to release resources.
  • Better dispose of CancellationTokenSources .
  • Prevent unhandled exception when calling Cancel .

v2.0.3

10 Jun 19:37
328b8ca
Compare
Choose a tag to compare
  • Fix internal versioning