Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
Production Release
- TIMESTAMP_LTZ is not converted properly
- Add SERVICE_NAME support to Golang
Production Release
- Fix custom json parser (@mhseiden)
- Modify Support link on Gosnowflake github
Production Release
Version 1.1.15
- Perform check on error for pingpong response (@ChTimTsubasa)
- Add new 1.11.x for testing (@ChTimTsubasa)
- Handle extra snowflake parameter 'type'(@ChTimTsubasa)
Production Release
- Disable tests for golang 1.8 (@ChTimTsubasa)
- Follow lint's new include path (@ChTimTsubasa)
- Do not sleep through a context timeout(@mhseiden)
Production Release
- 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
- Allow users to customize their glog through different vendor configuration
- Doc improvment for region parameter description (@smtakeda)
Production Release
- (Private Preview) Added key pair authentication. (@ChTimTsubasa)
- Changed glog timestamp to UTC (@ChTimTsubasa)
- (Experimental) Added
MaxChunkDownloadWorkers
andCustomJSONDecoderEnabled
to tune the result set download performance. (@mhseiden)
Production Release
- 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
- Fixed proxy for OCSP (@brendoncarroll)
- Disabled megacheck for Go 1.8
- Changed the UUID dependency (@kenshaw)
Production Release
- Removed
user
parameter requirement for oAuth support