Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
Production Release
- Fixed heartbeat timings. It used to start a heartbeat per query. Now it starts per connection and closes in
Close
method. #181 - Removed busy wait from 1) the main thread that waits for download chunk worker to finish downloads, 2) the heartbeat goroutine/thread to trigger the heartbeat to the server.
Production Release
- Fixed proxy for OCSP (@brendoncarroll)
- Disabled megacheck for Go 1.8
- Changed the UUID dependency (@kenshaw)
Production Release
- Removed
user
parameter requirement for oAuth support
Production Release
- Added
client_session_keep_alive
option to have a heartbeat in the background every hour to keep the connection alive. Fixed #160 - Corrected doc about OCSP.
- Added OS session info to the session.
Production Release
Production Release
Production Release
- Raise HTTP 403 errors immediately after the authentication failure instead of retry until the timeout. Issue #138 (@dominicbarnes)
- Fixed vararg error message.
Production Release
- Removed hardcoded
public
schema name in case not specified. - Fixed
requestId
value
Production Release
- Fixed #132.
nil
should set to the target value instead of the pointer to the target
Production Release
- Fixed HTTP 403 errors when getting result sets from AWS S3. The change in the server release 2.23.0 will enforce a signature of key for result set.