Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
amplify-data-ci committed Nov 15, 2023
1 parent 3fe9645 commit 857bf78
Show file tree
Hide file tree
Showing 80 changed files with 679 additions and 284 deletions.
22 changes: 22 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.8.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-11-15)

### Bug Fixes

- **api:** make id optional if not a string type ([48ecac0](https://github.com/aws-amplify/amplify-category-api/commit/48ecac0989097106a531ebb898abbda7a0f1745c))
- Change 'rds' to 'sql' in public-facing symbols ([#2069](https://github.com/aws-amplify/amplify-category-api/issues/2069)) ([ff374dd](https://github.com/aws-amplify/amplify-category-api/commit/ff374dd8398d3f1138a31669b1a5962122039437))

### Features

- add graphqlSchemaFromRDSSchema for unauth schema import ([#2004](https://github.com/aws-amplify/amplify-category-api/issues/2004)) ([4d79599](https://github.com/aws-amplify/amplify-category-api/commit/4d79599855b86b5ef8040519f39039d619a34d9a))
- add managed table support in API construct ([#2024](https://github.com/aws-amplify/amplify-category-api/issues/2024)) ([96a0d94](https://github.com/aws-amplify/amplify-category-api/commit/96a0d94fa872a5329da120f53be139833449b815)), closes [#1849](https://github.com/aws-amplify/amplify-category-api/issues/1849) [#1903](https://github.com/aws-amplify/amplify-category-api/issues/1903) [#1940](https://github.com/aws-amplify/amplify-category-api/issues/1940) [#1971](https://github.com/aws-amplify/amplify-category-api/issues/1971) [#1973](https://github.com/aws-amplify/amplify-category-api/issues/1973)
- add postgres engine and update types as needed ([#1979](https://github.com/aws-amplify/amplify-category-api/issues/1979)) ([5257d53](https://github.com/aws-amplify/amplify-category-api/commit/5257d53f1d4d02be71b34ddf6757f22dd5d74aff))
- add postgres support to graphqlSchemaFromRDSSchema ([#2015](https://github.com/aws-amplify/amplify-category-api/issues/2015)) ([6a2c5f0](https://github.com/aws-amplify/amplify-category-api/commit/6a2c5f00d72ff10ebf011b763348158a353deb31))
- Add SQL database support to AmplifyGraphqlApi construct ([#1986](https://github.com/aws-amplify/amplify-category-api/issues/1986)) ([2ff63a5](https://github.com/aws-amplify/amplify-category-api/commit/2ff63a540387d96cf10d8ae1975858a76d9ba045)), closes [#1917](https://github.com/aws-amplify/amplify-category-api/issues/1917) [#1983](https://github.com/aws-amplify/amplify-category-api/issues/1983)
- **api:** add vpc endpoints for ssm ([5a4ffc4](https://github.com/aws-amplify/amplify-category-api/commit/5a4ffc4c1889536c8e1fdd1f31fe28ca4326100f))
- **api:** custom queries support using sql directive ([5214037](https://github.com/aws-amplify/amplify-category-api/commit/52140374ca974956c5d5eac09fec91a51cfc9027))
- **api:** postgres import workflow ([a87203f](https://github.com/aws-amplify/amplify-category-api/commit/a87203f5e7b0a279f6c916069b648f973089e074))
- **api:** prompt changes to add postgres support ([9e4c41c](https://github.com/aws-amplify/amplify-category-api/commit/9e4c41c28b286e15a574eff9867f1f910a6f9ed3))
- **api:** refactor auth transformer to use vtl generator factory pattern ([e965d24](https://github.com/aws-amplify/amplify-category-api/commit/e965d24731fc1e2300ef0e16b61af6b39afb0cad))
- Support RDS Proxy schema imports ([#1917](https://github.com/aws-amplify/amplify-category-api/issues/1917)) ([55bb698](https://github.com/aws-amplify/amplify-category-api/commit/55bb698f319d3abb63ad0a8260f731e57c0d0fa9))
- transformer behavior of replacing table upon gsi updates ([#2067](https://github.com/aws-amplify/amplify-category-api/issues/2067)) ([c4b7530](https://github.com/aws-amplify/amplify-category-api/commit/c4b7530e0880b34d411fc2732fa199e4a28bcea1))

## [5.7.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-11-02)

**Note:** Version bump only for package @aws-amplify/amplify-category-api
Expand Down
42 changes: 21 additions & 21 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-api",
"version": "5.7.8",
"version": "5.8.0",
"description": "Amplify CLI API Category Plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,35 +29,35 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-auth-transformer": "3.1.10",
"@aws-amplify/graphql-schema-generator": "0.4.9",
"@aws-amplify/graphql-transformer": "1.2.6",
"@aws-amplify/graphql-transformer-core": "2.2.4",
"@aws-amplify/graphql-transformer-interfaces": "3.2.2",
"@aws-amplify/graphql-transformer-migrator": "2.2.8",
"@aws-amplify/graphql-auth-transformer": "3.2.0",
"@aws-amplify/graphql-schema-generator": "0.5.0",
"@aws-amplify/graphql-transformer": "1.3.0",
"@aws-amplify/graphql-transformer-core": "2.3.0",
"@aws-amplify/graphql-transformer-interfaces": "3.3.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.9",
"@aws-cdk/aws-apigatewayv2-alpha": "~2.80.0-alpha.0",
"@aws-sdk/client-ec2": "3.338.0",
"@aws-sdk/client-iam": "3.338.0",
"@aws-sdk/client-lambda": "3.338.0",
"@aws-sdk/client-ec2": "3.338.0",
"@graphql-tools/merge": "^6.0.18",
"@octokit/rest": "^18.0.9",
"aws-sdk": "^2.1113.0",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"fs-extra": "^8.1.0",
"graphql": "^15.5.0",
"graphql-auth-transformer": "7.2.67",
"graphql-connection-transformer": "5.2.66",
"graphql-dynamodb-transformer": "7.2.66",
"graphql-elasticsearch-transformer": "5.2.67",
"graphql-function-transformer": "3.3.57",
"graphql-http-transformer": "5.2.66",
"graphql-key-transformer": "3.2.66",
"graphql-predictions-transformer": "3.2.66",
"graphql-relational-schema-transformer": "2.21.22",
"graphql-transformer-common": "4.25.1",
"graphql-transformer-core": "8.1.13",
"graphql-versioned-transformer": "5.2.66",
"graphql-auth-transformer": "7.2.68",
"graphql-connection-transformer": "5.2.67",
"graphql-dynamodb-transformer": "7.2.67",
"graphql-elasticsearch-transformer": "5.2.68",
"graphql-function-transformer": "3.3.58",
"graphql-http-transformer": "5.2.67",
"graphql-key-transformer": "3.2.67",
"graphql-predictions-transformer": "3.2.67",
"graphql-relational-schema-transformer": "2.21.23",
"graphql-transformer-common": "4.26.0",
"graphql-transformer-core": "8.2.0",
"graphql-versioned-transformer": "5.2.67",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"inquirer": "^7.3.3",
Expand All @@ -79,7 +79,7 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.7",
"@aws-amplify/graphql-transformer-test-utils": "0.3.0",
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.12.6",
"amplify-util-headless-input": "^1.9.15",
Expand Down
14 changes: 14 additions & 0 deletions packages/amplify-data-construct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2023-11-15)

### Bug Fixes

- fix api extract ([1f5aa54](https://github.com/aws-amplify/amplify-category-api/commit/1f5aa542150d62df0bd71df7c4586df44cfc3349))

### Features

- sql lambda provisioned concurrency ([#2055](https://github.com/aws-amplify/amplify-category-api/issues/2055)) ([d8c5bf0](https://github.com/aws-amplify/amplify-category-api/commit/d8c5bf0b7df3cdd1ad499380d24fe49a61acbc7e))
34 changes: 17 additions & 17 deletions packages/amplify-data-construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/data-construct",
"version": "1.3.0",
"version": "1.4.0",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,23 +72,23 @@
"universalify"
],
"dependencies": {
"@aws-amplify/graphql-api-construct": "1.3.0",
"@aws-amplify/backend-output-schemas": "^0.2.1",
"@aws-amplify/backend-output-storage": "^0.2.0",
"@aws-amplify/graphql-auth-transformer": "3.1.10",
"@aws-amplify/graphql-default-value-transformer": "2.1.8",
"@aws-amplify/graphql-function-transformer": "2.1.7",
"@aws-amplify/graphql-http-transformer": "2.1.7",
"@aws-amplify/graphql-index-transformer": "2.1.8",
"@aws-amplify/graphql-maps-to-transformer": "3.2.5",
"@aws-amplify/graphql-model-transformer": "2.2.4",
"@aws-amplify/graphql-predictions-transformer": "2.1.7",
"@aws-amplify/graphql-relational-transformer": "2.1.8",
"@aws-amplify/graphql-searchable-transformer": "2.2.4",
"@aws-amplify/graphql-sql-transformer": "0.0.1",
"@aws-amplify/graphql-transformer": "1.2.6",
"@aws-amplify/graphql-transformer-core": "2.2.4",
"@aws-amplify/graphql-transformer-interfaces": "3.2.2",
"@aws-amplify/graphql-api-construct": "1.4.0",
"@aws-amplify/graphql-auth-transformer": "3.2.0",
"@aws-amplify/graphql-default-value-transformer": "2.1.9",
"@aws-amplify/graphql-function-transformer": "2.1.8",
"@aws-amplify/graphql-http-transformer": "2.1.8",
"@aws-amplify/graphql-index-transformer": "2.2.0",
"@aws-amplify/graphql-maps-to-transformer": "3.3.0",
"@aws-amplify/graphql-model-transformer": "2.3.0",
"@aws-amplify/graphql-predictions-transformer": "2.1.8",
"@aws-amplify/graphql-relational-transformer": "2.2.0",
"@aws-amplify/graphql-searchable-transformer": "2.3.0",
"@aws-amplify/graphql-sql-transformer": "0.1.0",
"@aws-amplify/graphql-transformer": "1.3.0",
"@aws-amplify/graphql-transformer-core": "2.3.0",
"@aws-amplify/graphql-transformer-interfaces": "3.3.0",
"@aws-amplify/platform-core": "^0.1.3",
"@aws-amplify/plugin-types": "^0.3.0",
"charenc": "^0.0.2",
Expand All @@ -97,7 +97,7 @@
"graceful-fs": "^4.2.11",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1",
"graphql-transformer-common": "4.26.0",
"hjson": "^3.2.2",
"immer": "^9.0.12",
"is-buffer": "^2.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.4.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-11-15)

### Bug Fixes

- preserve null value from mysql and pg schemas ([#2049](https://github.com/aws-amplify/amplify-category-api/issues/2049)) ([d96176e](https://github.com/aws-amplify/amplify-category-api/commit/d96176e9a94b25f6c169c38a79c7135645a8eab7))

### Features

- **api:** prompt changes to add postgres support ([9e4c41c](https://github.com/aws-amplify/amplify-category-api/commit/9e4c41c28b286e15a574eff9867f1f910a6f9ed3))

## [4.3.3](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-11-02)

**Note:** Version bump only for package amplify-category-api-e2e-core
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-e2e-core",
"version": "4.3.3",
"version": "4.4.0",
"description": "Core testing library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,21 +32,21 @@
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.13",
"graphql-transformer-core": "8.2.0",
"ini": "^3.0.1",
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
"lodash": "^4.17.21",
"mysql2": "~2.3.3",
"node-fetch": "^2.6.7",
"node-pty": "beta",
"pg": "~8.11.3",
"retimer": "2.0.0",
"rimraf": "^3.0.0",
"semver": "^7.5.2",
"strip-ansi": "^6.0.0",
"throat": "^5.0.0",
"uuid": "^8.3.2",
"mysql2": "~2.3.3",
"pg": "~8.11.3"
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/ini": "^1.3.31"
Expand Down
19 changes: 19 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.18.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-11-15)

### Bug Fixes

- **api:** make id optional if not a string type ([48ecac0](https://github.com/aws-amplify/amplify-category-api/commit/48ecac0989097106a531ebb898abbda7a0f1745c))
- Change 'rds' to 'sql' in public-facing symbols ([#2069](https://github.com/aws-amplify/amplify-category-api/issues/2069)) ([ff374dd](https://github.com/aws-amplify/amplify-category-api/commit/ff374dd8398d3f1138a31669b1a5962122039437))
- preserve null value from mysql and pg schemas ([#2049](https://github.com/aws-amplify/amplify-category-api/issues/2049)) ([d96176e](https://github.com/aws-amplify/amplify-category-api/commit/d96176e9a94b25f6c169c38a79c7135645a8eab7))
- relational auth cases; preserve auth rule schema edits, added multi-auth e2e tests ([#1965](https://github.com/aws-amplify/amplify-category-api/issues/1965)) ([df085b2](https://github.com/aws-amplify/amplify-category-api/commit/df085b2bf75dded743809b59386272070fc92251))

### Features

- add refersTo directive transformer for model renaming ([#1830](https://github.com/aws-amplify/amplify-category-api/issues/1830)) ([afbd6f2](https://github.com/aws-amplify/amplify-category-api/commit/afbd6f282bc411313ce098a53a87bb8c6481aa48))
- **api:** add enum support for postgres import ([2e63cec](https://github.com/aws-amplify/amplify-category-api/commit/2e63cecf1f04ec39b644f0ee0842ee79a4b4c149))
- **api:** custom queries support using sql directive ([5214037](https://github.com/aws-amplify/amplify-category-api/commit/52140374ca974956c5d5eac09fec91a51cfc9027))
- **api:** specify include or exclude tables option to generate schema ([1fa52a1](https://github.com/aws-amplify/amplify-category-api/commit/1fa52a1f0c0d7bf82caebc94241774ac3b5c8aa1))
- infer and preserve field mappings in schema ([4f8e7f4](https://github.com/aws-amplify/amplify-category-api/commit/4f8e7f43e6ba3e64702baffe60b8b4870d37ffb6))
- infer refersTo for models in the import flow and preserve edits during schema regeneration ([#1845](https://github.com/aws-amplify/amplify-category-api/issues/1845)) ([2631c02](https://github.com/aws-amplify/amplify-category-api/commit/2631c027395a35d9841669f2aa034af93cbeb9fc))
- refersTo supports field name mappings on RDS models ([#1865](https://github.com/aws-amplify/amplify-category-api/issues/1865)) ([ee60011](https://github.com/aws-amplify/amplify-category-api/commit/ee60011f5c41d0442e1096dd16d80e94b900745a))

## [3.17.6](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-11-02)

**Note:** Version bump only for package amplify-category-api-e2e-tests
Expand Down
14 changes: 7 additions & 7 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-e2e-tests",
"version": "3.17.6",
"version": "3.18.0",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@aws-amplify/amplify-app": "^5.0.21",
"@aws-amplify/graphql-transformer-core": "2.2.4",
"amplify-category-api-e2e-core": "4.3.3",
"@aws-amplify/graphql-transformer-core": "2.3.0",
"amplify-category-api-e2e-core": "4.4.0",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
Expand All @@ -38,14 +38,14 @@
"generate-password": "~1.7.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.1.13",
"graphql-transformer-common": "4.25.1",
"graphql-transformer-common": "4.26.0",
"graphql-transformer-core": "8.2.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"pluralize": "^8.0.0",
"uuid": "^8.3.2",
"ws": "^7.5.7",
"yargs": "^15.1.0",
"pluralize": "^8.0.0"
"yargs": "^15.1.0"
},
"peerDependencies": {
"@aws-amplify/amplify-cli-core": "^4.2.10"
Expand Down
14 changes: 14 additions & 0 deletions packages/amplify-graphql-api-construct-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@[email protected]) (2023-11-15)

### Bug Fixes

- address managed table QA feedbacks ([#2059](https://github.com/aws-amplify/amplify-category-api/issues/2059)) ([82a5cd6](https://github.com/aws-amplify/amplify-category-api/commit/82a5cd677fdf183e81590d120a8f494a2ff611ec))
- Change 'rds' to 'sql' in public-facing symbols ([#2069](https://github.com/aws-amplify/amplify-category-api/issues/2069)) ([ff374dd](https://github.com/aws-amplify/amplify-category-api/commit/ff374dd8398d3f1138a31669b1a5962122039437))
- test uses new strategy shape ([84a7afb](https://github.com/aws-amplify/amplify-category-api/commit/84a7afbd5be72ee8f21c308f08e1898101ae9d38))

### Features

- add managed table support in API construct ([#2024](https://github.com/aws-amplify/amplify-category-api/issues/2024)) ([96a0d94](https://github.com/aws-amplify/amplify-category-api/commit/96a0d94fa872a5329da120f53be139833449b815)), closes [#1849](https://github.com/aws-amplify/amplify-category-api/issues/1849) [#1903](https://github.com/aws-amplify/amplify-category-api/issues/1903) [#1940](https://github.com/aws-amplify/amplify-category-api/issues/1940) [#1971](https://github.com/aws-amplify/amplify-category-api/issues/1971) [#1973](https://github.com/aws-amplify/amplify-category-api/issues/1973)
- sql lambda provisioned concurrency ([#2055](https://github.com/aws-amplify/amplify-category-api/issues/2055)) ([d8c5bf0](https://github.com/aws-amplify/amplify-category-api/commit/d8c5bf0b7df3cdd1ad499380d24fe49a61acbc7e))
- transformer behavior of replacing table upon gsi updates ([#2067](https://github.com/aws-amplify/amplify-category-api/issues/2067)) ([c4b7530](https://github.com/aws-amplify/amplify-category-api/commit/c4b7530e0880b34d411fc2732fa199e4a28bcea1))

## [1.0.6](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@[email protected]) (2023-11-02)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-graphql-api-construct-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-graphql-api-construct-tests",
"version": "1.0.6",
"version": "1.1.0",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -21,12 +21,12 @@
"build-tests": "tsc --build tsconfig.tests.json"
},
"dependencies": {
"@aws-amplify/graphql-api-construct": "1.3.0",
"@faker-js/faker": "^8.2.0",
"@aws-amplify/graphql-api-construct": "1.4.0",
"@aws-cdk/aws-cognito-identitypool-alpha": "2.80.0-alpha.0",
"@aws-sdk/client-lambda": "3.338.0",
"@aws-sdk/client-rds": "3.338.0",
"amplify-category-api-e2e-core": "4.3.3",
"@faker-js/faker": "^8.2.0",
"amplify-category-api-e2e-core": "4.4.0",
"fs-extra": "^8.1.0",
"generate-password": "~1.7.0",
"node-fetch": "^2.6.7"
Expand All @@ -36,9 +36,9 @@
},
"devDependencies": {
"@types/node": "^16.11.56",
"ts-node": "^8.10.2",
"aws-cdk-lib": "2.80.0",
"constructs": "10.0.5",
"aws-cdk-lib": "2.80.0"
"ts-node": "^8.10.2"
},
"jest": {
"verbose": false,
Expand Down
Loading

0 comments on commit 857bf78

Please sign in to comment.