2.38.1
(fix):
Fix JavaDoc generation to properly escape dollar signs ($) when using JavaPoet.
When generating JavaDoc comments with JavaPoet, dollar signs need to be escaped as $$
to prevent
JavaPoet from interpreting them as template variables. This ensures that dollar signs in documentation
are rendered correctly in the final generated code.
2.38.0
(chore):
Add support for custom config publish-to to enable publishing to Maven Central with proper metadata and signing configuration.
This configuration enables automatic publishing to Maven Central with proper metadata and signing configuration.
2.37.2
(chore):
No changes. Publishing changes from 2.37.1-rc0 and 2.37.1-rc1 to release track.
2.37.1-rc1
(fix):
Remove Content-Type from headers when request has no body
2.37.1-rc0
(fix):
Fix array query params are treated as exploded: true
2.37.0
(feat):
Add support for generating a full project in filesystem mode.
2.36.5
(internal):
Update the IR to v58.
2.36.4
(fix):
Generates docs for method types.
2.36.3
(fix):
Updates the generator to always commit changes, even if there are none, in self-hosted mode. This
allows users to make sure that the generator actually ran and attempted to make a commit.
2.36.2
(fix):
Fix the generated README.md for the maxRetries
configuration option, which is now
shown on the client constructor.
2.36.1
(fix):
Add support for the custom introduction setting in the generated README.md.
2.36.0
(feat):
Support sending requests with content type application/x-www-form-urlencoded.