Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: chad-codes/axum

Tags

axum-debug-v0.3.2

Toggle axum-debug-v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
axum-debug: Version 0.3.2 (tokio-rs#598)

- Support checking `FromRequest` bounds for extractors whose request body is something else than
  `axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body
  type ([tokio-rs#595])

[tokio-rs#595]: tokio-rs#595

axum-v0.4.2

Toggle axum-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
axum: Version 0.4.2 (tokio-rs#592)

* axum: Version 0.4.2

This time depending on the correct version of axum-core.

* add missing changelog links

axum-v0.4.1

Toggle axum-v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-debug (tokio-rs#591)

axum-debug-v0.3.1

Toggle axum-debug-v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-debug (tokio-rs#591)

axum-core-v0.1.1

Toggle axum-core-v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-debug (tokio-rs#591)

axum-debug-v0.3.0

Toggle axum-debug-v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
axum-debug 0.3 (tokio-rs#586)

Forgot to ship this one so the latest version would generate wrong code.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-extra (tokio-rs#582)

axum-extra-v0.1.0

Toggle axum-extra-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-extra (tokio-rs#582)

axum-core-v0.1.0

Toggle axum-core-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release axum, axum-core, and axum-extra (tokio-rs#582)

axum-debug-v0.2.2

Toggle axum-debug-v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
axum-debug: Version 0.2.2 (tokio-rs#553)

- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
  extractors ([tokio-rs#552])

[tokio-rs#552]: tokio-rs#552