Releases: servo/rust-url
Releases · servo/rust-url
v2.5.3
What's Changed
- fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in #960
- Fix idna tests with no_std by @cjwatson in #963
- Fix debugger_visualizer test failures. by @valenting in #967
- Add AsciiSet::EMPTY and boolean operators by @joshka in #969
- mention why we pin unicode-width by @Manishearth in #972
- refactor and add tests for percent encoding by @joshka in #977
- Add a test for and fix issue #974 by @hansl in #975
no_std
support for theurl
crate by @domenukk in #831- Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in #943
- support Hermit by @m-mueller678 in #985
- fix: support
wasm32-wasip2
on the stable channel by @brooksmtownsend in #983 - Improve serde error output by @konstin in #982
- OSS-Fuzz: Add more fuzzer by @arthurscchan in #988
- Merge idna-v1x to main by @hsivonen in #990
New Contributors
- @brooksmtownsend made their first contribution in #960
- @cjwatson made their first contribution in #963
- @joshka made their first contribution in #969
- @hansl made their first contribution in #975
- @theskim made their first contribution in #943
- @m-mueller678 made their first contribution in #985
- @konstin made their first contribution in #982
- @arthurscchan made their first contribution in #988
Full Changelog: v2.5.2...v2.5.3
idna v1.0.3
What's Changed
- fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in #960
- Fix idna tests with no_std by @cjwatson in #963
- Fix debugger_visualizer test failures. by @valenting in #967
- Add AsciiSet::EMPTY and boolean operators by @joshka in #969
- mention why we pin unicode-width by @Manishearth in #972
- refactor and add tests for percent encoding by @joshka in #977
- Add a test for and fix issue #974 by @hansl in #975
no_std
support for theurl
crate by @domenukk in #831- Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in #943
- support Hermit by @m-mueller678 in #985
- fix: support
wasm32-wasip2
on the stable channel by @brooksmtownsend in #983 - Improve serde error output by @konstin in #982
- OSS-Fuzz: Add more fuzzer by @arthurscchan in #988
- Merge idna-v1x to main by @hsivonen in #990
New Contributors
- @brooksmtownsend made their first contribution in #960
- @cjwatson made their first contribution in #963
- @joshka made their first contribution in #969
- @hansl made their first contribution in #975
- @theskim made their first contribution in #943
- @m-mueller678 made their first contribution in #985
- @konstin made their first contribution in #982
- @arthurscchan made their first contribution in #988
Full Changelog: v2.5.2...idna-v1.0.3
v2.5.2
What's Changed
- fix panic on
xn--55555577
by @Byron in #940 - Update idna to 1.0.1 by @valenting in #945
- Revert "Reimplement idna on top of ICU4X" by @valenting in #946
This release reverts recent IDNA changes and the MSRV back to rust 1.56
The idna v1.0.1 crate now lives on the idna-v1x branch.
Full Changelog: v2.5.1...v2.5.2
idna v1.0.1
What's Changed
- fix panic on
xn--55555577
by @Byron in #940 - Update idna to 1.0.1 by @valenting in #945
Full Changelog: v2.5.1...idna-v1.0.1
v2.5.1
What's Changed
- Be more detailed in documentation of set_query by @philippeitis in #737
- perf(punycode): avoid double allocation in decode_to_string by @bishopcheckmate in #894
- Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path by @valenting in #902
- Add dependabot by @oriontvv in #903
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #904
- Bump actions/upload-artifact from 2 to 4 by @dependabot in #905
- Bump actions/checkout from 3 to 4 by @dependabot in #906
- Fix non-base64 data URLs with % characters not followed by hex digits by @SmaugPool in #797
- Rename
master
branch tomain
by @mrobinson in #914 - Add bench for to_ascii on an already-Punycode name by @hsivonen in #915
- Update URLs by @atouchet in #916
- Fix lint by @valenting in #920
- Fix multiple issues on wasm32, and runs url tests in CI by @micolous in #886
- Non-special URLs can have their paths erased by @DylanOToole2 in #921
- docs: document SyntaxViolation variants, remove bare URLs by @aatifsyed in #924
- docs: Document possible replacements of the base URL by @mo8it in #926
- Reimplement idna on top of ICU4X by @hsivonen in #923
New Contributors
- @philippeitis made their first contribution in #737
- @bishopcheckmate made their first contribution in #894
- @oriontvv made their first contribution in #903
- @dependabot made their first contribution in #904
- @SmaugPool made their first contribution in #797
- @hsivonen made their first contribution in #915
- @micolous made their first contribution in #886
- @DylanOToole2 made their first contribution in #921
- @aatifsyed made their first contribution in #924
- @mo8it made their first contribution in #926
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Fix clippy by @valenting in #878
- use checked addition to not panic in debug build by @Skgland in #877
- Fix search setting for non-special urls with space, query and fragment by @edgul in #879
- Added #[must_use] Attributes for Configuration Options by @Redfire75369 in #876
- Correct spelling mistake in
Position
docs by @sprocklem in #875 - Fix another overflow in punycode encode_into by @Skgland in #880
- Update url 2.5.0 by @valenting in #885
New Contributors
- @Skgland made their first contribution in #877
- @edgul made their first contribution in #879
- @Redfire75369 made their first contribution in #876
- @sprocklem made their first contribution in #875
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
- Move debugger_visualizer tests to separate crate by @lucacasonato in #853
- Remove obsolete badge references by @atouchet in #852
- Fix trailing spaces in scheme / pathname / search setters by @lucacasonato in #848
- fix: implement std::error::Error for data-url by @lucacasonato in #698
- Enable the GitHub merge queue by @mrobinson in #851
- Rewrite WPT runner by @lucacasonato in #857
- Implement std::error::Error for InvalidBase64 by @lucacasonato in #856
- Add
--generate-link-to-definition
option when building on docs.rs by @GuillaumeGomez in #858 - Stabilize debugger_visualizer feature by @lucacasonato in #855
- Update WPT data and expectations by @lucacasonato in #859
- Fix no_std Support for idna by @domenukk in #843
- Fix panic in set_path for file URLs by @valenting in #865
New Contributors
- @mrobinson made their first contribution in #851
- @GuillaumeGomez made their first contribution in #858
- @domenukk made their first contribution in #843
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Crate version bump
- data-url to 0.3.0
- percent-encoding to 2.3.0
- form_urlencoded to 1.2.0
- idna to 0.4.0
- url to 2.4.0
What's Changed
- url: add the authority method by @unleashed in #674
- Fix clippy warnings by @nickelc in #810
- Replace unmaintained/outdated github actions by @nickelc in #811
- Implement potentially strip spaces for opaque paths by @CYBAI in #813
- percent_encoding: faster percent_encode_byte by @klensy in #814
- Update urltestdata.json WPT test cases by @valenting in #819
- Fix anarchist URL where path starts with // by @qsantos in #817
- Avoid string allocation to get length of port by @qsantos in #823
- No colon when setting empty password by @qsantos in #825
- Url is special by @qsantos in #826
- Update msrv to 1.56 to keep up with serde-derive by @valenting in #827
no_std
support forform_urlencoded
,data-url
andidna
by @madsmtm in #722- Compile with serde feature on Rust playground and docs.rs by @dtolnay in #832
- Fix issues with file drives by @valenting in #839
- Update url to 2.4.0 and release new version by @valenting in #840
New Contributors
- @nickelc made their first contribution in #810
- @CYBAI made their first contribution in #813
- @klensy made their first contribution in #814
- @qsantos made their first contribution in #817
- @madsmtm made their first contribution in #722
- @dtolnay made their first contribution in #832
Full Changelog: v2.3.1...v2.4.0