Releases: mastodon/goldfinger
Releases · mastodon/goldfinger
v2.1.0
- Fix regressions from 2.0.0
- Enable passing options directly to HTTP.rb, allow to opt-in to insecure (plain HTTP) request
- Update dependencies
v2.0.0
Goldfinger::SSLError
removed
HTTP::Error
and OpenSSL::SSL::SSLError
are no longer rescued inside the gem
- HTTP-only WebFinger endpoints are no longer supported - HTTPS must be used
- Oj library used for faster JSON parsing
- General dependencies updates
v1.2.0
- The WebFinger spec now mandates a standard URL. Check that URL first, instead of checking host-meta first (which may actually not be present).