Skip to content

Releases: snowflakedb/snowflake-connector-nodejs

Release

28 Feb 17:23
c911af3
Compare
Choose a tag to compare

Release

31 Jan 17:51
e51b98e
Compare
Choose a tag to compare

Release

14 Dec 18:27
ae90244
Compare
Choose a tag to compare
  • Fixed an issue where supplying an incorrect password could cause an infinite loop when attempting to log into a connection pool.
  • Added the arrayBindingThreshold connection parameter for array binding, which directs the Node.js Driver to write an array to a file and upload it to the server when the number of binds exceeds the threshold.

Release

18 Nov 19:38
bf582bb
Compare
Choose a tag to compare
  • Added a noProxy configuration parameter to support bypassing the proxy server when needed.
  • Updated the moment library to version 2.29.4.

Release

28 Oct 17:05
4d009ee
Compare
Choose a tag to compare

Updates:

  • Removed the requirement to provide the original SQL query in addition to the requestId when resubmitting requests.
  • Updated mocha to version 10.1.0.

Release

04 Oct 22:29
57a1e21
Compare
Choose a tag to compare
  • Added support for array binding.

Release

23 Aug 21:34
66169f0
Compare
Choose a tag to compare
  • Added the ability to resubmit SQL statements with a request ID.

Release

25 Jul 21:57
1bf56c8
Compare
Choose a tag to compare
  • Added the "readme.md" file for npm project description
  • Set the default timeout for http request to 360 seconds
  • Fixed an issue regarding inaccurate encryption material ids for numbers exceeding max safe integer

Release

23 Jun 20:19
72c5033
Compare
Choose a tag to compare
  • Fixed proxy connection not working issue

Release

25 May 16:54
7d87e70
Compare
Choose a tag to compare
  • Fixed an issue where the application configuration parameter was not being recognized.
  • Fixed an issue where the PUT command did not overwrite data when the OVERWRITE argument was set to TRUE.
  • Fixed an issue where the OKTA authenticator threw an error when the closing slash ("/") was missing; now it authenticates whether or not the slash in provided.
  • Fixed an issue where the OKTA authenticator failed to authenticate accounts that included a region in the connection string.