Closed trivikr closed 3 years ago
Recent issues preview versions: https://github.com/aws/aws-sdk-js-v3/issues/1581
Need to run script on NPM to get rid of these old versions or mark them somehow
npm deprecate documentation: https://docs.npmjs.com/cli/v6/commands/npm-deprecate
The list was created by comparing the master
branch which contains smithy versions with preview-stale
branch which contains non-smithy versions.
All the client packages preview versions were deprecated.
Testing with @aws-sdk/client-dynamodb-browser
for example:
All the non-client packages preview versions were deprecated.
Testing with @aws-sdk/package-generator
for example:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Is your feature request related to a problem? Please describe. Some users mistakenly use old preview versions (
0.1.0-preview.N
) of AWS SDK for JavaScript v3. For example: https://github.com/aws/aws-sdk-js-v3/issues/1396Describe the solution you'd like Deprecate non-smithy preview versions of AWS SDK for JavaScript
Describe alternatives you've considered Responding to users requesting them to switch to latest prerelease versions