Skip to content

Releases: aws-amplify/amplify-codegen

v3.0.2 (2022-07-19)

27 Jul 18:30
Compare
Choose a tag to compare
v3.0.2 (2022-07-19) Pre-release
Pre-release

Features

  • appsync-modelgen-plugin: Added custom primary key support for Datastore modelgen. Current feature is switched off for both new and old projects.

Bug Fixes

  • e2e: api add walkthrough question (#305) (d1e4fe3)
  • e2e: use cli internal for e2e (#444) (2d4e993)
  • ops: repo dev dependencies of cli components (#304) (e4a7456)
  • e2e: updating occurrences of amplify publish in e2e-core as well (d9e221d)
  • appsync-dart-visitor: generate correct model id filed name (#429) (59f049d)

v3.0.1 (2022-07-05)

11 Jul 17:22
Compare
Choose a tag to compare

Bug Fixes

  • appsync-dart-visitor: generate correct model id filed name (#429) (59f049d)

v3.0.0 (2022-04-25)

25 Apr 19:19
Compare
Choose a tag to compare

Bug Fixes

  • appsync-dart-visitor: update ignored linter rules (#404) (7d2fdaf)
  • modelgen-java: inconsistence of required fields between builder and copy (#416) (c434a69)

Features

  • appsync-modelgen-plugin: add sort key field in manyToMany models (#401) (5716d10)

BREAKING CHANGES

  • mv bump associated with revert to caret-versioning in CLI (#412) (8f00f73)

📌 v2.28.1 (2022-02-24)

24 Feb 19:05
Compare
Choose a tag to compare

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

Features

  • modelgen: add null type union to optional fields (48b10f1)

📌 v2.28.0 (2022-02-03)

03 Feb 22:07
Compare
Choose a tag to compare

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

Features

  • update imports generated for flutter datastore plugin dependency (#382) (#388) (329e513), closes #380

📌 v2.27.3 (2022-01-13)

13 Jan 21:26
Compare
Choose a tag to compare

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

Bug Fixes

v2.27.2 (2022-01-13)

13 Jan 19:12
Compare
Choose a tag to compare
v2.27.2 (2022-01-13) Pre-release
Pre-release

Bug Fixes

  • amplify-codegen: remove amplify-prompts and use console log (#373) (6255b8b)

v2.27.1 (2022-01-12)

13 Jan 19:10
Compare
Choose a tag to compare
v2.27.1 (2022-01-12) Pre-release
Pre-release

Bug Fixes

  • modelgen-js: rm readonly fields check for type metadata (#367) (4750358)

v2.27.0 (2022-01-12)

12 Jan 21:36
Compare
Choose a tag to compare
v2.27.0 (2022-01-12) Pre-release
Pre-release

Features

Bug Fixes

  • appsync-dart-visitor: applying nullsafe operation to non-null safe code (#332) (#364) (1526d1e)
  • modelgen: remove timestamps if defined null in @model (#355) (ee90c2c)
  • modelgen: unit test for custom pk in manyToMany (#361) (718c512)

📌 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)