v1.93.13

spider-rs/spiderv1.93.13Apr 23, 2024by j-mendez

AI Summary

Updates dependencies and renames core URL getter functions to improve code clarity and compatibility.

Key Highlights

  • Updated reqwest@0.12.4 compatibility
  • Renamed `website.get_domain` to `website.get_url`
  • Renamed `website.get_domain_parsed` to `website.get_url_parsed`

Breaking Changes

  • Renamed `website.get_domain` to `website.get_url`
  • Renamed `website.get_domain_parsed` to `website.get_url_parsed`

Full Release Notes

# Whats Changed

Updated crate compatibility with `reqwest@0.12.4` and fixed headers compile for `worker`.
Remove `http3` feature flag - follow the [unstable instructions](https://docs.rs/reqwest/latest/reqwest/#unstable-features) if needed.

The function `website.get_domain` renamed to `website.get_url`.
The function `website.get_domain_parsed` renamed to `website.get_url_parsed`.

* chore(worker): fix headers flag compile
* chore(crates): update async-openai@0.20.0
* chore(openai): trim start messages content output text
* chore(website): fix url getter function name

**Full Changelog**: https://github.com/spider-rs/spider/compare/v1.93.3...v1.93.13