Repository URL to install this package:
|
Version:
0.12.0-1 ▾
|
Fixes:
Misc:
&Proc.new for block forwarding. #1083 (@olleolleolle)Final release before Faraday v1.0, with important fixes for Ruby 2.7.
Fixes:
Misc:
Faraday::Deprecate to warn about upcoming v1.0 changes. (#1054, #1059,
#1076, #1077)This release is the same as v0.15.4. It was pushed to cover up releases v0.16.0-v0.16.2.
pool_size as a option for the NetHttpPersistent adapter (#834)Net::HTTP adapters to retry request internally by setting max_retries to 0 if available (Ruby 2.5+). (#799)NestedParamsEncoder handling of empty array values (#801)Also in this release:
Features:
Fixes:
Features:
Fixes:
find_proxy (#724)Features:
Fixes:
Faraday::ConnectionFailed (#702)Faraday::Utils::Headers (#690)rewind_files feature that was causing an exception when the body was not an HashFeatures:
URI::Generic#find_proxy and can use no_proxy ENV variable (not compatible with ruby < 2.0)context request option to pass arbitrary information to middlewaresFixes:
UploadIOs on retry to fix a compatibility issueREADME.mdFeatures:
filter method to Logger middlewareFixes:
default_connection_options from a connection instanceIOError instead of specific subclassFaraday::Utils::Headers can now be successfully serialised in YAMLdefault_connection_options set with hashBreaking changes:
Features:
response.reason_phrasetest adapterFixes:
Faraday.respond_to? to find methods managed by method_missingrequest.host instead of connection.host should be taken for SSL validationsdefault_connection_options to be merged when options are passed as url parameterAdapters:
Utils:
a[][b]=c nested queriesa=; now: a.Faraday::Utils::Headers#replace clear internal key cacheEnv and middleware:
env stored on middleware response has reference to the responseon_complete (VCR compatibility)request.options.params_encoderinterval_randomness data type for Retry middlewareretry_if in the Retry request middleware. (@mike-bourgeous)Faraday::Connection. (@technoweenie)Faraday::Adapter::Test respects the Faraday::RequestOptions#params_encoder option. (@technoweenie)