Releases: aws-amplify/amplify-codegen
Releases · aws-amplify/amplify-codegen
📌 v2.26.23 (2022-01-10)
This version is pinned in @aws-amplify/[email protected]
Fixed several bugs regarding GraphQL Transfomer V2
E2E tests
- updating occurrences of amplify publish in e2e-core as well (d9e221d)
- update expected messages per change to CLI aws-amplify/amplify-cli#8573 (7f4bf48)
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)
Revert change to add comments to generated files - due to studio impact.
v2.26.21 (2022-01-04)
Reverting #325 due to impact to studio service.
v2.26.20 (2022-01-04)
- Updated dependencies on graphql codegen.
- Added version metadata to header comments for generated files.
2.26.19 (2021-12-14)
Bug Fixes
appsync-modelgen-plugin: revert not removing the additional fields in join for many-to-many (6bf2156)
v2.26.18 (2021-11-29)
Bug Fix
- appsync-modelgen-plugin: include queryField when mapping index to key (#313)
v2.26.17 (2021-11-20)
Bug fix
- appsync-modelgen-plugin: belongsTo field name fix (28663ef)
v2.26.16 (2021-11-17)
2.26.15 (2021-11-12)
fix(amplify-codegen-e2e-core): API walkthrough changes #299
2.26.14 (2021-11-09)
fix: filter related model fields by type when resolving connection #290