Sourced from url's releases.
v2.5.5
What's Changed
- ci: downgrade crates when building for Rust 1.67.0 by
@mxinden
in servo/rust-url#1003- ci: run unit tests with sanitizers by
@mxinden
in servo/rust-url#1002- fix small typo by
@hkBst
in servo/rust-url#1011- chore: fix clippy errors on main by
@dsherret
in servo/rust-url#1019- perf: remove heap allocation in parse_query by
@dsherret
in servo/rust-url#1020- perf: slightly improve parsing a port by
@dsherret
in servo/rust-url#1022- perf: improve to_file_path() by
@dsherret
in servo/rust-url#1018- perf: make parse_scheme slightly faster by
@dsherret
in servo/rust-url#1025- update LICENSE-MIT by
@wmjae
in servo/rust-url#1029- perf: url encode path segments in longer string slices by
@dsherret
in servo/rust-url#1026- Disable the default features on serde by
@rilipco
in servo/rust-url#1033- docs: base url relative join by
@tisonkun
in servo/rust-url#1013- perf: remove heap allocation in parse_host by
@dsherret
in servo/rust-url#1021- Update tests to Unicode 16.0 by
@hsivonen
in servo/rust-url#1045- Add some some basic functions to
Mime
by@mrobinson
in servo/rust-url#1047- ran
cargo clippy --fix -- -Wclippy::use_self
by@mrobinson
in servo/rust-url#1048- Fix MSRV and clippy CI by
@Manishearth
in servo/rust-url#1058- Update
Url::domain
docs to show that it includes subdomain by@supercoolspy
in servo/rust-url#1057- set_hostname should error when encountering colon ':' by
@edgul
in servo/rust-url#1060- version bump to 2.5.5 by
@edgul
in servo/rust-url#1061New Contributors
@mxinden
made their first contribution in servo/rust-url#1003@hkBst
made their first contribution in servo/rust-url#1011@wmjae
made their first contribution in servo/rust-url#1029@rilipco
made their first contribution in servo/rust-url#1033@tisonkun
made their first contribution in servo/rust-url#1013@supercoolspy
made their first contribution in servo/rust-url#1057Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5
v2.5.4
What's Changed
- Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by
@valenting
in servo/rust-url#999- Updates the MSRV to 1.63 required though the libc v0.2.164 dependency
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4