Skip to content

Releases: snowflakedb/gosnowflake

Production Release

19 Jan 21:38
705a4a1
Compare
Choose a tag to compare
  • Fix S3 GET in Nested Stage
  • Update Copyrights

Production Release

13 Dec 23:32
deadc22
Compare
Choose a tag to compare
  • Add TimezoneType Enum for Array Binds
  • Update Code Style
  • Update Go Vendors

Production Release

16 Nov 22:09
da3c778
Compare
Choose a tag to compare
  • Fix panic when disable telemetry enabled

Production Release

12 Oct 22:35
d92ed61
Compare
Choose a tag to compare
  • Add compression detection for parquet and orc; additional detection for files without extensions.
  • Remove plaintext credentials from test logs.
  • Fixes to issues raised in QueryStatus

Production Release

14 Sep 00:14
0cd53b2
Compare
Choose a tag to compare
  • Drop support for Golang v1.14, 1.15
  • Add support for Golang 1.17.
  • Add Privatelink Revocation Check .
  • Add ability for Query Status Polling .
  • Add Internal Errors/Exceptions to Telemetry
  • Update Go Vendors .
  • Make PUT Overwrite Default True

Production Release

18 Aug 16:12
Compare
Choose a tag to compare
  • Enable support for multi part bind upload.
  • GET implementation for AWS, Azure and GCP.
  • Disable OCSP Cache Errors in Logs

Production Release

20 Jul 21:02
973a78f
Compare
Choose a tag to compare
  • Enable client side flag that enables higher precision for Arrow.
  • Added Inband Telemetry for Go Driver.

Production Release

22 Jun 18:28
72b607f
Compare
Choose a tag to compare
  • Added documentation for the bulk array binding feature.
  • Added support for bulk array binding to improve performance for large batch inserts.
  • Fixed a StaticCheck error.
  • Added the ability to retry requests to cancel a query.

Production Release

24 May 22:42
98bf5b7
Compare
Choose a tag to compare
  • Added support for Go 1.16 .
  • Added support for timestamp, time, date and byte array bindings.
  • Support of describe only queries which fetch the column description without actually running the query.
  • Change session ID to int64 type for 32-bit systems.

Production Release

29 Apr 21:57
59b6c69
Compare
Choose a tag to compare
  • S3 PUT Support for Golang