Skip to content

Commit

Permalink
feat: end support for Node.js 12.x (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 31, 2022
1 parent 24a979b commit 83f913e
Show file tree
Hide file tree
Showing 417 changed files with 417 additions and 417 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"

This comment has been minimized.

Copy link
@kirrg001

kirrg001 Mar 9, 2023

You've dropped support for Node v12 in a minor release.
https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.201.0
Are you not following semver? Dropping Node versions should happen in a major release.

This is unexpected. And it is very hard to figure out if there was a breaking change because you release daily.

Going through a changelog and searching for breaking changes when the version update is:

from 3.81.0 to 3.284.0

"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Expand Up @@ -71,7 +71,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Expand Up @@ -71,7 +71,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Expand Up @@ -73,7 +73,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Expand Up @@ -71,7 +71,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfigdata/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-applicationcostprofiler/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Expand Up @@ -71,7 +71,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling-plans/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup-gateway/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backupstorage/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-billingconductor/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-braket/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-budgets/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-identity/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-media-pipelines/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-meetings/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-messaging/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime/package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloud9/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudcontrol/package.json
Expand Up @@ -73,7 +73,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-clouddirectory/package.json
Expand Up @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudformation/package.json
Expand Up @@ -74,7 +74,7 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down

0 comments on commit 83f913e

Please sign in to comment.