🌿 ✨ [Scheduled] Upgrade Fern Java SDK Generator: (java-sdk)
#112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading from
2.3.1to2.12.1- Changelog2.12.1fix:Fix collision with variant type called "Value" and internal interface name.fix:Prevent discriminant from deserializing as additional property in unwrapped variant.2.12.0feat:Let users define custom headers in request options2.11.3fix:Don't add a semicolon twice when rendering accept header2.11.2fix:Add accept header if endpoint has errors2.11.1fix:Send only request body reference for body-only wrapped request16 additional updates, see more
2.11.0feat:Add deep cursor path pagination support.2.10.7fix:Fix wrapped requests without inline path parameters checking not renderingno-request endpoint because of non-optional parameters
2.10.6fix:Prevent accept header from being removed in wrapped requests2.10.5fix:Add Accept header for json responses2.10.4fix:Fix potential NPE initializing client options with default version2.10.3fix:Fix inlining unwrapped alias types.2.10.2fix:Omit methods with inlined types from interface definitions.2.10.1fix:Fix union inline type name conflict resolution.2.10.0feat:Support inline types in the Java generator.2.9.0feat:Support version headers in request and client options.2.8.1feat:Implement global timeout configuration for generated clients.2.8.0feat:Generate inline request bodies with their path parameters in the object.2.7.0feat:Apply Content-Type header from endpoint definition in SDK generator.2.6.0fix:Don't generate pagination with nonempty path. Fixes pagination seed tests breaking.2.5.0chore:Bump IR version to latest (v53)2.4.0feat:We now support overriding sdk package prefixes by adding a "package-prefix" key under the java-sdk generatorconfiguration.