Releases: aws-amplify/amplify-codegen
v4.1.4 (2023-07-17)
What's Changed
- chore: improve docs on iterative builds while developing by @alharris-at in #603
- Update CODEOWNERS to require admin approval on api surface area change by @alharris-at in #604
- Fix add codegen from a non-amplify application by @phani-srikar in #607
- Release Amplify Codegen 4.1.2 by @AaronZyLee in #608
- chore: add unit test coverage thresholds by @alharris-at in #609
- build(deps): bump semver from 7.5.1 to 7.5.2 by @dependabot in #611
- feat: Add ModelIdentifier for all Java models by @tylerjroach in #612
- Release codegen by @dpilch in #613
- feat: add codebuild PR, Release workflows and scripts by @phani-srikar in #614
- build(deps): bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #615
- Split E2E tests into batches by @phani-srikar in #618
- chore: try using dist tag for version bump by @alharris-at in #624
- chore: add cleanup resources script for codebuild by @AaronZyLee in #622
- chore: dependabot updates by @alharris-at in #616
- feat: support e2e workflow on codebuild by @phani-srikar in #625
- fix: support key directive in model introspection schema gen by @alharris-at in #628
- chore: add scripts for ios-modelgen e2e test by @phani-srikar in #629
- Release Codegen Utility by @alharris-at in #632
New Contributors
- @tylerjroach made their first contribution in #612
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.4
v4.1.3 (2023-06-29)
Features
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.3
v4.1.2 (2023-06-19)
What's Changed
- chore: improve docs on iterative builds while developing by @alharris-at in #603
- Update CODEOWNERS to require admin approval on api surface area change by @alharris-at in #604
- Fix add codegen from a non-amplify application by @phani-srikar in #607
- Release Amplify Codegen 4.1.2 by @AaronZyLee in #608
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.2
v4.1.1 (2023-05-26)
What's Changed
- build(deps): bump vm2 from 3.9.17 to 3.9.19 by @dependabot in #596
- fix: add default for no gql config case by @phani-srikar in #600
- Release by @alharris-at in #601
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.1
v4.0.1 (2023-05-11)
What's Changed
- chore: retain the major version 4 for codegen by @AaronZyLee in #591
- Release Amplify Codegen at major version 4 by @AaronZyLee in #592
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.0.1
v3.4.4 (2023-05-09)
What's Changed
- feat: add __typename to selection set by @dpilch in #575
- fix(codegen): generate default name for index directive by @sundersc in #584
- Full refactor of GraphQL documents generator package to be browser compatible and Amplify CLI agnostic by @phani-srikar in #585
- feat: major version bump by @sundersc in #587
- chore: trigger codegen release by @sundersc in #588
- CI: Add API extractor and Cloud e2e setup by @phani-srikar in #586
- Dart codegen optimizations by @HuiSF in #576
- fix: codegen downgrade to version 3 by @AaronZyLee in #589
- Release Amplify Codegen 3.4.4 by @AaronZyLee in #590
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.4
v3.4.3 (2023-04-25)
What's Changed
- build(deps): bump vm2 from 3.9.15 to 3.9.16 by @dependabot in #572
- Refactor the
getPrimaryKeyComponentFields
method by @phani-srikar in #573 - build(deps): bump vm2 from 3.9.16 to 3.9.17 by @dependabot in #577
- chore: fix setup dev script & DB alert by @AaronZyLee in #581
- Release Codegen Utility by @alharris-at in #580
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.3
v3.4.2 (2023-04-12)
What's Changed
- Support for NodeJS v18 by @phani-srikar in #567
- build(deps): bump vm2 from 3.9.14 to 3.9.15 by @dependabot in #569
- fix(introspection): primary key info when pk is belongsTo field by @AaronZyLee in #570
- Release Amplify Codegen 3.4.2 by @AaronZyLee in #571
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.2
Amplify Codegen 3.4.1
What's Changed
- chore: bump cli versions by @sobolk in #559
- chore: adding instructions for adding yarn global bin to path by @alharris-at in #560
- chore: prepend @aws-amplify to amplify-cli-core by @evcodes in #563
- chore(codegen): trigger release pipeline by @sundersc in #564
New Contributors
- @evcodes made their first contribution in #563
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.1
v3.4.0 2023-03-10
What's Changed
- feat(amplify-codegen): iOS LazyReference and ModelPath by @lawmicha in #504
- ci: add build e2e test for swift by @dpilch in #520
- ci: add build e2e test for Android by @dpilch in #526
- ci: fix set npm prefix condition by @dpilch in #536
- chore: update yarn.lock and add graphql resolution by @AaronZyLee in #540
- fix(e2e): feature flag test by @AaronZyLee in #545
- Release Amplify Codegen by @AaronZyLee in #546
- fix: E2e testing by @AaronZyLee in #550
- fix: e2e testing by @AaronZyLee in #554
- Release - v3.3.7 by @marcvberg in #555
- fix(ci): rm suffix of os in cache by @AaronZyLee in #557
- Release fix - cache misses by @marcvberg in #558
Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.0