3.35.2

(fix): Fix PATCH requests with no explicit body fields failing at runtime with OkHttp’s IllegalArgumentException: method PATCH must have a request body. The generator now provides a non-null empty request body for PATCH endpoints, matching the existing handling for POST and PUT.

3.35.1

(fix): Preserve valid HTML tags in Javadoc comments instead of escaping them. Tags like <a>, <code>, <p>, <pre>, and other standard HTML tags from API descriptions are now rendered as proper HTML in Javadoc, while standalone angle brackets (e.g. comparisons, generics) remain escaped.