Skip to content

1.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 22:32
· 34 commits to 1.x since this release

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 psl crate 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_cell has been removed in favor of the equivalent types now provided in std. (#478)