Skip to content

v1.13.0

Compare
Choose a tag to compare
@bajtos bajtos released this 10 Jul 08:29
· 16 commits to main since this release
v1.13.0
322df6f

Highlights ✨

When retrieving content using the Trustless HTTP Gateway protocol ("http"), fetch the content directly from the provider - do not use Lassie.

This should give us better visibility into various error statuses returned by providers. For example, Lassie converts the error 429 Too Many Requests to a generic error 502 Bad Gateway.

See #82 for the list of synthetic HTTP response status codes we use to indicate different retrieval errors.

What's Changed

  • fix: frisbee peer id in ipni-client tests by @bajtos in #80
  • ci: upgrade Zinnia to v0.20.2 by @bajtos in #81
  • ci: run tests on Windows by @bajtos in #83
  • feat: fetch HTTP retrievals directly by @bajtos in #82
  • fix: reject non-semver strings in release.sh by @bajtos in #84

Full Changelog: v1.12.1...v1.13.0