Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Releases: mastodon/goldfinger

v2.1.0

23 Jan 04:26
Compare
Choose a tag to compare
  • 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

20 Jul 14:38
Compare
Choose a tag to compare
  • 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

27 Apr 14:54
Compare
Choose a tag to compare
  • The WebFinger spec now mandates a standard URL. Check that URL first, instead of checking host-meta first (which may actually not be present).