Skip to content

Releases: aws-amplify/amplify-codegen

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

2.26.13 (2021-11-08)

09 Nov 03:11
Compare
Choose a tag to compare

#288: fix(graphql): allow aws_lambda directive

2.26.12 (2021-11-06)

07 Nov 06:01
Compare
Choose a tag to compare

#286 : Retain v2 indexes in codegen

v2.26.11 (2021-11-06)

06 Nov 21:58
Compare
Choose a tag to compare
  • #284 : Ensure @hasOne without fields generates the connected field in the parent object similar to hasOne with fields to create the same developer experience
  • #281 : Reverts changes from #276

v2.26.10 (2021-11-03)

03 Nov 21:31
Compare
Choose a tag to compare

This release includes several bug fixes to support v2 CLI transformer changes:

  • #276 : Fix v2 has one process connection directive
  • #275: Fix Many to Many connection for v2 directives
  • #274: Fix for GraphQL aggregateItems datatype change
  • #267: The belongsTo directive in the V2 transformer was not correctly finding connected fields. Related fix.