3.42.4

(fix): Fix bug where request wrapper was set as body when the body property inside the request wrapper should’ve been used. This only affects a specific combination of feature flags:

  • inline-path-parameters: true on the API spec settings
  • inlinePathParameters: false on the generator config

3.42.3

(fix): Fix wire test generation: filter out headers with null/undefined values to prevent invalid assertions, and allow empty form body in mock server when expected body is empty.

3.42.2

(fix): Fix property access for file upload request parameters with hyphenated or special character names by using bracket notation instead of dot notation.

3.42.1

(fix): Fix OAuth token handling for optional expires_in field with default fallback.

3.42.0

(feat): Add normalized client options and request options as a parameter to custom pagination. This allows SDK authors to access the client options (including auth provider) when implementing custom pagination logic.