Changelog for
ruby2.1-rubygem-excon-0.39.6-3.1.x86_64.rpm :
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Tue Sep 23 14:00:00 2014 jreidingerAATTsuse.com
- update to version 0.39.6
pretty print stub not found errors
fix double delegation error
make client_key_pass valid connection key
cast headers to_s to fix historical symbol usage
ensure Response#new uses case-insensitive headers
add client cert pass phrase support
fix for nil and/or unknown proxy values
respect both ca_file/ca_path when both present
fix for ssl proxies + remote_ip stuff
revert to a blocking readline, for performance
simplify status lookup
consolidate proxy code
store defaults as a constant
avoid setting nil user/pass vs just no setting keys
move idempotent warnings in to middleware
simplify validations
use constants in utils
group non-chunk response paring
optimize/simplify socket local lookup
simplify to pro-actively build downcased headers instead of lazily do so
add version to options (so it will appear in debug)
add OS/Ruby version info to options/version for debugging
more consistent output styling for errors
remove TE stuff to simplify
shorten timeout/sleep in streaming tests
remove transfer-encoding altogether if it only includes chunked
only rescue http status errors in relevant tests
use case-insensitive headers in stubs also
avoid reading non-file bodies (mock related fix)
fixes to readme links
fix excon_debug to set debug_response
ensure both \\r and \
are read when parsing headers
fix chunked reading to avoid chop! on non-chunk endings
fixes for proxy usage
fix to reconcile streaming changes for chunked encoding
fix for responses with content_length
add support for setting ssl_verify_callback
stream partial results imediately, when available
update rack/unicorn in tests to support streaming tests
skip streaming tests on jruby (as they depend on unicorn)
update travis tests to use newest rubinius
improve formatting/readibility of standard instrumentor output
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 0.33.0
Fix for SNI (should occur prior to connect)
README improvements
fixes around LICENSE/CONTRIBUTING/CONTRIBUTORS
update bundled cert
nonblock connect/timeout fixes for ssl sockets
skip reverse lookups where feasible
more secure ssl settings, when available
add escape stuff as middleware
fix to raise exceptions properly
fix for keep alive check
add tests around keep alive
escape/unescape uri added to utils
add support for reusable local ports
Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.32.1
Fix for SNI (should occur prior to connect)
0.32.0 02/27/2014
=================
README improvements
fixes around LICENSE/CONTRIBUTING/CONTRIBUTORS
update bundled cert
nonblock connect/timeout fixes for ssl sockets
skip reverse lookups where feasible
more secure ssl settings, when available
add escape stuff as middleware
fix to raise exceptions properly
fix for keep alive check
add tests around keep alive
escape/unescape uri added to utils
add support for reusable local ports
Sun Dec 22 13:00:00 2013 matwey.kornilovAATTgmail.com
- updated to version 0.31.0
test fixes for Bundler.require usage and Rack::Lint
use production mode + dump errors for tests
use Utils in Excon.stub
add implementation of stuff from WEBrick directly to utils
update test server to send connection close and process buffer after response
add :persistent option, defaults true
group HTTP errors by type
patch to webrick to workaround intermitent test failures
only use Open4 for 1.8.7
update/expand getting help/getting involved in readme
Tue Nov 26 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.30.0
ensure schema/host/port are passed to redirect follower with relative location
add .ruby-version and .ruby-gemset to .gitignore
pass nil to :response_block for unknown values
use :response_block if expects middleware is not used
refactor Response.parse, add tests
support header continuations
support chunked trailers
improve decompress middleware/tests
add accept-encoding in decompress middleware requests, if missing
fixes for connection close detection
support transfer encoding
fix deprecated URI.decode usage
do not try to use tcp_nodelay for unix sockets
nonblocking connect, connect timeouts for unix sockets
ignore IO#close exceptions
move conditional nonblock to only SSLSocket
skip reverse lookups
avoid mutating canned response from middleware
test against latest rubinius, no longer allow failures
add unicorn as rubinius dev dependency
use webbrick form decode
Fri Nov 22 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.29.0
make nonblock invalid as request key
add backtrace to all warnings
do not allow idempotent + pipeline
close socket after pipeline if needed
fix Socket#read to match IO.read EOF behavior
use Socket#read for non-blocking readline
respect read_timeout for status read
read response until status line, discard chunked trailer
fix redirect follower to properly change host
Thu Oct 31 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.28.0
tag warning messages with [excon]
allow specific ssl_versions
fixes around param validation
create a new connection for redirect_follower middleware
add connection_uri/request_uri to utils
avoid mutating connection data
remove connection key in redirect_follower
Sun Oct 20 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.27.6
warn, but no longer mutate params during validation
extract validations/port_string to utils module
fix for https/port string values
Sun Oct 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.27.3
better invalid key handling
avoid mutating port value
avoid mutating datum in idempotent middleware
Thu Oct 10 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.27.1
improve warning messages for valid keys
display warnings based on ruby and/or debug settings
add missing valid connection keys
remove 1.8.7 related nonblock warning
add support for unix sockets
cleanup constants
improve test setup to minimize server spawning
separate connection/request key validation
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.26.0
add basic decompress middleware
update readme mocking+stubbing info
add unstub functionality
avoid modifying original options in request
jruby fixes
misc cleanup/fixes
encoding/compatibility fixes
close sockets on error
warn when both request_block and idempotent are set
Sun Jul 21 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.25.3
respect SSL_CERT_DIR/SSL_CERT_FILE
more aggressively include bundled cert as fallback
0.25.2 07/18/2013
=================
add license to gemspec
add \"excon/#{version}\" default user agent
create/use response parser middleware
fix proxy request info to use datum rather than AATTdata
0.25.1 07/01/2013
=================
fix for jruby ssl
more explicit description in docs
0.25.0 06/20/2013
=================
attempt to use OS certs first, only use bundled as fallback
normalize method in stubs
Sat Jun 15 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.24.0
allow passing ssl creds as strings or file paths
defer writing request/headers to allow all-in-one
allow opt-in for request/response error info
add configurable TCP_NODELAY
consolidate warning display
respect ruby verbosity conventions
fix copyright years in notice
Mon May 27 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.22.1
Sat Apr 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.20.1
dup middlewares to avoid overwriting original set
delete datum[:response] in idempotent to ensure new response is parsed
Wed Nov 21 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.10
set default request_params for stub
do not attempt to read body for CONNECT requests
readme cleanup/clarification around stubs
fix for reading response from ssl proxy
Thu Nov 15 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.8
set file body pos to 0 at beginning of request
add eventmachine to dev dependencies for bad server tests
comment out benchmark deps for now
fix typo in readme
Fri Oct 26 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.7
fix typo in host_port per-request patch
fix for host_port to recalculate on a per-request basis
Also retry Timeouts on idempotent requests
Excon.stub now breaks out user/pass from url if supplied
loosen ssl version requirement to allow negotiation
eof on read should return \'\' instead of nil
build host_port up front to avoid recalculating
set Proxy-Connection: Keep-Alive for https proxies
postpone https upgrade until after proxy connect
Thu Sep 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.4
better behavior nonblock and use DEFAULT_NONBLOCK constant
update deprecation/warnings to use $stderr
consistency fixes for REDACT
add REDACT behavior to standard_instrumentor
remove overly paranoid const checking
change chunk_size to be a param for consistency
Fri Sep 21 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.3
Mon Aug 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.2
Sun Aug 26 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.16.1
default to SSLv3 usage
Fri Aug 3 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.15.5
consolidate proxy handling
proxy settings should pull from connection instead of params (allows
Excon.defaults[:proxy])
properly raise connect timeout errors
change recommended standard instrumentor ENV to EXCON_DEBUG
remove readline nonblock protections (they didn\'t fix the windows issue)
don\'t swallow non-nonblock SSL exceptions
consistency fixes for ssl nonblock error handling
do SNI in ssl_socket setup
use Excon::Response#parse to read https proxy response
Mon Jul 30 14:00:00 2012 cooloAATTsuse.com
- initial package