Skip to content

Releases: tamasfe/aide

v0.15.1

19 Aug 22:53
release-aide-0.15.1
ce9cfd4

Choose a tag to compare

  • fixed: Serialization of SchemaObject with boolean json_schema (#238)
  • added: Typed routing *_with (#232)
  • added: Support for axum_extra::extract::Host (#236)

v0.15.0

19 Aug 22:52
release-aide-0.15.0
6269d0f

Choose a tag to compare

  • added: Basic axum TypedPath support and TypedPath<T> description from T doc comment(#212)
  • added: Add methods for attaching documentation to existing routes (#203)
  • fixed: Fix route_with_tsr incorrect handling (#203)

v0.14.0

12 Jan 12:35
7bdfa12

Choose a tag to compare

  • breaking: Upgrade axum to 0.8 (#168)
  • breaking: Rename gen module to generate,
    because gen is going to be a keyword in Rust 2024 (#174)
  • breaking: Replace axum-wasm feature with inverted axum-tokio
    Cargo feature (#170)
  • breaking: Put axum extractor impls behind more fine-grained
    Cargo features, see Cargo.toml or the docs.rs feature flags page
    for a full list (#170)
  • breaking: Drop serde_qs, jwt-authorizer features, please
    open an issue if you were relying on one of these (#170)
  • fixed: Remove trailing / from some nested paths (#150)
  • added: [api_]route_with_tsr[_and] methods to ApiRouter,
    gated behind the axum-extra Cargo feature (#139)

Fix: Broken schema when not extracted

18 Dec 14:22

Choose a tag to compare

release-aide-0.13.1

chore(aide): bump version to 0.13.1