2.8.1
(feat):
Implement global timeout configuration for generated clients.
(feat):
Implement global timeout configuration for generated clients.
(feat):
Generate inline request bodies with their path parameters in the object.
(feat):
Apply Content-Type header from endpoint definition in SDK generator.
(feat):
We now support overriding sdk package prefixes by adding a “package-prefix” key under the java-sdk generator
configuration.
(feat):
Fix publishing to Maven Central with proper signing configuration and metadata.
(feat):
We now provide endpoint methods for streaming byte array requests in addition to the previous methods accepting
byte array directly.
(chore):
Bump Jackson version to latest (2.17.2)
(feat):
We no longer enforce non-null constraints for Object type properties in builders.
(break):
The SDK generator is now on major version 2. To take this upgrade without any breaks, please add the below
configuration to your generators.yml
file:
(feat):
Generated builder methods now enforce non-null checks for required fields, ensuring that all required
fields are properly validated during object construction:
(fix):
Fixed a bug where optional collections are not handled properly in paginated responses.
(fix):
Fixed a bug where local generation custom config doesn’t pick up some values, including exception naming.