3.25.0

(feat): Add gradle-distribution-url configuration option to allow overriding the Gradle wrapper distribution URL. This enables SDK generation on enterprise networks that cannot access services.gradle.org by pointing to an internal Gradle distribution mirror.

Configuration example:

1config:
2 gradle-distribution-url: https://internal-mirror.example.com/gradle/gradle-8.14.3-bin.zip

3.24.5

(fix): Fix OAuth token handling for optional expires_in field with default fallback, and skip literal properties in OAuth request building.

3.24.4

(fix): Mitigate OutOfMemoryError when generating SDKs for large specs. (Specifically, the IR preprocessing preprocessing step now modifies the JSON tree in-place and avoids calling .deepCopy().)

3.24.3

(fix): Update libpng16-16 in container to fix CVE-2025-64720, CVE-2025-65018, CVE-2025-64505, CVE-2025-64506.