Skip to content

Releases: lostisland/faraday_middleware

v0.12.0

28 Jul 10:35
Compare
Choose a tag to compare
  • Replace rash with rash_alt (#136)
  • Allow write_options to be specified for FaradayMiddleware::Caching (#155)
  • Add support for passing options to JSON.parse (#156)
  • Parse YAML safely (#157)
  • Handle responses with missing Location header (#159)
  • Removes support for ruby < 1.9.3 (#162)

faraday_middleware 0.11.0.1

23 Jan 09:46
Compare
Choose a tag to compare

This release has only been released to address an issue with Rubygems checksum.
See rubygems/bundler#5332

faraday_middleware 0.11.0

14 Jan 11:38
Compare
Choose a tag to compare
  • Add support for Ruby 2.4
  • Add optional callback to FollowRedirects middleware
  • Add support for 308 status code to FollowRedirects middleware
  • Ignores fragments in the Location header on FollowRedirects middleware
  • Add token_type option for specifying method of adding OAuth2 tokens
  • Add support for json vendor types
  • Write only the Faraday::Response portion of Faraday::Env to cache
  • Include env.response when rescuing ParsingErrors

faraday_middleware 0.10.1

11 Nov 11:44
Compare
Choose a tag to compare
  • Allow uprading to Faraday 0.10
  • Fixed using Caching middleware with async adapter like Typhoeus
  • Support timezone expressions in ParseDates middleware

faraday_middleware 0.10.0

07 Jul 23:23
Compare
Choose a tag to compare
  • Add :gzip decoding middleware (not necessary when using default :net_http adapter)
  • Change caching middleware to respect HTTP spec regarding status codes
  • Add :standards_compliant option to :follow_redirects middleware to opt into HTTP spec-compliant mode regarding HTTP 30x status codes
  • Remove cookie handling logic from :follow_redirects middleware

faraday_middleware 0.9.2

07 Jul 23:18
Compare
Choose a tag to compare
  • Avoid local variable shadowing warning.
  • Don't forwarding headers to Rack with nil or non-string values.
  • Document the fact that ParseYaml middleware can be unsafe
  • Follow redirects that may have an unescaped character in the URL
  • Refer to ActiveSupport::Notifications as a top-level constant

faraday_middleware 0.9.1

19 Apr 14:51
Compare
Choose a tag to compare
  • 🌟 ✨ Faraday 0.9 compatibility ✨ 🌟
  • Support milliseconds in parse_dates middleware
  • Fix empty query string case for :ignore_params in Caching middleware