Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v6.1.9
What’s Changed
- Use concrete types for JsonSubType annotations on interfaces if available (#683) @srinivasankavitha
v6.1.8
What’s Changed
- Kotlin2: Move aliases to the last position so they don't conflict with unnamed args (#682) @mbossenbroek
v6.1.7
What’s Changed
- Add support for aliases in kotlin2 queries (#676) @mbossenbroek
- Explicitly pass optional inputValueSerializer through kotlin2 projections (#677) @mbossenbroek
- Use a double underscore to escape backing field names (#678) @mbossenbroek
v6.1.6
What’s Changed
- Add deprecated annotation to generation query classes. (#674) @srinivasankavitha
- Add companion object generation for enum classes in kotlin codegen2 (#670) @Salzian
- Bump actions/cache from 3.3.3 to 4.0.2 (#666) @dependabot
v6.1.5
What’s Changed
- Fix import of typemapped types in generated union classes. (#657) @srinivasankavitha
v6.1.4
v6.1.3
What’s Changed
- Fix handling of default values in schema for complex types. (#648) @srinivasankavitha
- Bump org.assertj:assertj-core from 3.24.+ to 3.25.1 (#640) @dependabot
- Kotlin2: Update projection name to be derived from GQL name (#642) @mbossenbroek
v6.1.2
What’s Changed
- Bump com.netflix.nebula.netflixoss from 11.3.2 to 11.4.0 (#621) @dependabot
- Bump actions/setup-python from 4.7.1 to 5.0.0 (#630) @dependabot
- Update Gradle Wrapper from 8.4 to 8.5 (#624) @github-actions
- Bump actions/setup-java from 3 to 4 (#627) @dependabot
- Remove workaround, update lock file (#631) @kilink
v6.1.1
What’s Changed
- Handled reserved keywords for enum constants. (#629) @srinivasankavitha
- Update to Kotlin 1.9.21 and KotlinPoet 1.15.3 (#625) @kilink
- Client code: Generate deprecations (#608) @theHacker
- Fix escaping of reserved words in kotlin2 generated data types (#623) @mbossenbroek
- Fix capitalization for Mutation type (#613) @kilink
- Bump actions/setup-python from 4.7.0 to 4.7.1 (#615) @dependabot
- Bump actions/cache from 3.2.5 to 3.3.2 (#616) @dependabot
- Set Kotlin api / language version to 1.7 (#614) @kilink
v6.1.0
What’s Changed
- Bump actions/setup-python from 4.0.0 to 4.7.0 (#581) @dependabot
- Bump actions/setup-java from 1 to 3 (#466) @dependabot
- Update various dependencies (#612) @kilink
- Update Gradle Wrapper from 8.3 to 8.4 (#605) @github-actions
- Bump actions/cache from 3.0.4 to 3.2.5 (#521) @dependabot
- Bump actions/checkout from 2 to 4 (#597) @dependabot
- add generateIsGetterForPrimitiveBooleanFields to generateJava task inputs (#607) @a-a-hofmann
- Update docker base image (#606) @chali