Skip to content

Releases: snowflakedb/gosnowflake

Production Release

29 Mar 23:00
2769c25
Compare
Choose a tag to compare
  • 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

02 Mar 02:44
5ee1eee
Compare
Choose a tag to compare
  • 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

01 Feb 23:40
5541ec7
Compare
Choose a tag to compare
  • Added support for performing asynchronous queries.

Production Release

12 Jan 17:56
5037385
Compare
Choose a tag to compare
  • 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

07 Dec 23:49
2748ab7
Compare
Choose a tag to compare
  • Updated the JWT Vendor

Production Release

17 Nov 23:33
be9d951
Compare
Choose a tag to compare
  • Fixed an issue with browser-based SSO (authenticator=externalbrowser).

Production Release

27 Oct 16:55
Compare
Choose a tag to compare
  • Added error handling support for responses without tokens when authenticating through browser-based SSO.
  • Ended support for Go 1.13.

Production Release

14 Sep 22:32
Compare
Choose a tag to compare
  • Added support for binding array variables to parameters in SQL statements.

Production Release

24 Aug 21:54
Compare
Choose a tag to compare
  • 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

03 Aug 23:15
393403b
Compare
Choose a tag to compare
  • Enable multi statement for Golang