3.11.3

(fix): Fix collapse-optional-nullable config not being applied in download files mode.

3.11.2

(fix): Fix IllegalStateException: closed on error responses. Generated clients were calling responseBody.string() twice (once in success handler, once in error handler), but OkHttp’s ResponseBody can only be read once. Now pre-reads response body before success check for JSON/text responses.

3.11.1

(fix): Disable wire tests by default for Java SDKs while issues are being resolved.