Skip to content

Releases: snowflakedb/gosnowflake

Production Release

13 Jun 21:57
Compare
Choose a tag to compare
  • Removed user parameter requirement for oAuth support

Production Release

23 May 23:38
Compare
Choose a tag to compare
  • 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

08 Mar 19:23
Compare
Choose a tag to compare
  • Fixed memory leak in the large result set. The chunk of memory is freed as soon as the cursor moved forward.
  • Removed glide dependency in favor of dep #149 (@tjj5036)
  • Fixed username and password URL escape issue #151
  • Added Go 1.10 test.

Production Release

07 Feb 07:48
Compare
Choose a tag to compare

Production Release

25 Jan 01:16
Compare
Choose a tag to compare
  • Raise HTTP 403 errors immediately after the authentication failure instead of retry until the timeout. Issue #138 (@dominicbarnes)
  • Fixed vararg error message.

Production Release

08 Jan 22:26
Compare
Choose a tag to compare
  • Removed hardcoded public schema name in case not specified.
  • Fixed requestId value

Production Release

28 Dec 02:56
Compare
Choose a tag to compare
  • Fixed #132. nil should set to the target value instead of the pointer to the target

Production Release

12 Dec 21:03
Compare
Choose a tag to compare
  • 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

01 Dec 16:45
Compare
Choose a tag to compare
  • 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

25 Oct 21:21
Compare
Choose a tag to compare