ITADN
ada-url/rust

版本发布 8

v3.3.0
? · 2025-09-30

## What's Changed * update ada to v3.3.0 by @anonrig in https://github.com/ada-url/rust/pull/80 **Full Changelog**: https://github.com/ada-url/rust/compare/v3.2.6...v3.3.0

v3.2.4
? · 2025-04-29

Ada is now 100kb smaller. ## What's Changed * omit URLPattern implementation by @anonrig in https://github.com/ada-url/rust/pull/79 **Full Changelog**: https://github.com/ada-url/rust/compare/v3.2.3...v3.2.4

v3.2.3
? · 2025-04-26

## What's Changed * update ada to v3.2.3 by @anonrig in https://github.com/ada-url/rust/pull/78 **Full Changelog**: https://github.com/ada-url/rust/compare/v3.2.1...v3.2.3

v3.2.1
? · 2025-04-12

## What's Changed * ci: add github release workflow by @Jayllyz in https://github.com/ada-url/rust/pull/76 * update ada to v3.2.1 by @anonrig in https://github.com/ada-url/rust/pull/77 ## New Contributors * @Jayllyz made their first contribution in https://github.com/ada-url/rust/pull/76 **Full Changelog**: https://github.com/ada-url/rust/compare/v3.1.0...v3.2.1

v3.1.0
? · 2024-12-03

This release contains `UrlSearchParams` implementation fully compliant with the WHATWG specification. ## What's Changed * Update benchmarks and Rust by @anonrig in https://github.com/ada-url/rust/pull/70 * Update dependencies and Rust by @anonrig in https://github.com/ada-url/rust/pull/73 * fix panic on empty host and hostname entries by @anonrig in https://github.com/ada-url/rust/pull/75 * Add url search params by @anonrig in https://github.com/ada-url/rust/pull/57 **Full Changelog**: https://github.com/ada-url/rust/compare/v3.0.0...v3.1.0

v3.0.0
? · 2024-07-11

This is the 3rd major version of Ada URL Parser. We had a to cut a major release due to a memory leak that requires a fix with only a breaking change, and we wanted to do the right thing and follow semantic versioning. This release also updates Ada to v2.9.0 which includes incredible performance improvements to both URL parsing and URL.canParse method. ## What's Changed * fix(ffi/ada_free_owned_string): c parameter is passed by value by @pratikpc in https://github.com/ada-url/rust/pull/65 * build(justfile): add format support by @pratikpc in https://github.com/ada-url/rust/pull/66 * In functions using ada_owned_string, return ada_owned_string instead of &str by @pratikpc in https://github.com/ada-url/rust/pull/67 * chore: update ada to v2.9.0 by @anonrig in https://github.com/ada-url/rust/pull/68 * chore: release v3.0.0 by @anonrig in https://github.com/ada-url/rust/pull/69 ## New Contributors * @pratikpc made their first contribution in https://github.com/ada-url/rust/pull/65 **Full Changelog**: https://github.com/ada-url/rust/compare/v2.3.0...v3.0.0

v2.3.0
? · 2024-03-21

## What's Changed * build: don't force a specific compiler/version by @ju1ius in https://github.com/ada-url/rust/pull/60 * Improve error handling ergonomics (and docs around it) by @alexpovel in https://github.com/ada-url/rust/pull/62 ## New Contributors * @ju1ius made their first contribution in https://github.com/ada-url/rust/pull/60 * @alexpovel made their first contribution in https://github.com/ada-url/rust/pull/62 **Full Changelog**: https://github.com/ada-url/rust/compare/v2.2.1...v2.3.0

v2.2.1
? · 2024-01-23

- Updates Ada to v2.7.5 **Full Changelog**: https://github.com/ada-url/rust/compare/v2.2.0...v2.2.1