Releases: aws-amplify/amplify-category-api
@aws-amplify/[email protected], @aws-amplify/[email protected]
What's Changed
- fix: improve migration import error message by @dpilch in #3140
- fix: sort table description properties before comparing by @dpilch in #3144
- fix: bump ai-constructs to ^1.2.2 by @Siqi-Shan in #3141
- chore: bump cdk version to 2.177.0 by @Siqi-Shan in #3148
- test: update expected error message on non-matching gsi migration test by @dpilch in #3151
- chore: Gen 2 release prep by @Siqi-Shan in #3153
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], tag: @aws-amplify/[email protected]
What's Changed
Notes
This release adds validations that will generate build-time errors for schema constructions that previously failed silently:
- Adding an Amplify directive to a field of an extended type other than
Query
,Mutation
, orSubscription
- Adding an Amplify directive to any extended object or interface type
Prior to this release, these constructions would build, but not function as expected.
This release fixes support for amplify @auth
, @function
, and @http
directives on fields of Query
, Mutation
, or Subscription
extended types. See https://docs.amplify.aws/gen1/javascript/build-a-backend/graphqlapi/data-modeling/#split-graphql-files for more discussion.
Issue references:
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected]
What's Changed
- Revert "fix: fix policies with overridden table names" by @Siqi-Shan in #3088
- fix: restore IAM policy changes for overridden table names by @palpatim in #3109
- test: remove Gen 1 RDS tests that are running in Gen 2 branch by @palpatim in #3119
- fix(gen1): transform auth on fields of supported extended types by @palpatim in #3126
Notes
This release adds validations that will generate build-time errors for schema constructions that previously failed silently:
- Adding an Amplify directive to a field of an extended type other than
Query
,Mutation
, orSubscription
- Adding an Amplify directive to any extended object or interface type
Prior to this release, these constructions would build, but not function as expected.
This release fixes support for amplify @auth
, @function
, and @http
directives on fields of Query
, Mutation
, or Subscription
extended types. See https://docs.amplify.aws/gen1/javascript/build-a-backend/graphqlapi/data-modeling/#split-graphql-files for more discussion.
Issue references:
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected]; @aws-amplify/[email protected]
What's Changed
- ci: remove unused codeql config by @dpilch in #3079
- docs: update readme for gen 2 by @dpilch in #3080
- chore(deps-dev): bump jsii from 5.6.0 to 5.6.4 by @dependabot in #3082
- chore: remove
@aws-cdk/assert
fromdata-construct
,api-construct
, andtransformer-core
by @bobbyu99 in #3089 - chore[@aws-amplify/graphql-category-api]: suppress reexport and type-only files from coverage metrics by @palpatim in #3087
- fix: remove transitive dev dependencies from bundled jsii constructs by @atierian in #3092
- chore: sync release to main by @atierian in #3095
- fix: make canary deps compatible with node 18 by @phani-srikar in #3098
- test: migrate SQL OIDC auth tests by @palpatim in #3114
- fix(conversation): add padding to stream chunks by @atierian in #3115
- chore: prep Gen 2 release by @palpatim in #3118
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], @aws-amplify/[email protected]
Apologize for this release notes as it's not generating the release notes properly due to a branch out-of-sync issue. We are working to resolve this issue.
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
Amplify API Category 5.12.9
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], @aws-amplify/[email protected]
What's Changed
- chore: bump cross-spawn version to 7.0.6 by @bobbyu99 in #3033
- bump cross-spawn version in scripts/yarn.lock to patched version by @bobbyu99 in #3043
- test: exclude unsupported region for PredictionsTransformerV2 E2E by @atierian in #3041
- Enable logging on the L3 CDK construct by @bobbyu99 in #2814
- chore: remove redundant dependencies: @aws-sdk/abort-controller and aws-sdk by @bobbyu99 in #3051
- chore: extract log group naming logic by @bobbyu99 in #3050
- chore: nit fix getAppSyncLogGroupName doc by @bobbyu99 in #3052
- fix(conversation): handle enums in data tool selection sets by @atierian in #3045
- chore(deps): bump nanoid from 3.3.1 to 3.3.8 in /packages/graphql-transformers-e2e-tests/resources/jsonServer/src-server by @dependabot in #3061
- chore: dependabot alert fix #150 by @Siqi-Shan in #3064
- chore: set vs code format on save to true by @dpilch in #3068
- chore: remove third party licenses file by @dpilch in #3071
- test: consolidate jest config by @dpilch in #3069
- style: upgrade eslint-plugin-jsdoc to ^50.6.1 by @dpilch in #3072
- chore: construct dependencies fix by @Siqi-Shan in #3065
- feat: deps tree search improv by @Siqi-Shan in #3078
- chore: add construct dependencies verification to pr workflow by @Siqi-Shan in #3066
- chore: merge main into release by @Siqi-Shan in #3081
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], @aws-amplify/[email protected]
What's Changed
- fix: bump ai-constructs to ^1.0.0 by @atierian in #3040
- chore: merge main into release by @atierian in #3042
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], @aws-amplify/[email protected]
What's Changed
- fix(conversation): model list tool query name infinite recursion by @atierian in #3037
- Release PR by @bobbyu99 in #3038
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]
@aws-amplify/[email protected], @aws-amplify/[email protected]
What's Changed
- fix(ai): forward user-agent with package metadata in generation and conversation requests by @atierian in #3029
- test: mock package version in conversation and generation for snapshot tests by @atierian in #3032
- feat: bump conversation and generation transformers to v1 by @atierian in #3030
- Prep release by @bobbyu99 in #3034
Full Changelog: https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]