File rubygem-faraday.changes of Package rubygem-faraday

-------------------------------------------------------------------
Tue Aug 19 09:12:16 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.13.4

-------------------------------------------------------------------
Fri Jun 20 00:21:43 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.13.1

-------------------------------------------------------------------
Fri Dec 20 17:44:11 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.12.2

-------------------------------------------------------------------
Fri Nov 22 11:34:16 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.12.1

-------------------------------------------------------------------
Sun Sep 22 00:03:28 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.12.0

-------------------------------------------------------------------
Tue Jul 30 14:02:21 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.10.0

-------------------------------------------------------------------
Thu Feb  1 00:17:36 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.9.0

-------------------------------------------------------------------
Sun Sep  3 21:47:30 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.7.10

-------------------------------------------------------------------
Sat Jan 14 01:59:27 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>

- update to 2.7.2

-------------------------------------------------------------------
Fri May 20 15:03:05 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.10.0

-------------------------------------------------------------------
Thu Jan 27 17:32:41 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.9.3

-------------------------------------------------------------------
Sat Jul 10 00:51:00 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.4.3

-------------------------------------------------------------------
Thu May 13 04:41:04 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.4.1

-------------------------------------------------------------------
Sun Nov 29 17:12:12 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.1.0

-------------------------------------------------------------------
Wed Jun 24 19:01:11 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

- update to 1.0.1

-------------------------------------------------------------------
Wed Jan 22 02:03:10 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

- update to 0.17.3

-------------------------------------------------------------------
Fri Dec 21 17:34:41 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>

- update to 0.15.4

-------------------------------------------------------------------
Tue Jul 25 10:36:24 UTC 2017 - mrueckert@suse.de

- update to 0.12.2

-------------------------------------------------------------------
Mon May  1 12:24:38 UTC 2017 - mrueckert@suse.de

- update to 0.11.0

-------------------------------------------------------------------
Fri Feb  3 23:03:02 UTC 2017 - mrueckert@suse.de

- downgrade to 0.10.1

-------------------------------------------------------------------
Fri Feb  3 22:46:03 UTC 2017 - mrueckert@suse.de

- update to 0.11.0

-------------------------------------------------------------------
Mon Nov 16 23:33:33 UTC 2015 - mrueckert@suse.de

- update 0.9.2

-------------------------------------------------------------------
Mon Apr  6 13:35:47 UTC 2015 - mrueckert@suse.de

- update to 0.9.1

-------------------------------------------------------------------
Fri Jul 25 16:31:05 UTC 2014 - mrueckert@suse.de

- update to 0.8.9
  - Hot fix for ruby v2.1.0 (@mislav)
  - Bump excon gem (@mislav)
- update to 0.8.8
  - Better Ruby 2.0 compatibility
  - Better HTTP proxy + basic authentication support across
    adapters -
  - integration tests against a real proxy server
  - More consistent handling of connection failures across adapters
  - Free of syntax warnings in Ruby verbose mode - verified by our
    CI
  https://github.com/lostisland/faraday/compare/v0.8.7...v0.8.8
- update to 0.8.7
  - no more gemspec generation
  - fix escaping Unicode characters in Ruby 1.8.7
  - fix copy_stream test for Rubinius and JRuby
- update to 0.8.6
  - skip `copy_stream` test on Ruby 1.8
  - fix binary-to-binary comparison on Ruby 2.0
  - multibyte compatibility and tests for CompositeReadIO
  - fix Gemfile for Rubies <= 1.9
  - stop tolerating Ruby 2.0 failures on Travis CI
  - include em-synchrony in Ruby 2.0
  - fix file uploads with Ruby 2.0 net/http
  - set a default user agent
- update to 0.8.5
  - disable EmHttp tests on JRuby + SSL
  - enable passing test flags to `script/test`
  - temporarily skip JRuby + SSL because CI stalls indefinitely
  - don't use `testrb` as test runner
  - bring in Connection#initialize docs from master
  - respect user+password credentials from HTTP proxy URI
  - optimize and test Utils.escape()
  - standards-compliant URI escaping
  - bring in gemspec from master
  - fix adopting nested query params from URLs
  - Handle the case of an unreachable network.
  - work around Excon problem with JRuby + SSL
  - add `jruby?`, `ssl_mode?` test helpers
  - move WEBrick SSL config to script/test
  - hardcode Patron into no cert verification on SSL
  - enable test suite in SSL mode
  - script/test: try avoid rbx glitch
  - script/test: avoid using Timeout while waiting for server
  - fix EM Synchrony PATCH and OPTIONS methods
  - fix script/test exit status
- update to 0.8.4
  - script/test now has fixed shebang
  - tweak .gitignore
  - remove config.ru since it was only needed for Heroku
  - Don't buffer test logs
  - Require zlib for Ruby 1.8
  - Fix test shebang
- update to 0.8.2
  - fix Excon SSL ca_path, ca_file settings
  - allow Excon 0.15 or greater
  - Require excon 0.14.1 which fixes timeout issue
  - script/test: support extra args for test/unit after "--"
  - script/test: nicer message when bundle is out of date
  - increase script/test timeout to hopefully fix rbx
  - disable timeout test for net-http-persistent due to bug
  - stop using Webmock
  - Bump sinatra version requirement.
  - Fix the rdoc to pass in an actual Rack app, not class.
  - Fix test script examples in README
  - Add Zlib::GzipFile::Error to the list of errors that may be
    raised by net/http
  - improve Readme
  - remove Travis & Gemnasium badges from README
  - enable Excon tests on Rubinius
  - raise proper exception for Excon timeout
  - Excon: fix file uploads
  - `script/test` spins up test server, runs test suite
  - don't test with Typhoeus v0.4.x
  - Disabled failing timeout test.
  - set excon timeouts from faraday configuration and handle
    timeout errors
  - don't override excon's global connection settings
  - Fix permissions of Rakefile
  - fix release process from branch other than master
- update to 0.8.1
  - fix EmHttp adapter: there is no configure_socket
  - remove faulty example of how to set per-request proxy
  - GitHub automatically inserts anchors [ci skip]
  - Fix ssl config in Excon adapter
  - Fix options in EM::Synchrony adapter
  - Merge pull request #147 from
    rjackson/silence_system_timer_warn_on_jruby
  - Only require system_timer in MRI 1.8.
  - Do not rely on RUBY_ENGINE being undefined in MRI.
  - Use RUBY_ENGINE to determine if system_timer is needed.
  - Do not suggest system_timer for JRuby.
  - Allow CI failures of MRI 2.0
  - Exclude tests from code coverage report
  - Test against MRI 2.0

-------------------------------------------------------------------
Wed Jul 23 15:06:26 UTC 2014 - mrueckert@suse.de

- added gem2rpm.yml: set proper license

-------------------------------------------------------------------
Wed Jul 23 13:28:25 UTC 2014 - mrueckert@suse.de

- - initial package

openSUSE Build Service is sponsored by