Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@anonrig anonrig released this 11 Jul 19:13
· 3 commits to main since this release
e46e848

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 #65
  • build(justfile): add format support by @pratikpc in #66
  • In functions using ada_owned_string, return ada_owned_string instead of &str by @pratikpc in #67
  • chore: update ada to v2.9.0 by @anonrig in #68
  • chore: release v3.0.0 by @anonrig in #69

New Contributors

Full Changelog: v2.3.0...v3.0.0