Skip to content

Releases: snowflakedb/gosnowflake

Production Release

25 Mar 22:05
Compare
Choose a tag to compare
  • TIMESTAMP_LTZ is not converted properly
  • Add SERVICE_NAME support to Golang

Production Release

25 Jan 22:47
50dd2d0
Compare
Choose a tag to compare
  • Fix custom json parser (@mhseiden)
  • Modify Support link on Gosnowflake github

Production Release

27 Nov 20:08
Compare
Choose a tag to compare

Version 1.1.15

Production Release

23 Oct 21:52
Compare
Choose a tag to compare

Production Release

09 Oct 18:38
Compare
Choose a tag to compare
  • User configurable Retry timeout for downloading (@mhseiden)
  • Implement retry-uuid in the url (@ChTimTsubasa)
  • Remove unnecessary go routine and fix context cancel/timeout handling (@ChTimTsubasa)

Production Release

25 Sep 00:09
Compare
Choose a tag to compare
  • Allow users to customize their glog through different vendor configuration
  • Doc improvment for region parameter description (@smtakeda)

Production Release

06 Sep 21:09
Compare
Choose a tag to compare
  • (Private Preview) Added key pair authentication. (@ChTimTsubasa)
  • Changed glog timestamp to UTC (@ChTimTsubasa)
  • (Experimental) Added MaxChunkDownloadWorkers and CustomJSONDecoderEnabled to tune the result set download performance. (@mhseiden)

Production Release

15 Aug 23:02
Compare
Choose a tag to compare
  • Fixed heartbeat timings. It used to start a heartbeat per query. Now it starts per connection and closes in Close method. #181
  • Removed busy wait from 1) the main thread that waits for download chunk worker to finish downloads, 2) the heartbeat goroutine/thread to trigger the heartbeat to the server.

Production Release

22 Jul 19:01
Compare
Choose a tag to compare

Production Release

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