amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

APACHE-2.0 License

Downloads
7.4M
Stars
2.8K
Committers
302

Bot releases are visible (Hide)

amplify-cli - 10.2.1

Published by aws-amplify-ops about 2 years ago

Change Log

amplify-cli 10.2.1 (2022-10-03)

Bug Fixes

  • retain TPI on "restore backend" codepath, set stacktrace in AmplifyException, fix changelog script (#11057) (cf54acc)

amplify-cli-core 3.2.1 (2022-10-03)

Bug Fixes

  • retain TPI on "restore backend" codepath, set stacktrace in AmplifyException, fix changelog script (#11057) (cf54acc)

amplify-e2e-core 4.2.2 (2022-10-03)

Bug Fixes

  • retain TPI on "restore backend" codepath, set stacktrace in AmplifyException, fix changelog script (#11057) (cf54acc)

amplify-e2e-tests 3.13.1 (2022-10-03)

Bug Fixes

  • retain TPI on "restore backend" codepath, set stacktrace in AmplifyException, fix changelog script (#11057) (cf54acc)

amplify-environment-parameters 1.1.2 (2022-10-03)

Bug Fixes

  • retain TPI on "restore backend" codepath, set stacktrace in AmplifyException, fix changelog script (#11057) (cf54acc)
amplify-cli - 10.2.0

Published by aws-amplify-ops about 2 years ago

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

2.5.0 (2022-09-21)

10.2.0 (2022-09-21)

Features

2.3.0 (2022-09-06)

Note: Version bump only for package amplify-prompts

2.3.0-rc.224a2e0e4.0 (2022-08-15)

Features

2.2.0 (2022-06-03)

Features

2.1.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

2.0.1 (2022-04-27)

Bug Fixes

2.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

1.6.3 (2022-01-27)

Bug Fixes

  • validation for s3 bucketname in s3-cli walkthrough (#9555) (1daf720)

1.6.2 (2022-01-10)

7.6.7 (2022-01-10)

Note: Version bump only for package amplify-prompts

1.6.0 (2021-11-23)

Features

1.5.1 (2021-11-15)

Note: Version bump only for package amplify-prompts

1.3.0 (2021-11-11)

Features

  • add byValue and byValues helper functions to select pick options by value (#8253) (2fa32e8)
  • flag to allow destructive schema changes (#8273) (18de856)

1.2.0 (2021-09-27)

Features

  • Flag to allow schema changes that require table replacement (#8144) (2d4e65a)
  • update pick styling, hint text, and ctrl+z listener (#8167) (620a36a)

Reverts

  • Revert "feat: Flag to allow schema changes that require table replacement (#8144)" (#8268) (422dd04), closes #8144 #8268

1.1.2 (2021-09-02)

Note: Version bump only for package amplify-prompts

1.1.1 (2021-08-24)

Note: Version bump only for package amplify-prompts

1.1.0 (2021-08-06)

Features

  • create new amplify-prompts package to handle all terminal interactions (#7774) (39b3262)
amplify-cli - 10.0.0

Published by aws-amplify-ops about 2 years ago

Change Log

Summary

This release changes the behavior of how Amplify CLI handles command hooks. If you do not use hooks, this version is not a breaking change. If you do use command hooks, this might be a breaking change.

Previously, command hooks would be uploaded to the S3 deployment bucket on amplify push and pulled down on amplify pull. However, customers who only ran amplify push in CI/CD pipelines would have any new hook changes removed in CI/CD because amplify pull is always executed before amplify push. To fix this issue, Amplify CLI is no longer pushing hooks to the deployment S3 bucket and will not pull down hooks on amplify pull. Instead, hooks should be managed in your VCS system like any other project file.

Additionally, a change has been made to the GraphQL Transformer to enforce stricter validation on custom claims in owner-based auth. Before these changes, non-existent custom claims were allowed and set the default __xamznone__ for the owner claim. After this change, non-existent custom claims will be denied. If your app was relying on this behavior, you may need to update the claims in your auth rules and/or the claims granted by your login flow.

And last but not least, we have overhauled CloudFormation event logs during push. This is not a breaking change but should be a huge quality of life improvement for making sense of deployments.

amplify-category-auth 2.11.0 (2022-09-07)

Features

amplify-category-hosting 3.3.0 (2022-09-07)

Features

amplify-cli 10.0.0 (2022-09-07)

amplify-cli-core 3.0.0 (2022-09-07)

amplify-cli-npm 10.0.0 (2022-09-07)

Features

BREAKING CHANGES

  • hooks file management breaking change

amplify-container-hosting 2.4.43 (2022-09-07)

amplify-e2e-core 4.1.0 (2022-09-07)

Features

amplify-e2e-tests 3.11.7 (2022-09-07)

amplify-graphql-migration-tests 2.2.48 (2022-09-07)

amplify-prompts 2.3.0 (2022-09-07)

Features

amplify-provider-awscloudformation 6.6.0 (2022-09-07)

amplify-util-mock 4.4.11 (2022-09-07)

amplify-cli - 9.2.1

Published by aws-amplify-ops about 2 years ago

Change Log

amplify-provider-awscloudformation 6.5.1 (2022-08-08)

Bug Fixes

amplify-util-mock 4.4.10 (2022-08-08)

Bug Fixes

  • support AWS::S3::Bucket FilterRule properly in the mock mode (#10799) (0273dc0)
amplify-cli - 9.2.0

Published by aws-amplify-ops about 2 years ago

Change Log

amplify-appsync-simulator 2.5.0 (2022-08-02)

Bug Fixes

  • amplify-appsync-simulator: base-resolver for response and added better error handling (#9687) (6383260)
  • bump moment-timezone, and remove deprecated types dep (#10177) (0a531ef)
  • removed unsupported portfinder (#10269) (33d8a8f)
  • support Java numbers in appsync simulator (#9810) (84b61f8)

Features

  • amplify-appsync-simulator: implement $utils.rds.toJsonObject (#8021) (ff65dbc)

amplify-category-auth 2.10.4 (2022-08-02)

Bug Fixes

amplify-category-function 4.0.11 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-cli 9.2.0 (2022-08-02)

amplify-cli-core 2.12.0 (2022-08-02)

amplify-cli-npm 9.2.0 (2022-08-02)

Features

amplify-console-integration-tests 2.3.0 (2022-08-02)

amplify-container-hosting 2.4.41 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-dotnet-function-template-provider 2.2.40 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-e2e-core 4.0.0 (2022-08-02)

Bug Fixes

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-e2e-tests 3.11.5 (2022-08-02)

amplify-graphiql-explorer 2.5.0 (2022-08-02)

Bug Fixes

Reverts

  • Revert "Revert "fix: explicitly assign buffer to global.buffer (#10308)" (#10314)" (#10576) (d41c7a8), closes #10308 #10314 #10576
  • Revert "fix: explicitly assign buffer to global.buffer (#10308)" (#10314) (1854235), closes #10308 #10314

amplify-graphql-migration-tests 2.2.46 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-migration-tests 5.0.0 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-nodejs-function-template-provider 2.4.6 (2022-08-02)

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-provider-awscloudformation 6.5.0 (2022-08-02)

amplify-util-mock 4.4.9 (2022-08-02)

Bug Fixes

Reverts

  • Revert "chore: upgrade api category dependencies" (7e24faf)

amplify-util-uibuilder 1.3.0 (2022-08-02)

amplify-cli - 9.1.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-auth 2.10.3 (2022-06-30)

Bug Fixes

amplify-cli 9.1.0 (2022-06-30)

Features

amplify-cli-core 2.11.0 (2022-06-30)

Features

amplify-cli-npm 9.1.0 (2022-06-30)

Features

amplify-provider-awscloudformation 6.4.3 (2022-06-30)

Bug Fixes

  • graphql: handle gsi change iterative update of delta sync table exists on root template (#10470) (d8212d5)
amplify-cli - 9.0.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-cli 9.0.0 (2022-06-21)

BREAKING CHANGES

  • this is a breaking change

amplify-cli-core 2.10.0 (2022-06-21)

Features

  • flip feature flag to change default identity claim (#10580) (f8df80d)

Reverts

  • Revert "Revert "chore: add FF for primary key connection field attributes (#10556)" (#10603)" (#10617) (15115a6), closes #10556 #10603 #10617
  • Revert "chore: add FF for primary key connection field attributes (#10556)" (#10603) (8644039), closes #10556 #10603

amplify-cli-npm 9.0.0 (2022-06-21)

BREAKING CHANGES

  • this is a breaking change
amplify-cli - 8.5.1

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-graphiql-explorer 2.4.7 (2022-06-15)

Bug Fixes

Reverts

  • Revert "Revert "fix: explicitly assign buffer to global.buffer (#10308)" (#10314)" (#10576) (d41c7a8), closes #10308 #10314 #10576
  • Revert "fix: explicitly assign buffer to global.buffer (#10308)" (#10314) (1854235), closes #10308 #10314

amplify-provider-awscloudformation 6.4.1 (2022-06-15)

Reverts

  • Revert "feat: allow login via admin ui on safari (#10407)" (#10602) (16104ea), closes #10407 #10602
  • Revert "chore: block insecure traffic to deployment bucket (#10533)" (#10591) (8d7b710), closes #10533 #10591
  • Revert "Revert "chore: block insecure traffic to deployment bucket (#10533)" (#10584)" (#10588) (9418956), closes #10533 #10584 #10588
  • Revert "chore: block insecure traffic to deployment bucket (#10533)" (#10584) (ef44565), closes #10533 #10584
amplify-cli - 8.5.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-custom 2.4.0 (2022-06-13)

Features

amplify-cli 8.5.0 (2022-06-13)

Bug Fixes

Features

amplify-cli-npm 8.5.0 (2022-06-13)

Features

amplify-provider-awscloudformation 6.4.0 (2022-06-13)

Features

amplify-cli - 8.4.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-appsync-simulator 2.4.0 (2022-06-03)

Features

  • amplify-appsync-simulator: implement $utils.rds.toJsonObject (#8021) (ff65dbc)

amplify-category-api 2.2.0 (2022-06-03)

Features

amplify-category-auth 2.10.0 (2022-06-03)

Bug Fixes

  • amplify-category-auth: fixes auth init state initialization (#10503) (855dad2)

Features

amplify-category-geo 2.7.0 (2022-06-03)

Features

amplify-category-storage 3.4.0 (2022-06-03)

Features

amplify-cli 8.4.0 (2022-06-03)

Features

amplify-cli-core 2.9.0 (2022-06-03)

Features

amplify-cli-logger 1.2.0 (2022-06-03)

Features

amplify-cli-npm 8.4.0 (2022-06-03)

Features

amplify-e2e-core 3.3.0 (2022-06-03)

Features

amplify-e2e-tests 3.11.0 (2022-06-03)

Features

amplify-frontend-javascript 3.5.0 (2022-06-03)

Features

amplify-headless-interface 1.15.0 (2022-06-03)

Features

amplify-migration-tests 4.6.0 (2022-06-03)

Features

amplify-prompts 2.2.0 (2022-06-03)

Features

amplify-provider-awscloudformation 6.3.0 (2022-06-03)

Features

amplify-python-function-runtime-provider 2.3.0 (2022-06-03)

Features

  • add mock context to python shim (ec5967c)
amplify-cli - 8.3.1

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-auth 2.9.1 (2022-05-27)

Bug Fixes

Reverts

amplify-cli 8.3.1 (2022-05-27)

Bug Fixes

  • graphql: resolve model codegen issue on first push for datastore enabled api (#10450) (a8d8b94)

Reverts

amplify-cli-core 2.8.1 (2022-05-27)

Reverts

amplify-console-integration-tests 2.2.40 (2022-05-27)

Reverts

amplify-dynamodb-simulator 2.3.1 (2022-05-27)

Reverts

amplify-e2e-core 3.2.1 (2022-05-27)

Reverts

amplify-e2e-tests 3.10.1 (2022-05-27)

Bug Fixes

Reverts

amplify-migration-tests 4.5.1 (2022-05-27)

Reverts

amplify-provider-awscloudformation 6.2.1 (2022-05-27)

Bug Fixes

Reverts

amplify-cli - 8.3.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-api 2.1.1 (2022-05-24)

Bug Fixes

amplify-category-auth 2.9.0 (2022-05-24)

Features

amplify-cli 8.3.0 (2022-05-24)

Bug Fixes

Features

Reverts

  • Revert "refactor: plugin platform code cleanup (#10384)" (#10403) (b2998d7), closes #10384 #10403

amplify-cli-core 2.8.0 (2022-05-24)

Features

amplify-cli-npm 8.3.0 (2022-05-24)

Features

amplify-dynamodb-simulator 2.3.0 (2022-05-24)

Features

amplify-e2e-core 3.2.0 (2022-05-24)

Features

amplify-e2e-tests 3.10.0 (2022-05-24)

Features

amplify-migration-tests 4.5.0 (2022-05-24)

Features

amplify-nodejs-function-template-provider 2.4.0 (2022-05-24)

Features

  • amplify-nodejs-function-template-provider: make function name lower case in package.json (#9868) (51b6d32)

amplify-provider-awscloudformation 6.2.0 (2022-05-24)

Features

Reverts

  • Revert "Revert "chore: wrap getTransformerFactory behind a single API (#10373)" (#10390)" (#10391) (2612585), closes #10373 #10390 #10391

amplify-util-mock 4.4.2 (2022-05-24)

Bug Fixes

  • amplify-util-mock: fn parameter shadowing lodash (#10429) (269bb56)
amplify-cli - 8.2.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-analytics 4.0.4 (2022-05-10)

Bug Fixes

  • amplify-category-analytics: ensure pinpoint permissions are created (#10091) (4050cfc)

amplify-category-api 2.1.0 (2022-05-10)

Bug Fixes

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-category-auth 2.8.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-category-geo 2.6.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-category-storage 3.3.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-cli 8.2.0 (2022-05-10)

Bug Fixes

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-cli-core 2.7.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-cli-extensibility-helper 2.3.26 (2022-05-10)

Bug Fixes

amplify-cli-npm 8.2.0 (2022-05-10)

Bug Fixes

Features

amplify-e2e-tests 3.9.1 (2022-05-10)

Bug Fixes

amplify-nodejs-function-runtime-provider 2.2.29 (2022-05-10)

Bug Fixes

amplify-prompts 2.1.0 (2022-05-10)

Features

  • usage flow logging for interactive and non-interactive cli commands (#10288) (da391b1), closes #10293

amplify-provider-awscloudformation 6.1.4 (2022-05-10)

Bug Fixes

  • amplify-provider-awscloudformation: use the right profile with SSO and credential_process (#9095) (811f257), closes #4488
  • root path handling for REST APIs (#9842) (08fb69f)

Reverts

  • Revert "chore: wrap getTransformerFactory behind a single API (#10373)" (#10390) (c2629f6), closes #10373 #10390
amplify-cli - 8.1.0

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-cli 8.1.0 (2022-04-29)

Features

amplify-cli-core 2.6.0 (2022-04-29)

Features

amplify-cli-npm 8.1.0 (2022-04-29)

Features

amplify-e2e-tests 3.9.0 (2022-04-29)

Features

amplify-graphql-auth-transformer 0.9.0 (2022-04-29)

Features

amplify-graphql-model-transformer 0.14.0 (2022-04-29)

Features

amplify-graphql-relational-transformer 0.9.0 (2022-04-29)

Features

  • use sub:username identity claim by default when persisting behind a feature flag (#10196) (947aae6)

amplify-graphql-searchable-transformer 0.14.0 (2022-04-29)

Features

amplify-graphql-transformer-core 0.17.0 (2022-04-29)

Features

amplify-graphql-transformer-interfaces 1.14.0 (2022-04-29)

Features

amplify-provider-awscloudformation 6.1.3 (2022-04-29)

Bug Fixes

  • remove exclusion of build directory on appsync upload (#10248) (8ac54a2)

amplify-util-mock 4.4.0 (2022-04-29)

Features

  • add handling of colon-delimited identity claims to query (revert) (#10222) (f5d7620), closes #10189 #10213
  • use sub:username identity claim by default when persisting behind a feature flag (#10196) (947aae6)

graphql-transformer-core 7.5.0 (2022-04-29)

Features

graphql-transformers-e2e-tests 7.5.0 (2022-04-29)

Features

amplify-cli - 8.0.3

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-appsync-simulator 2.3.12 (2022-04-27)

Bug Fixes

amplify-category-api 2.0.3 (2022-04-27)

Bug Fixes

amplify-category-function 4.0.2 (2022-04-27)

Bug Fixes

amplify-category-geo 2.5.1 (2022-04-27)

Bug Fixes

  • amplify-category-auth,amplify-category-geo: update backend-config on auth/geo category update (#9768) (0e6a99a)

amplify-cli 8.0.3 (2022-04-27)

Bug Fixes

  • amplify-category-auth,amplify-category-geo: update backend-config on auth/geo category update (#9768) (0e6a99a)
  • show mfa prompt (#9954) (5176dba)
  • use confirmContinue instead of yesOrNo behavior in conversion from inquirer to prompter (#10217) (621ffa1)

amplify-cli-core 2.5.3 (2022-04-27)

Bug Fixes

  • prevent crash when xdg-open is not available (#10233) (56b8d93)

amplify-dynamodb-simulator 2.2.27 (2022-04-27)

Bug Fixes

amplify-e2e-core 3.1.1 (2022-04-27)

Bug Fixes

  • amplify-category-auth,amplify-category-geo: update backend-config on auth/geo category update (#9768) (0e6a99a)

amplify-e2e-tests 3.8.2 (2022-04-27)

Bug Fixes

  • amplify-category-auth,amplify-category-geo: update backend-config on auth/geo category update (#9768) (0e6a99a)

amplify-go-function-runtime-provider 2.2.27 (2022-04-27)

Bug Fixes

amplify-graphql-auth-transformer 0.8.1 (2022-04-27)

Reverts

  • Revert "refactor: use a prefix matching for the claim in subscriptions (#10199)" (#10264) (eff77da), closes #10199 #10264

amplify-graphql-index-transformer 0.11.6 (2022-04-27)

Bug Fixes

  • validate the presence of sortKeyFields when index is on the same field as the primary key (#9841) (754ae44), closes #4138

amplify-graphql-searchable-transformer 0.13.8 (2022-04-27)

Bug Fixes

  • graphql: upgrade searchable streaming lambda python version (#10243) (e95fc80)

amplify-prompts 2.0.1 (2022-04-27)

Bug Fixes

amplify-provider-awscloudformation 6.1.2 (2022-04-27)

Bug Fixes

Reverts

  • Revert "fix: update s3 bucket policies to adhere to best practices (#10272)" (#10282) (0909769), closes #10272 #10282

amplify-util-mock 4.3.16 (2022-04-27)

Bug Fixes

  • amplify-util-mock: Change exposed attr to reference correct attr (#10080) (8314372)
amplify-cli - 8.0.2

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-appsync-simulator 2.3.11 (2022-04-18)

Bug Fixes

  • bump moment-timezone, and remove deprecated types dep (#10177) (0a531ef)

amplify-category-custom 2.3.27 (2022-04-18)

Bug Fixes

  • amplify-category-custom: validate that the project has been initialized (#9923) (2145001), closes #8920

amplify-cli 8.0.2 (2022-04-18)

Bug Fixes

  • cli: Fix typo in description for upgrade command (#10182) (5f213e0)

amplify-cli-npm 8.0.2 (2022-04-18)

Bug Fixes

amplify-frontend-javascript 3.4.1 (2022-04-18)

Bug Fixes

  • use EOL instead of \n when reading aws-exports (#10147) (846048c)

amplify-graphql-auth-transformer 0.8.0 (2022-04-18)

Features

  • add handling of colon-delimited identity claims to query (#10189) (d7983f4)

Reverts

  • Revert "feat: add handling of colon-delimited identity claims to query (#10189)" (#10213) (9f13064), closes #10189 #10213

amplify-graphql-index-transformer 0.11.5 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)

amplify-graphql-model-transformer 0.13.5 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)

amplify-graphql-relational-transformer 0.8.0 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)
  • graphql-model-transformer: fix enum filter input when queries are set to null (#10044) (53bef2e)

Features

  • add handling of colon-delimited identity claims to query (#10189) (d7983f4)

Reverts

  • Revert "feat: add handling of colon-delimited identity claims to query (#10189)" (#10213) (9f13064), closes #10189 #10213

amplify-graphql-transformer-core 0.16.5 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)
  • improve instanceof checks to support custom transformers (#10188) (f2ac2b2)

amplify-graphql-transformer-interfaces 1.13.1 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)

amplify-provider-awscloudformation 6.1.1 (2022-04-18)

Bug Fixes

  • accidental changes to meta file reading and resource status filter (#10227) (17b5df0)
  • amplify meta file resolution, update yarn.lock (#10225) (a253c70)

graphql-transformers-e2e-tests 7.4.14 (2022-04-18)

Bug Fixes

  • graphql-model-transformer: fix create mutation when index field is null (#10073) (1e9d140)
amplify-cli - 8.0.1

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-api 2.0.1 (2022-04-11)

Bug Fixes

  • api sets auth dependency correctly in meta files (#10072) (42edc57)

amplify-category-auth 2.7.9 (2022-04-11)

Bug Fixes

amplify-category-geo 2.5.0 (2022-04-11)

Features

amplify-e2e-core 3.1.0 (2022-04-11)

Bug Fixes

Features

amplify-e2e-tests 3.8.0 (2022-04-11)

Bug Fixes

Features

amplify-frontend-android 3.4.0 (2022-04-11)

Features

amplify-frontend-ios 3.4.0 (2022-04-11)

Features

amplify-frontend-javascript 3.4.0 (2022-04-11)

Features

amplify-provider-awscloudformation 6.1.0 (2022-04-11)

Bug Fixes

Features

amplify-cli - 8.0.0

Published by aws-amplify-ops over 2 years ago

Change Log

  • npm install -g @aws-amplify/cli now downloads a binary executable instead of traversing npm for all dependencies.

Benefits:

  • pkg cli decreases installation time by 92.63% from 216.81s to 15.974s.
  • pkg cli enjoys a 32.9% runtime performance benefit for example on the amplify --version command, from 1.608s to 1.079s.
  • pkg cli decreases storage use on client machines by 35.71% from 924M to 594M.
  • pkg cli guarantees parity across all users for a specific version regardless of consumption mechanism (npm vs raw pkg cli download)
  • pkg cli guarantees dependencies are tested, preventing supply chain attacks a la ua-parser-js and colors.

amplify-category-analytics 4.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-category-api 2.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-category-function 4.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-category-interactions 4.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-category-predictions 4.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-cli 8.0.0 (2022-04-07)

Bug Fixes

Features

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-cli-npm 8.0.0 (2022-04-07)

chore

  • prevent cold start by warming binary immediately after installation (#10139) (d7c6ba6)

Continuous Integration

BREAKING CHANGES

  • to make sure lerna does the right thing
  • needed to make lerna behave

Co-authored-by: John Corser [email protected]

amplify-e2e-core 3.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-e2e-tests 3.7.17 (2022-04-07)

Bug Fixes

  • graphql: avoid duplicate function when overriding resolvers (#9980) (94398f8)

amplify-graphql-index-transformer 0.11.4 (2022-04-07)

Bug Fixes

  • graphql: avoid duplicate function when overriding resolvers (#9980) (94398f8)

amplify-graphql-searchable-transformer 0.13.6 (2022-04-07)

Bug Fixes

  • graphql: correct searchable instance types (#9973) (dfcfa52)

amplify-graphql-transformer-core 0.16.4 (2022-04-07)

Bug Fixes

  • graphql: avoid duplicate function when overriding resolvers (#9980) (94398f8)

amplify-prompts 2.0.0 (2022-04-07)

Bug Fixes

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

amplify-provider-awscloudformation 6.0.0 (2022-04-07)

Bug Fixes

Features

BREAKING CHANGES

  • package name update requires version bump in order to keep in sync with lerna.

graphql-elasticsearch-transformer 5.2.29 (2022-04-07)

Bug Fixes

  • graphql: correct searchable instance types (#9973) (dfcfa52)
amplify-cli - 7.6.26

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-auth 2.7.7 (2022-03-23)

Bug Fixes

Reverts

  • Revert "fix: build resource when adding new env (#10003)" (#10037) (37253b2), closes #10003 #10037

amplify-cli 7.6.26 (2022-03-23)

Bug Fixes

  • make amplify prompts dependency explicit, lint errors (#10007) (66cdc06)

amplify-cli-core 2.5.0 (2022-03-23)

Bug Fixes

  • make amplify prompts dependency explicit, lint errors (#10007) (66cdc06)

Features

  • amplify-cli-core: Allow cloudformation functions (e.g. Fn::Sub, Fn::Join) in custom-policies.json resources (#9076) (6357706)

amplify-e2e-core 2.6.16 (2022-03-23)

Bug Fixes

Reverts

  • Revert "fix: build resource when adding new env (#10003)" (#10037) (37253b2), closes #10003 #10037

amplify-e2e-tests 3.7.16 (2022-03-23)

Bug Fixes

Reverts

  • Revert "fix: build resource when adding new env (#10003)" (#10037) (37253b2), closes #10003 #10037

amplify-graphql-index-transformer 0.11.3 (2022-03-23)

Bug Fixes

  • graphql: avoid static datastructures in gql transform (#10006) (cd73fdd)

amplify-graphql-maps-to-transformer 1.1.10 (2022-03-23)

Bug Fixes

  • graphql: include sort key(s) in many to many directive relation model (#9580) (93ebf35)

amplify-graphql-model-transformer 0.13.3 (2022-03-23)

Bug Fixes

  • graphql: avoid static datastructures in gql transform (#10006) (cd73fdd)

amplify-graphql-relational-transformer 0.7.10 (2022-03-23)

Bug Fixes

  • graphql: avoid static datastructures in gql transform (#10006) (cd73fdd)
  • graphql: include sort key(s) in many to many directive relation model (#9580) (93ebf35)

amplify-graphql-transformer-core 0.16.3 (2022-03-23)

Bug Fixes

  • graphql: avoid static datastructures in gql transform (#10006) (cd73fdd)

amplify-provider-awscloudformation 5.9.12 (2022-03-23)

Bug Fixes

Reverts

  • Revert "fix: build resource when adding new env (#10003)" (#10037) (37253b2), closes #10003 #10037

graphql-transformers-e2e-tests 7.4.11 (2022-03-23)

Bug Fixes

  • graphql: include sort key(s) in many to many directive relation model (#9580) (93ebf35)
amplify-cli - 7.6.25

Published by aws-amplify-ops over 2 years ago

Change Log

amplify-category-auth 2.7.6 (2022-03-17)

Bug Fixes

  • error message when auth is already imported (#9865) (15f5e55)

amplify-cli 7.6.25 (2022-03-17)

Bug Fixes

  • amplify-category-auth: expand @auth directive to explicit set of allowed operations (#9859) (e44ed18)

amplify-e2e-tests 3.7.15 (2022-03-17)

Bug Fixes

  • allow init with auth role name overrides (ref #9643) (#9688) (dbf9cf5)
  • amplify-category-auth: expand @auth directive to explicit set of allowed operations (#9859) (e44ed18)

amplify-graphql-auth-transformer 0.7.9 (2022-03-17)

Bug Fixes

  • amplify-category-auth: expand @auth directive to explicit set of allowed operations (#9859) (e44ed18)

amplify-graphql-relational-transformer 0.7.9 (2022-03-17)

Bug Fixes

  • amplify-category-auth: expand @auth directive to explicit set of allowed operations (#9859) (e44ed18)

amplify-migration-tests 4.4.26 (2022-03-17)

Bug Fixes

amplify-provider-awscloudformation 5.9.11 (2022-03-17)

Bug Fixes

  • allow init with auth role name overrides (ref #9643) (#9688) (dbf9cf5)
  • use lib paths instead of src to reference submodule imports across data-cli split (#9984) (7130212)

amplify-util-mock 4.3.11 (2022-03-17)

Bug Fixes

  • amplify-category-auth: expand @auth directive to explicit set of allowed operations (#9859) (e44ed18)

graphql-elasticsearch-transformer 5.2.27 (2022-03-17)

Bug Fixes

  • use lib paths instead of src to reference submodule imports across data-cli split (#9984) (7130212)

graphql-transformer-core 7.4.10 (2022-03-17)

Bug Fixes

  • remove undeclared reference on a type from amplify-provider-awscloudformation from test (#9979) (96dd9cc)
Package Rankings
Top 1.1% on Npmjs.org
Top 4.06% on Proxy.golang.org
Top 22.64% on Repo1.maven.org
Badges
Extracted from project README
Open Bugs Feature Requests Closed Issues
Related Projects