Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only allow last extractor to mutate the request #1121

Closed
wants to merge 22 commits into from

Commits on Jun 27, 2022

  1. Prepare axum-next branch

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    aa6557c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ec57b View commit details
    Browse the repository at this point in the history
  3. Allow Error: Into<Infallible> for Route::{layer, route_layer} (#948)

    * Allow `Error: Into<Infallible>` for `Route::{layer, route_layer}` (#924)
    
    * Allow `Error: Into<Infallible>` for `Route::{layer, route_layer}`
    
    Fixes #922
    
    * changelog
    
    * fixup changelog
    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6b33e46 View commit details
    Browse the repository at this point in the history
  4. Panic on overlapping routes in MethodRouter (#1102)

    * Panic on overlapping routes in `MethodRouter`
    
    * changelog link
    
    * add test to ensure `head` and `get` don't overlap
    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    263f964 View commit details
    Browse the repository at this point in the history
  5. Fix changelog

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e53b8f7 View commit details
    Browse the repository at this point in the history
  6. Prepare axum-next branch

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    01350b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48f5af2 View commit details
    Browse the repository at this point in the history
  8. fix some todos

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    47955ae View commit details
    Browse the repository at this point in the history
  9. generate tuple impls

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    26259b2 View commit details
    Browse the repository at this point in the history
  10. remove out of date todo

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    05e9800 View commit details
    Browse the repository at this point in the history
  11. fix docs

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9036216 View commit details
    Browse the repository at this point in the history
  12. more docs

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    069b660 View commit details
    Browse the repository at this point in the history
  13. fix examples

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    cc07b8d View commit details
    Browse the repository at this point in the history
  14. format examples

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7f8d212 View commit details
    Browse the repository at this point in the history
  15. update axum-macros

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    44bc094 View commit details
    Browse the repository at this point in the history
  16. fix docs

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c32b19f View commit details
    Browse the repository at this point in the history
  17. minor docs fixes

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8f5c055 View commit details
    Browse the repository at this point in the history
  18. sort

    davidpdrsn committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    24499a4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f59c372 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    e2ecf55 View commit details
    Browse the repository at this point in the history
  2. Just use empty enums

    davidpdrsn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c405095 View commit details
    Browse the repository at this point in the history
  3. fix ci

    davidpdrsn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3013c36 View commit details
    Browse the repository at this point in the history