Skip to content

Releases: snowflakedb/libsnowflakeclient

Internal Release

29 Aug 10:20
cdf83bc
Compare
Choose a tag to compare

Behavior Changes

N/A

New features and updates

Increased the maximum allowable LOB (large object) size.

Bug fixes

Fixed an issue of introducing delays in some cases when running put/get command.

Internal Release

24 Jul 15:05
aebf041
Compare
Choose a tag to compare

Behavior Changes

N/A

New features and updates

Removed the hardcoded top-level domain.

Bug fixes

Fixed an issue with Microsoft Windows not honoring proxy settings in environment variables.

Internal Release

18 Jun 11:44
93780da
Compare
Choose a tag to compare

Behavior Changes

  • N/A

New Features and Improvements

  • SNOW-1048186: Performance improvement. #865 #718

Bug Fixes

  • SNOW-1446336: Fixed an issue with choosing S3 regional URL domain base on the region name. #980 #723
  • SNOW-1356410: Fixed issue with snyk findings. #956 #717 #721
  • SNOW-1367439: Fixed an issue where the driver always create log folder regardless whether logging is actually needed. #965 #719

Test Fix/ Internal Changes

  • SNOW-1346041: Improve code coverage. #944 #711
  • SNOW-1325227: Add Jenkinfile for pr builds. #720
  • SNOW-1048186: fix publishing master artiffacts on jenkins. #725
  • SNOW-1325227: login to nexus. #726
  • SNOW-1437443: Fix test failures on Jenkins builds #975 #722

Internal Release

29 Apr 12:17
047785e
Compare
Choose a tag to compare

Behavior Changes

  • N/A

New Features and Improvements

  • SNOW-983098: update arrow from 0.17.1 to 15.0.0 #780 #708 #691
  • SNOW-983096: update aws sdk from 1.3.50 to 1.11.283 #779 #700
  • SNOW-1300480: update curl from 8.6.0 to 8.7.1 #918 #704 #706 #707 #710

Bug Fixes

  • SNOW-1319983: Removed CRT functions banned by Microsoft due to security concerns. #922 #703

Internal Release

03 Apr 17:45
3a91729
Compare
Choose a tag to compare
  • Revert awssdk version bump 1.3.50

Internal Release

27 Mar 19:37
4b12dfa
Compare
Choose a tag to compare

Behavior Changes

  • N/A

New Features and Improvements

Bug Fixes

  • SNOW-1229299: fix and issue where login timeout and retry timeout not honored issue in some cases. #901 #683
  • SNOW-983098: Fix: deps/boost-1.81.0/libs/hof/doc/requirements.txt to reduce vulnerabilities #679
  • SNOW-983098: Fix: deps/arrow-15.0.0/docs/requirements.txt to reduce vulnerabilities #678

Test Fix/ Internal Changes

  • SNOW-1156105 update issue owner and component #674
  • SNOW-1007447: fixes for building issues when moving to new jenkins node #689
  • SNOW-983104: flexible install path for vs2022 for building on Jenkins #685
  • SNOW-983098: update arrow 15.0.0 (reverted) #692 #690 #686 #677 #675
  • fix data file path issue for test case. Increased max LOB size complete testing #695
  • fix path for drop schema. #694
  • Add more build flags to pass binskim scan #676
  • Update area in JIRA integration #673
  • Prepare next development version #671

Internal Release

21 Feb 19:43
aa450aa
Compare
Choose a tag to compare

Behavior Changes

  • N/A

New Features and Improvements

  • SNOW-1021802: update openssl 3.0.13 #660
  • SNOW-1049917 update zlib 1.3.1 #661
  • SNOW-989449: update libcurl 8.6.0 #662 #665 #666
  • SNOW-983104: support build with vs2022 and add build options for security #658
  • SNOW-983100: replace banned insecure function calls #659

Bug Fixes

  • SNOW-983107: fix possible out-of-bound memory access #653
  • SNOW-983106: fix possible resource leak due to exit call #655

Test Fix/ Internal Changes

  • SNOW-968730: Increased max LOB size complete testing #652
  • SNOW-1053869: Don't stop testing PRs on one matrix item fail #663
  • SNOW-1054000: Don't run test jwt parallel on jenkins #664
  • SNOW-1056426: rename CRT functions #667

Internal Release

12 Jan 21:15
c1fc85b
Compare
Choose a tag to compare

New Features and Improvements

  • N/A

Behavior Changes

  • N/A

Bug Fixes

  • SNOW-937196: fix performance issue with arrow lib #651
  • Fix for security vulnerabilities #543 #544

Test Fix/ Internal Changes

  • SNOW-493094 Add repo_meta.yaml file to repositories #347
  • SNOW-989861: Update CLA github action #649
  • SNOW-910807: refactoring to reuse query context cache implementation in ODBC #647

Internal Release

01 Dec 19:39
e25955c
Compare
Choose a tag to compare

New Features and Improvements

  • N/A

Behavior Changes

  • N/A

Bug Fixes

  • removed banned function calls #602

Test Fix/ Internal Changes

  • Fix the test failures on Linux #626

Internal Release

30 Oct 21:31
7d08c95
Compare
Choose a tag to compare

New Features and Improvements

  • Update openssl from 3.0.9 to 3.1.1 #566
  • Update curl from 8.1.2 to 8.4.0 #566
  • New retry strategy for login requests #571

Behavior Changes

  • N/A

Bug Fixes

  • Query failed on downloading query result when OCSP validation timeouts. #572
  • PUT/GET command fails when there are non-ASCII characters in the file path. #593
  • Fix snyk vulnerability report from unused source code in arrow #594
  • PUT command with account on GCP always overwrite existing file #595
  • removed banned function calls #596

Test Fix/ Internal Changes

  • Fix the test failures on Linux #564
  • Fix test failure with limit on disk space #567 #568
  • Fix GHA parsing #569
  • Fix build issue on Mac #598