v6.0.0
github-actions
released this
22 Aug 20:17
·
119 commits
to refs/heads/master
since this release
What’s Changed
- Update task dependencies for publish. (#592) @srinivasankavitha
- Update gradle to 8.3 and kotlin version to 1.9 to fix build. (#591) @srinivasankavitha
- Remove v1 client API (#588) @gracecding
- Configuration cache fix for <GenerateJavaTask`: invocation of 'Task.project' at execution time is unsupported.> (#587) @IgorDomagala
Breaking Changes:
- This release switches the Client API to v2 from v1 for all projects. Both
generateClient
andgenerateClientv2
will use the v2 API. Please refer to our documentation for notes on how to migrate usages - This release requires all kotlin projects to use version 1.9 or higher.