3.4.0

(feat): Add support for custom sections in the README.md via customSections config option.

3.3.0

(feat): Wire tests now automatically configure authentication based on the API’s auth scheme (Bearer, Basic, Header/Custom, OAuth, or Inferred) instead of using hardcoded tokens. Real authentication values are extracted from IR examples when available, making tests more accurate and maintainable.

3.2.2

(fix): Fix nullable request bodies with Optional fields to correctly generate .isPresent() checks on the Optional field itself, rather than on the entire request object.

3.2.1

(fix): Changed Optional.of() to Optional.ofNullable() to handle null values gracefully, allowing users to reset to default version.