Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
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.
Production Release
- Fixed #125. Dropped proxy parameters. HTTP_PROXY, HTTPS_PROXY and NO_PROXY should be used.
- Improved logging based on security code review. No sensitive information is logged.
- Added no connection pool example
- Fixed #110. Raise error if the specified db, schema or warehouse doesn't exist. role was already supported.
- Added go 1.9 config in TravisCI
- Added session parameter support in DSN.
Production Release
- Added dep manifest (@CrimsonVoid)
- Bumped up the version to 1.0.0