Skip to content

Releases: snowflakedb/libsnowflakeclient

Internal Release

09 Nov 18:31
63e5163
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

API Changes:

  • Added the ability to reuse a user provided string buffer in snowflake_column_as_str(). A function parameter has been added to the signature of snowflake_column_as_str() to hold the size of the buffer that the user passed in. See the API documentation in client.h for more details on usage. A slight performance improvement should be noticed with this change. Note: since a function parameter was added, all usages of snowflake_column_as_str() need to be updated. (@notkriswagner)

Enhancements:

  • Added column index value to column description struct (SF_COLUMN_DESC). This column index starts from 1. (@notkriswagner)
  • OCSP checking is now skipped if the insecure_mode flag in SF_CONNECT is set to true. (@notkriswagner)

Bug Fixes:

  • Fixed issue with an invalid conversion from DATE type in Snowflake to SF_TIMESTAMP struct in the C API (@notkriswagner)

Internal Release

26 Oct 02:16
0719848
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release
  • Fix macOS build issue (@notkriswagner)

Internal Release

11 Oct 18:14
40cbfe1
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release
  • Proxy Support (@notkriswagner)

Internal Release

04 Oct 17:10
6a0c273
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Internal Release

03 Oct 04:38
7708674
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release
  • Added OCSP support with rebuild dependency binaries for all supported platforms (@notkriswagner)

Internal Release

26 Sep 02:32
dd1d9f3
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release
  • Introduced a native timestamp type (SF_TIMESTAMP struct) so that a user can accurately use and manipulate Snowflake timestamps in the C API. See include/snowflake/client.h for SF_TIMESTAMP definition and new functions that operate on SF_TIMESTAMP. (@notkriswagner)

Internal Release

22 Sep 20:08
8d5bcf2
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Internal Release

19 Sep 01:20
c926c57
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release
  • Fix compiler warning (@howryu )
  • Turn all warnings into errors (@smtakeda)
  • Fetch performance tests (@notkriswagner)
  • JWT library implementation (@ChTimTsubasa)
  • Expose JWT and Base64 interface (@ChTimTsubasa)
  • New column fetch API (@notkriswagner)

Internal Release

05 Sep 17:35
Compare
Choose a tag to compare

Internal Release

20 Aug 20:05
Compare
Choose a tag to compare