Skip to content

v1.3.3

Choose a tag to compare

@shibayan shibayan released this 07 Jun 14:27
Immutable release. Only release title and notes can be modified.
e51bb91

What's Changed

New Features

  • Fix OpenAPI parameter, schema, and security handling by @shibayan in #62
  • Support readOnly/writeOnly schema serialization by @shibayan in #65
  • Add GitHub release notes customization template by @shibayan in #80

Bug Fixes

  • Fix boolean and date/time formatting for URL and header parameters by @shibayan in #77

Documentation

Dependency Updates

  • Bump github/codeql-action from 4.35.3 to 4.35.4 in the dependencies group by @dependabot[bot] in #63
  • Bump github/codeql-action from 4.35.4 to 4.35.5 in the dependencies group by @dependabot[bot] in #64
  • Bump deps in docs/package-lock.json by @shibayan in #74
  • Bump actions/setup-dotnet from 5.2.0 to 5.3.0 in the dependencies group by @dependabot[bot] in #75
  • Bump the dependencies group with 3 updates by @dependabot[bot] in #76
  • Bump actions/checkout from 6.0.2 to 6.0.3 in the dependencies group by @dependabot[bot] in #78
  • Bump the dependencies group with 2 updates by @dependabot[bot] in #79

Other Changes

  • Delete .github/workflows/codeql.yml by @shibayan in #68
  • Skip null guard for required header parameters by @shibayan in #69
  • Use scheme type instead of literal key for OAuth2 parameter name by @shibayan in #70
  • Align RequestBody property names with the referenced schema by @shibayan in #71
  • Reject schema properties marked both readOnly and writeOnly by @shibayan in #72
  • Drop duplicated field name from multipart Content-Disposition fileName by @shibayan in #73

Full Changelog: v1.3.2...v1.3.3