Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
Production Release
- Fix S3 GET in Nested Stage
- Update Copyrights
Production Release
- Add TimezoneType Enum for Array Binds
- Update Code Style
- Update Go Vendors
Production Release
- Fix panic when disable telemetry enabled
Production Release
- 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
- 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
- Enable support for multi part bind upload.
- GET implementation for AWS, Azure and GCP.
- Disable OCSP Cache Errors in Logs
Production Release
- Enable client side flag that enables higher precision for Arrow.
- Added Inband Telemetry for Go Driver.
Production Release
- 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
- 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
- S3 PUT Support for Golang