Skip to content

Releases: snowflakedb/gosnowflake

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

0.5.0

18 Sep 19:39
Compare
Choose a tag to compare
  • A signal handling responsibility has moved to the applications. If you want to cancel a query/command by Ctrl+C, add a os.Interrupt trap in context to execute methods that can take the context parameter, e.g., QueryContext and ExecuteContext

0.4.0

14 Sep 14:19
Compare
Choose a tag to compare
  • Made glog optional. Add -tags sfdebug to go tools to enable glog logging.

Release Candidate

09 Aug 14:26
Compare
Choose a tag to compare
  • Added Ctrl+C support

Preview Release

05 Jul 17:00
Compare
Choose a tag to compare
0.2

Updated the doc for preview release