Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 912 Bytes

File metadata and controls

26 lines (17 loc) · 912 Bytes

Version 1.1.3

  • Removed hardcoded public schema name in case not specified.
  • Fixed requestId value

Version 1.1.2

  • nil should set to the target value instead of the pointer to the target

Version 1.1.1

  • 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.

Version 1.1.0

  • 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.

Vesrion 1.0.0

  • Added dep manifest (@CrimsonVoid)
  • Bumped up the version to 1.0.0