We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not a problem, but FYI that support for Internet Explorer and Node.js 12.x can be dropped
The support is already dropped by AWS SDK for JavaScript as follows:
Drop support for Node.js 12.x and Internet Explorer:
aws-sdk-js-crypto-helpers/.github/workflows/ci-unit-tests.yaml
Line 16 in dc83f76
aws-sdk-js-crypto-helpers/packages/sha1-browser/src/crossPlatformSha1.ts
Lines 14 to 16 in 45c50ff
Continue supporting Node.js 12.x and Internet Explorer
The text was updated successfully, but these errors were encountered:
Hello,
We have released versions 4.x and 5.x which remove Node12 and IE11: https://github.com/aws/aws-sdk-js-crypto-helpers/blob/master/CHANGELOG.md#breaking-changes.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Not a problem, but FYI that support for Internet Explorer and Node.js 12.x can be dropped
The support is already dropped by AWS SDK for JavaScript as follows:
Describe the solution you'd like
Drop support for Node.js 12.x and Internet Explorer:
aws-sdk-js-crypto-helpers/.github/workflows/ci-unit-tests.yaml
Line 16 in dc83f76
aws-sdk-js-crypto-helpers/packages/sha1-browser/src/crossPlatformSha1.ts
Lines 14 to 16 in 45c50ff
Describe alternatives you've considered
Continue supporting Node.js 12.x and Internet Explorer
The text was updated successfully, but these errors were encountered: