chore: bump data packages (API plugin TLS 1.2 fix)#14784
Open
Conversation
svidgen
previously approved these changes
Apr 15, 2026
adrianjoshua-strutt
previously approved these changes
Apr 15, 2026
ae1d8d3
dbf930d to
ae1d8d3
Compare
ae1d8d3 to
ebea16e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps Gen1 data packages to pull in the latest releases from
amplify-category-api, most notably the OpenSearch TLS 1.2 security policy fix.Key package updates
amplify-category-api^5.15.3^5.15.5@aws-amplify/graphql-searchable-transformer^2.7.19^2.7.20@aws-amplify/graphql-auth-transformer^3.6.15^3.6.16@aws-amplify/graphql-maps-to-transformer^3.5.3^3.5.4graphql-auth-transformer^7.2.89^7.2.90Motivation
The
@searchabledirective creates OpenSearch domains without explicitly setting a TLS security policy, defaulting toPolicy-Min-TLS-1-0-2019-07. With AWS deprecating TLS 1.0/1.1 for OpenSearch (April 2026), this bump pulls in:@aws-amplify/graphql-searchable-transformer@2.7.20— setsTLSSecurityPolicy: TLS_1_2on new Gen2 OpenSearch domainsgraphql-elasticsearch-transformer@5.2.89(transitive viaamplify-category-api@5.15.5) — setsTLSSecurityPolicy: Policy-Min-TLS-1-2-2019-07on new Gen1 OpenSearch domainsTesting