1.8.0
This is the first maintenance release in a few years and includes a few housekeeping items. No major changes or additions.
Changed
- Isahc's MSRV has been increased from 1.46.0 to 1.85.0. (#446)
- The Public Suffix List Git submodule used for compile-time suffix checking has been removed in favor of the
pslcrate which provides the same functionality. (#477) - Releases are now managed by release-plz instead of custom workflows.
Dependency Updates
- Many dependencies have been updated to their latest versions, which should help with compilation in modern environments. Some dependencies now allow for multiple major versions.
once_cellhas been removed in favor of the equivalent types now provided instd. (#478)