Skip to content
New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deprecate extract::UrlParams and extract::UrlParamsMap #138

Merged
merged 2 commits into from
Aug 6, 2021

Conversation

davidpdrsn
Copy link
Member

Use extract::Path instead. It supports everything the two other do, and more.

Use `extract::Path` instead. It supports everything the two other do,
and more.
@davidpdrsn davidpdrsn merged commit 811b1d8 into main Aug 6, 2021
@davidpdrsn davidpdrsn deleted the deprecate-url-params-extractors branch August 6, 2021 08:38
davidpdrsn added a commit that referenced this pull request Aug 6, 2021
0.1.3 (06. August, 2021)

- Fix stripping prefix when nesting services at `/` ([#91](#91))
- Add support for WebSocket protocol negotiation ([#83](#83))
- Use `pin-project-lite` instead of `pin-project` ([#95](#95))
- Re-export `http` crate and `hyper::Server` ([#110](#110))
- Fix `Query` and `Form` extractors giving bad request error when query string is empty. ([#117](#117))
- Add `Path` extractor. ([#124](#124))
- Fixed the implementation of `IntoResponse` of `(HeaderMap, T)` and `(StatusCode, HeaderMap, T)` would ignore headers from `T` ([#137](#137))
- Deprecate `extract::UrlParams` and `extract::UrlParamsMap`. Use `extract::Path` instead ([#138](#138))
@davidpdrsn davidpdrsn mentioned this pull request Aug 6, 2021
davidpdrsn added a commit that referenced this pull request Aug 6, 2021
- Fix stripping prefix when nesting services at `/` ([#91](#91))
- Add support for WebSocket protocol negotiation ([#83](#83))
- Use `pin-project-lite` instead of `pin-project` ([#95](#95))
- Re-export `http` crate and `hyper::Server` ([#110](#110))
- Fix `Query` and `Form` extractors giving bad request error when query string is empty. ([#117](#117))
- Add `Path` extractor. ([#124](#124))
- Fixed the implementation of `IntoResponse` of `(HeaderMap, T)` and `(StatusCode, HeaderMap, T)` would ignore headers from `T` ([#137](#137))
- Deprecate `extract::UrlParams` and `extract::UrlParamsMap`. Use `extract::Path` instead ([#138](#138))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant