Skip to content

v0.7.1

Compare
Choose a tag to compare
@tiagolobocastro tiagolobocastro released this 27 Jul 08:07
· 63 commits to master since this release

[0.7.1] - 2022-07-27

Added

  • Add support for PATCH methods. PR#422
  • Add support for header parameters through the newly introduced Apiv2Header derive macro. PR#413
  • Add support for RapiDoc UI. PR#420
  • Add example support for derived Apiv2Schema. PR#421
  • Add ability to not generate documentation for some operations through the skip attribute on api_v2_schema macro. PR#423
  • Add support for deprecated operations. PR#424

Fixed

  • Fix missing slash between url parts PR#416
  • Properly support non-BoxBody response payload types PR#414
  • Fix required fields definition when using serde flatten PR#412
  • Fix reference urls not being RFC3986-compliant PR#411