This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
Releases: wework/we-call-gem
Releases · wework/we-call-gem
v0.7.1
v0.7.0
Breaking Changes
- Removed
We::Call::Deprecated
andWe::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
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
Changed
- Use typhoeus instead of NetHTTP for a series of reasons
0.5.4
Fixed
- Connection checks
Rails.env
instead ofENV['RAILS_ENV']
as most people dont have RAILS_ENV in their.env
file
0.5.3
Fixed
- Deprecations were calling a private method and failing
0.5.2
Fixed
- Made Annotations require "ruby_decorators"