Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
Production Release
- Fetch query result with query Id
- Synchronize the session renewal when token expires
- Added a control flow to keep client session alive if parameter enabled.
- Allows user of the library to mock out driver behavior in their tests.
- Change user agent header to conform to RFC 7231.
- Fix OCSP Error on Init Bug
- Allow bypass authentication by re-using token from accessor
Production Release
- Added support for array binding using the Array() function.
- Added support for prepared statements.
- Added support query ID retrieval, through raw connection unwrapping or emission via channels.
- Added the ability to set the transport timeout (ClientTimeout).
- Added support for simple token accessors.
- Fixed multi-column result sets for multi-statements.
- Fixed a problem with QueryRowContext when a malformed request ID was set in the context.
Production Release
- Added support for performing asynchronous queries.
Production Release
- Added an option to override the HTTP transport to support accessing and managing tokens for authentication.
- Added support to use a Config struct to specify settings when opening a connection.
- Passed additional context to the logger.
- Provided the ability to set the request ID in the context.
- Updated the logging framework to use logrus. Provided the ability to replace the logger used by the driver.
Production Release
- Updated the JWT Vendor
Production Release
- Fixed an issue with browser-based SSO (authenticator=externalbrowser).
Production Release
- Added error handling support for responses without tokens when authenticating through browser-based SSO.
- Ended support for Go 1.13.
Production Release
- Added support for binding array variables to parameters in SQL statements.
Production Release
- Added support for Go 1.14 and 1.15.
- General availability of multi-statement support (support for executing multiple SQL statements in one call).
- Updated the CA certificate bundle used by the Go Snowflake Driver.
Production Release
- Enable multi statement for Golang