Skip to content

Releases: aws-amplify/amplify-codegen

📌 v2.26.23 (2022-01-10)

12 Jan 21:28
Compare
Choose a tag to compare

This version is pinned in @aws-amplify/[email protected]

Fixed several bugs regarding GraphQL Transfomer V2

E2E tests

Bug Fixes

  • remove early removal of field from model in the case of connection (3de34f4)
  • remove unused import per LGTM check (7b4a24d)
  • appsync-modelgen-plugin: associatedWith correctly points to model field rather than ID in bi-directional relations (a39b61d)
  • appsync-modelgen-plugin: revert #326 (d36323d)
  • appsync-modelgen-plugin: turn on the shouldUseModelNameFieldInHasManyAndBelongsTo flag for Android (6cf1ebb)
  • change the if statement (0b0b075)
  • partially rolling back commit 310 for flutter, swift, and java platforms (#319) (6c2f0c8)
  • set associatedWith to correct field with hasOne/hasMany and belongsTo (289e38b)

v2.26.22 (2022-01-05)

05 Jan 18:45
Compare
Choose a tag to compare

Revert change to add comments to generated files - due to studio impact.

v2.26.21 (2022-01-04)

05 Jan 07:41
Compare
Choose a tag to compare

Reverting #325 due to impact to studio service.

v2.26.20 (2022-01-04)

04 Jan 22:23
Compare
Choose a tag to compare
  • Updated dependencies on graphql codegen.
  • Added version metadata to header comments for generated files.

2.26.19 (2021-12-14)

15 Dec 01:43
Compare
Choose a tag to compare

Bug Fixes

appsync-modelgen-plugin: revert not removing the additional fields in join for many-to-many (6bf2156)

v2.26.18 (2021-11-29)

30 Nov 01:45
Compare
Choose a tag to compare

Bug Fix

  • appsync-modelgen-plugin: include queryField when mapping index to key (#313)

v2.26.17 (2021-11-20)

20 Nov 20:39
Compare
Choose a tag to compare

Bug fix

  • appsync-modelgen-plugin: belongsTo field name fix (28663ef)

v2.26.16 (2021-11-17)

17 Nov 18:26
Compare
Choose a tag to compare

Bug Fixes

  • e2e: api add walkthrough question (#305) (d1e4fe3)
  • amplify-codegen: fix name for many to many join table fields (#303) (a9ea050)

Dependencies version updates

  • repo dev dependencies of cli components (#304) (e4a7456)

2.26.15 (2021-11-12)

12 Nov 22:29
Compare
Choose a tag to compare

fix(amplify-codegen-e2e-core): API walkthrough changes #299

2.26.14 (2021-11-09)

09 Nov 19:06
Compare
Choose a tag to compare

fix: filter related model fields by type when resolving connection #290