Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v5.5.0
What’s Changed
- Iiea 10932 site targets (#6) (#472) @lakshmisunid
- Fix failing kotlin v2 tests. (#480) @srinivasankavitha
- Add tests to verify only required types are generated with include qu… (#470) @srinivasankavitha
v5.4.0
What’s Changed
- Scan specified JARs for schema and generate code, if schema is available (#468) @srinivasankavitha
- make
kotlinAllFieldsOptional
not affect generated input types, only output ones (#449) @bystam
v5.3.1
What’s Changed
- Add a config option for adding the deprecated annotation. (#461) @srinivasankavitha
v5.3.0
What’s Changed
Support generating Java and Kotlin classes with custom annotations
- Add custom and generic annotation when generating NDTs (#386) @lakshmisunid (#460) @shapan1 (#456) @shapan1 (#454) @anshuls1208 (#453) @lakshmisunid
Add @generated annotation
- Added custom @generated annotation (#446) @yonatang
v5.2.6
What’s Changed
- Use an explicit JVM generated name for all kotlin2 data classes (#443) @mbossenbroek
v5.2.5
What’s Changed
- Adding option to create @generated annotation on generated code (#424) @yonatang
- Multi query request (#426) @manymotes
- Update CONTRIBUTING.md (#427) @e-wag
- Use the GQL AST builder to construct queries (#423) @mbossenbroek
- Move kotlin2 integration tests into dedicated integTest facet (#421) @mbossenbroek
v5.2.4
v5.2.3
What’s Changed
- Append an explicit newline at the end of each schema file before concatenating schemas. (#418) @srinivasankavitha
- Add support for configured type mappings in kotlin2 codegen (#413) @mbossenbroek
v5.2.2
What’s Changed
- Sort the files before parsing to ensure deterministic results (#417) @srinivasankavitha
v5.2.1
What’s Changed
- Fix the package type for fields in generated Entities Representation classes. (#414) @srinivasankavitha