Releases: snowflakedb/snowflake-connector-net
Releases · snowflakedb/snowflake-connector-net
Release
- Expose queryID in SnowflakeDbDataReader.
- Add COPY_UNLOAD case for row update count.
Release
- Add application connection setting to set a specific application name.
- Fixed okta authenticator to support format https://vanity.url.com/snowflake/okta.
Release
- Fixed okta authenticator to support format https://vanity.url.com/snowflake/okta.
Release
- 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
- 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
- Fixed potential security issue due to HTTP response logging.
Release
- Fixed potential security issue due to HTTP response logging.
Release
- 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
- 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
- Fix internal versioning