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

Merge changes from main branch #2234

Merged
merged 32 commits into from
Feb 2, 2024

Conversation

phani-srikar
Copy link
Contributor

@phani-srikar phani-srikar commented Jan 31, 2024

Description of changes

Pull in the changes from last 2 releases into the feature branch.
There was only one merge conflict in Auth transformer that was straight forward to resolve.

CDK / CloudFormation Parameters Changed

Issue #, if available

Description of how you validated changes

E2E tests are running

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • Any CDK or CloudFormation parameter changes are called out explicitly

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

palpatim and others added 30 commits December 29, 2023 12:03
…er (#2127)

Co-authored-by: Sebastian Wolf <sebastian@tcg-vault.de>
* fix(glob): remove backslash in s3 upload key

* fix license
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(api): download rds layer only if required
 - @aws-amplify/amplify-category-api@5.9.4
 - @aws-amplify/data-construct@1.5.4
 - amplify-category-api-e2e-core@4.4.6
 - amplify-category-api-e2e-tests@3.19.3
 - amplify-graphql-api-construct-tests@1.2.4
 - @aws-amplify/graphql-api-construct@1.5.4
 - @aws-amplify/graphql-auth-transformer@3.3.4
 - @aws-amplify/graphql-default-value-transformer@2.2.3
 - @aws-amplify/graphql-function-transformer@2.1.15
 - @aws-amplify/graphql-http-transformer@2.1.15
 - @aws-amplify/graphql-index-transformer@2.3.3
 - amplify-category-api-graphql-migration-tests@2.4.19
 - @aws-amplify/graphql-model-transformer@2.4.3
 - @aws-amplify/graphql-maps-to-transformer@3.4.4
 - @aws-amplify/graphql-predictions-transformer@2.1.15
 - @aws-amplify/graphql-relational-transformer@2.3.4
 - @aws-amplify/graphql-schema-generator@0.6.3
 - @aws-amplify/graphql-schema-test-library@2.2.19
 - @aws-amplify/graphql-searchable-transformer@2.5.0
 - @aws-amplify/graphql-sql-transformer@0.2.3
 - @aws-amplify/graphql-transformer-core@2.4.3
 - @aws-amplify/graphql-transformer-migrator@2.2.16
 - @aws-amplify/graphql-transformer-test-utils@0.4.3
 - @aws-amplify/graphql-transformer@1.3.8
 - @aws-amplify/graphql-schema-validation@0.3.0
 - amplify-category-api-util-mock@6.4.8
 - graphql-auth-transformer@7.2.74
 - graphql-connection-transformer@5.2.72
 - graphql-dynamodb-transformer@7.2.72
 - graphql-elasticsearch-transformer@5.2.73
 - graphql-function-transformer@3.3.63
 - graphql-http-transformer@5.2.72
 - graphql-key-transformer@3.2.72
 - graphql-predictions-transformer@3.2.72
 - graphql-transformer-core@8.2.5
 - amplify-category-api-graphql-transformers-e2e-tests@8.6.8
 - graphql-versioned-transformer@5.2.72
 - @aws-amplify/amplify-category-api@5.9.5
 - @aws-amplify/data-construct@1.5.5
 - amplify-category-api-e2e-tests@3.19.4
 - amplify-graphql-api-construct-tests@1.2.5
 - @aws-amplify/graphql-api-construct@1.5.5
 - @aws-amplify/graphql-auth-transformer@3.3.5
 - @aws-amplify/graphql-default-value-transformer@2.2.4
 - @aws-amplify/graphql-function-transformer@2.1.16
 - @aws-amplify/graphql-http-transformer@2.1.16
 - @aws-amplify/graphql-index-transformer@2.3.4
 - amplify-category-api-graphql-migration-tests@2.4.20
 - @aws-amplify/graphql-model-transformer@2.4.4
 - @aws-amplify/graphql-maps-to-transformer@3.4.5
 - @aws-amplify/graphql-predictions-transformer@2.1.16
 - @aws-amplify/graphql-relational-transformer@2.3.5
 - @aws-amplify/graphql-schema-generator@0.6.4
 - @aws-amplify/graphql-schema-test-library@2.2.20
 - @aws-amplify/graphql-searchable-transformer@2.5.1
 - @aws-amplify/graphql-sql-transformer@0.2.4
 - @aws-amplify/graphql-transformer-core@2.4.4
 - @aws-amplify/graphql-transformer-migrator@2.2.17
 - @aws-amplify/graphql-transformer-test-utils@0.4.4
 - @aws-amplify/graphql-transformer@1.3.9
 - amplify-category-api-util-mock@6.4.9
 - amplify-category-api-graphql-transformers-e2e-tests@8.6.9
…2186)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@phani-srikar phani-srikar marked this pull request as ready for review January 31, 2024 21:18
@phani-srikar phani-srikar requested review from a team as code owners January 31, 2024 21:18
sundersc
sundersc previously approved these changes Jan 31, 2024
@phani-srikar phani-srikar merged commit 14fd2dc into feature/sql-field-auth-support Feb 2, 2024
6 checks passed
@phani-srikar phani-srikar deleted the merge-main-013124 branch February 2, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants