You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have maintainers for this crate I think it's about time there were fixes to long standing issues like #20. It's probably worth making this a breaking update to avoid any issues with unmaintained users of the current version (and would be a good opportunity to make other breaking changes if there are any).
Checklist of things to sort out before releasing 0.2.0 (feel free to add more items and pull these out to separate issues if they need discussion):
Query string ends up in the last matching parameter's value #30 - this came up during a recent Tide triage session - it may make more sense to solve this on the Tide side but we can discuss that - at present the query string is ending up in the last matching parameter's value.
Possibly the other thing that could be addressed here is URL decoding (http-rs/tide#281) - this means it can be done once and without having to duplicate the parameters map after decoding in other contexts.
Now that we have maintainers for this crate I think it's about time there were fixes to long standing issues like #20. It's probably worth making this a breaking update to avoid any issues with unmaintained users of the current version (and would be a good opportunity to make other breaking changes if there are any).
Checklist of things to sort out before releasing 0.2.0 (feel free to add more items and pull these out to separate issues if they need discussion):
.
to separate dynamic segments #16Cargo.toml
, PR Update repository url and add meta-author #37)The text was updated successfully, but these errors were encountered: