4.10.15

(fix): Support extending a type alias that resolves to an object. Previously the generator crashed with "Non-objects cannot be extended"; it now resolves the alias to its underlying object…

4.10.14

(fix): Generate Java 8 compatible endpoint security metadata. The EndpointMetadata class and raw clients no longer emit Java 9+ List.of()/Map.of() calls, so SDKs with per-endpoint security…

4.10.13

(chore): Enable the exhaustive:local-files seed fixture by skipping the Gradle build scripts for source-only local_files output (which has no Gradle project).

4.10.12

(fix): Fix inferred auth token supplier generation when the token endpoint's request body is a referenced (named) type rather than an inlined body. The supplier now resolves the referenced type's…

4.10.11

(fix): Fix OAuth client-credentials token supplier generation so the mapped scopes request property is set on the token request builder, preventing a compile error when the token endpoint uses a…

4.10.10

(fix): Fix generated raw clients for cursor pagination whose deep cursor path navigates through inline types or repeats property names. The generator no longer emits duplicate local variable names,…

4.10.9

(fix): Fix two Java SDK compile errors. Endpoint method overloads that omit the wrapped request (or pass only the request body) are no longer generated when the request has a required service-level…

4.10.8

(fix): Wrap optional(nullable(T)) request bodies exactly once in generated dynamic snippets and wire tests so they match the generated method signature and compile. This also fixes a double-wrap…