Skip to content

Commit 9dbf61b

Browse files
NO-SNOW Bumped minor version 2.0.2 -> 2.1.0 (#1803)
1 parent 9d3aaa4 commit 9dbf61b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
New features:
66

7+
Bug fixes:
8+
9+
Internal changes:
10+
11+
## 2.1.0
12+
13+
New features:
14+
715
- Added `SF_DISABLE_OCSP_CHECKS` environment variable as an additional option to override OCSP checks' default behaviour besides the existing `DisableOCSPChecks` config. (snowflakedb/gosnowflake#1798).
816
- Note: the env var is explicitly refused when OCSP fail-closed mode is active.
917
- Added `ArrowStreamBatch.Reset()` method that closes any existing stream and clears the cached reader, allowing callers to retry `GetStream` after a mid-stream failure (e.g. TCP RST) without re-executing the entire query. Inline (RowSetBase64) batches are restored from cached bytes on reset.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package gosnowflake
22

33
// SnowflakeGoDriverVersion is the version of Go Snowflake Driver.
4-
const SnowflakeGoDriverVersion = "2.0.2"
4+
const SnowflakeGoDriverVersion = "2.1.0"

0 commit comments

Comments
 (0)