Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Releases: wework/we-call-gem

v0.7.1

26 Feb 17:22
d076f69
Compare
Choose a tag to compare

Fixed

  • Call the gzip middleware to handle gzipped responses, which have been broken since v0.7 for typhoeus users

v0.7.0

26 Feb 17:21
1871f64
Compare
Choose a tag to compare

Breaking Changes

  • Removed We::Call::Deprecated and We::Call::Annotations. Deprecation logic is now handled by [rails-sunset] instead. I fully understand the irony of removing deprecation logic without deprecation

v0.6.1

03 Nov 20:58
a5fc0cd
Compare
Choose a tag to compare

Fixed

  • Required typhoeus in We::Call instead of connection, which loads it early enough for NewRelic tracing to kick in if you use that

Changed

  • Reduced open timeout default to 1 second

v0.6.0

03 Nov 20:58
2090077
Compare
Choose a tag to compare

Changed

0.5.4

22 Sep 20:20
Compare
Choose a tag to compare

Fixed

  • Connection checks Rails.env instead of ENV['RAILS_ENV'] as most people dont have RAILS_ENV in their .env file

0.5.3

22 Sep 20:21
Compare
Choose a tag to compare

Fixed

  • Deprecations were calling a private method and failing

0.5.2

22 Sep 20:20
Compare
Choose a tag to compare

Fixed

  • Made Annotations require "ruby_decorators"