Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated dependencies warnings (move to Smithy) #29

Closed
rogerweb opened this issue May 3, 2024 · 5 comments · Fixed by #30
Closed

Deprecated dependencies warnings (move to Smithy) #29

rogerweb opened this issue May 3, 2024 · 5 comments · Fixed by #30
Labels
bug Something isn't working released

Comments

@rogerweb
Copy link

rogerweb commented May 3, 2024

Not a bug neither a feature request.

Current Behavior

$ npm install aws-sdk-v3-proxy

npm WARN deprecated @aws-sdk/node-http-handler@3.374.0: This package has moved to @smithy/node-http-handler
npm WARN deprecated @aws-sdk/protocol-http@3.374.0: This package has moved to @smithy/protocol-http

Expected Behavior

No warnings about deprecated packages.

Steps to Reproduce the Problem

  1. npm install aws-sdk-v3-proxy
  2. Observe the warnings.

Environment

  • Version: 2.1.2
  • Platform: Linux
  • Node.js Version: v20.12.2
@rogerweb rogerweb added the bug Something isn't working label May 3, 2024
@ayalade
Copy link

ayalade commented May 7, 2024

is there any ETA for this fix?

ryansonshine added a commit to ryansonshine/aws-sdk-v3-js-proxy that referenced this issue May 7, 2024
@ryansonshine
Copy link
Contributor

Thanks for the contribution @rogerweb . I've opened #30 to address this issue, but it will require someone from AWS to approve and merge since I no longer work there and don't have permissions.

@ryansonshine
Copy link
Contributor

cc: @smguggen

@smguggen
Copy link
Collaborator

smguggen commented May 7, 2024

Will get on this today, thank you @ryansonshine and @rogerweb

smguggen added a commit that referenced this issue May 7, 2024
* fix(deps): update deprecated dependency

fix #29

* fix: dependencies

Update sdk dependency to smithy on add-proxy file

* fix: update tests

* fix: fix unit test

---------

Co-authored-by: smguggen <sguggenh@amazon.com>
Copy link

github-actions bot commented May 8, 2024

🎉 This issue has been resolved in version 2.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants