Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 2.14 KB

Changelog - utoipa-axum

0.1.4 - Jan 6 2025

Changed

  • Update axum to v0.8 (#1269)
  • Added mutable getter for the openapi instance of a OpenApiRouter (#1262)
  • utoipa-axum: Add basic path params test (#1268)

0.1.3 - Dec 19 2024

Changed

  • Allow trailing comma in routes!() macro (#1238)

Fixed

  • Fix axum path nesting (#1231)
  • Fix diverging axum route and openapi spec (#1199)

0.1.2 - Oct 29 2024

Changed

  • Merge paths if they already are added to the paths map in utoipa-axum (#1171)

0.1.1 - Oct 16 2024

Changed

  • Use OpenApiRouter::default for empty OpenApi (#1133)

0.1.0 - Oct 14 2024

Added

  • Add auto collect schemas for utoipa-axum (#1072)
  • Add typos to CI (#1036)
  • Add paths support for routes! macro (#1023)
  • Add macros feature flag (#1015)
  • Add utoipa-axum binding example and update docs (#1007)
  • Add support to define multiple operation methods (#1006)
  • Add utoipa axum bindings (#1004)

Fixed

  • Fix routes! macro call (#1108)
  • Fix testing without explicit features (#1041)
  • Fix building utoipa-axum & utoipa-swagger-ui (#1038)
  • Fix utoipa-axum project description
  • Fix some typos

Changed

  • Fix typos
  • Remove commit commit id from changelogs (#1077)
  • Update to rc version
  • Chore change the operations implementation. (#1026)
  • Update utoipa-axum version
  • Enhance utoipa-axum bindings (#1017)
  • Update next beta versions