Package Release Info

rubygem-excon-0.73.0-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-excon
ruby2.5-rubygem-excon-doc

Change Logs

Version: 0.73.0-bp152.1.1
* Thu May 07 2020 Stephan Kulow <coolo@suse.com>
- updated to version 0.73.0
  no changelog found
* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
- updated to version 0.72.0
  no changelog found
* Sat Dec 14 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 0.71.0
  * fix for leftover data with interrupted persistent connections
* Thu Nov 28 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 0.69.1
  * Fix mistake in proxy connection error handling
  * Raise better proxy connection errors
* Tue Nov 12 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 0.68.0
  * no changelog found
* Thu Aug 15 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 0.66.0
  * Add remote_ip to datum, enabling usage in middleware
  * redirect follower now raises after following too many redirects (default 10)
  * fixed stub clearing in tests to avoid race conditions
* Sun May 05 2019 Stephan Kulow <coolo@suse.com>
- updated to version 0.64.0
  see installed changelog.txt
  0.64.0 2019-04-15
  =================
  warn, not error on undefined middlewares#valid_parameter keys
  0.63.0 2019-04-12
  =================
  allow setting min/max ssl versions
  add additional nonblocking ruby error classes
  set logger via datum, instead of class variables
  misc test/travis fixes
  consolidate binary encoding, avoid double encoding
  error or CR/LF instead of substitute
  guard against invalid header keys
  also retry blocked connect with newer ruby errors
  clarify that username and password should be escaped
  better handling of warnings in tests
  add stalebot
  document NO_PROXY
  validate parameter keys based on middleware stack
  update default retry on error counts in readme
  Sweet32, DES deprioritization fixes to cipher suite
  allow overriding retry_errors count
  fix for URI escaping in Ruby 2.6
  update copyright notice
  add metadata to gemspec
  update certs
* Wed Mar 28 2018 factory-auto@kulow.org
- updated to version 0.62.0
  see installed changelog.txt
  0.62.0 2018-03-27
  =================
  remove binmode call for StringIO objects
* Tue Mar 20 2018 factory-auto@kulow.org
- updated to version 0.61.0
  see installed changelog.txt
  0.61.0 2018-03-16
  =================
  use default ports for sockets if none specified
  add ruby 2.4 and 2.5 to ci testing
  follow relative location redirects
* Tue Jan 09 2018 coolo@suse.com
- updated to version 0.60.0
  see installed changelog.txt
  0.60.0 2017-12-15
  =================
  add requests_in_batches
  cleanup rakefile, gemfile, etc
  add logger/logger= and logging instrumentor
  rewind response_block in idempotent instrumentor
Version: 0.59.0-bp151.4.3.1
* Mon Jan 06 2020 Josef Reidinger <jreidinger@suse.com>
- Backport CVE-2019-16779 patch (bsc#1159342)
  * CVE-2019-16779.patch added
Version: 0.59.0-bp150.2.4
* Mon Sep 11 2017 coolo@suse.com
- updated to version 0.59.0
  see installed changelog.txt
  0.59.0 2017-09-05
  =================
  fix backtick vs quote in error message
  fix socket pooling to be per-connection instead of per thread
  fix tests to ignore proxy env settings
  0.58.0 08/01/2017
  =================
  remove unused error
  add retry_interval and related settings for backoff
* Thu Aug 03 2017 coolo@suse.com
- updated to version 0.58.0
  see installed changelog.txt
  0.57.1 06/30/2017
  =================
  fix remote-ip setting to prevent off-by-one issue
* Tue Jun 20 2017 coolo@suse.com
- updated to version 0.57.0
  see installed changelog.txt
  0.57.0 06/14/2017
  =================
  add client_key_data and client_cert_data to valid keys
  allow passing explicit host to unix sockets
* Tue Jun 06 2017 coolo@suse.com
- updated to version 0.56.0
  see installed changelog.txt
  0.56.0 05/31/2017
  =================
  fix proxy parse errors
  fix url-escaped proxy creds for ssl
* Wed Feb 08 2017 coolo@suse.com
- updated to version 0.55.0
  see installed changelog.txt
  0.55.0 02/07/2017
  =================
  fix minor readme error
  update bundled certs
  update self-signed certs
  update to test with ruby 2.3.3
  fix unitialized ResponseParseError error
  add missing 'spec_helper' require in tests
  add missing 'time' require in tests
  use unescape_uri for user/pass in Authorization header
  use secure rubygems source uri
  update gemnasium badge
  update fury badge
  update travis badge
  update gittip badge
* Tue Oct 18 2016 coolo@suse.com
- updated to version 0.54.0
  see installed changelog.txt
* Wed Sep 28 2016 coolo@suse.com
- updated to version 0.53.0
  see installed changelog.txt
  0.32.0 09/27/2016
  =================
  add ability to pass ssl options as strings
  progress towards rspec
  update bundled certs
* Tue Aug 23 2016 coolo@suse.com
- updated to version 0.52.0
  see installed changelog.txt
  0.52.0 08/22/2016
  =================
  freeze string literals
  move toward interpolation, over concatenation (frozen string related)
  start conversion toward rspec
  move user/pass authorization header setting to request level
* Sat Jul 09 2016 coolo@suse.com
- updated to version 0.51.0
  see installed changelog.txt
  0.51.0 07/08/2016
  tweak new errors to be an alias rather than inherit
* Wed Jun 29 2016 coolo@suse.com
- updated to version 0.50.1
  see installed changelog.txt
  0.50.1 06/28/2016
  =================
  re-add some missing errors from refactoring
  0.50.0 06/28/2016
  =================
  expand readme
  refactor errors for consistancy
  optionally allow unstubbed requests
  parse/verify path as well as host for connection
* Wed Apr 06 2016 coolo@suse.com
- updated to version 0.49.0
  see installed changelog.txt
  0.49.0 03/28/2016
  =================
  fix nonblock ssl socket connect timeout handling
  fix README debug example
  make unique class for certificate errors
  connection logic cleanup
  change stubs back to global (with local option via defaults)
  specific handling for set-cookie header exceptions
* Tue Mar 08 2016 coolo@suse.com
- updated to version 0.48.0
  see installed changelog.txt
  0.48.0 03/07/2016
  =================
  optimize by writing part of body with headers when it fits in a chunk
* Wed Mar 02 2016 coolo@suse.com
- updated to version 0.47.0
  see installed changelog.txt
  0.47.0 02/29/2016
  =================
  fix bundled certs
  fix instrumentors to allow recording timings
* Sat Feb 27 2016 coolo@suse.com
- updated to version 0.46.0
  see installed changelog.txt
  0.46.0 02/26/2016
  empty host header for unix sockets
  raise EOFError on unexpectedly read nil
  add host/path/port to response
  keep cookies through redirects
  fix to skip decompressing empty bodies
  fix escaping for query string
  README improvements
  fix SocketError initializer
  fix incorrect error class usage
* Tue Jul 14 2015 coolo@suse.com
- updated to version 0.45.4
  see installed changelog.txt
  0.45.4 07/13/2015
  =================
  fix undefined errors in error handling
  ignore empty proxy values
* Thu Apr 23 2015 coolo@suse.com
- updated to version 0.45.3
  see installed changelog.txt
  0.45.3 04/21/2015
  =================
  guard warning about openssl versions in case constant undefined
  ensure rackup listens properly, fixes local tests
* Fri Apr 17 2015 coolo@suse.com
- updated to version 0.45.2
* Tue Apr 07 2015 coolo@suse.com
- updated to version 0.45.1
  - fix scope for readline buffer, fixes dropped initial characters
* Fri Mar 27 2015 coolo@suse.com
- updated to version 0.45.0
  prefer default SSL config to ENV, when available
  document instrumentor deviation from rails format
  better error/warning around openssl 1.0.2 bug
  fix nonblocking ssl connect to not have tight loop
  also remove user/pass when following redirects
* Thu Mar 05 2015 coolo@suse.com
- updated to version 0.44.4