Open dar-yl opened 2 weeks ago
hi - thank you for drawing attention to this, not entirely sure why we need 2 separate issues but works for us. we'll look into this.
the deprecated package @azure/core-http
comes as a transient dependency (from our pre-12.23.0 @azure/storage-blob
) direct dependency)
PR in draft https://github.com/snowflakedb/snowflake-connector-nodejs/pull/951
tests on Azure node 14.x are failing, the upgraded library does not seem to support node:14 (needs node:18), so likely we'll need to wait until we deprecate node:14 . at this moment (7 November 2024) we still list under the supported runtimes.
putting this issue in blocked status until support for node:14 is dropped from Snowflake node.js driver.
edit: turned out that after all it was a good idea to create 2 separate issues for the aws and the azure library deprecations :)
Related -
@aws-sdk/node-http-handler@3.374.0
deprecation: https://github.com/snowflakedb/snowflake-connector-nodejs/issues/947What version of NodeJS driver are you using?
1.14.0
What operating system and processor architecture are you using? N/A
What version of NodeJS are you using? Node:
20.17.0
/ NPM:10.8.2
What are the component versions in the environment (
npm list
)?What did you do? Install the Node
snowflake-sdk@1.14.0
. Refer to NPM deprecation warnings...What did you expect to see? No deprecation warnings.
Can you collect debug logs? N/A