2025-01-19 17:51:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 1.2.3 1.2.3 (2025-01-03) * fix misc cops * fix performance cops * update bundled certs |
2024-12-11 15:22:08 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 1.2.2 1.2.0 (2024-11-07) * convert query to query string for stubs and stub matching for consistency * fix default port handling for proxy connect requests 1.2.1 (2024-11-14) * fix for socket error edge case 1.2.2 (2024-11-17) * update bundled certs |
2024-11-06 16:02:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 1.1.1 1.0.0 (2024-10-24) * drop default ports by default * deprecate omit_default_port and add include_default_port option * remove most client errors from defaults to retry with idempotent * add decompress middleware to default middlewares 1.1.0 (2024-10-29) * handle empty content-encoding header in decompress middleware * use casecmp? instead of casecmp().zero? for ease of reading/usage * allow connections to be instantiated without parameters 1.1.1 (2024-10-30) * just split query params for stubs and stub matching, avoid escape/unescape |
2024-10-21 16:48:12 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.112.0 0.112.0 (2024-10-01) * update bundled certs |
2024-07-13 17:37:29 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.111.0 0.111.0 (2024-07-08) - lint fixes - fixes related to rackup for testing - update bundled certs |
2024-03-24 15:43:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.110.0 0.110.0 (2024-03-12) * update bundled default certificates |
2024-02-04 07:49:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.109.0 0.109.0 (2024-01-03) * fix to properly utilize `Resolv::DefaultResolver.replace_resolvers` values |
2023-12-17 17:19:56 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.108.0 0.104.0 (2023-09-29) * fix dates in changelog * add resolv_resolver option and deprecate dns_timeout 0.105.0 (2023-11-28) * add support for non-blocking request timeouts 0.106.0 (2023-12-13) * add rackup to Gemfile * bump actions/stale version * update bundled default certs 0.107.0 (2023-12-15) * performance improvements for nonblocking sockets 0.108.0 (2023-12-15) * fix array syntax error for old ruby versions |
2023-09-18 19:44:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.103.0 0.103.0 (2023-09-13) * fix cert related warnings * update checkout github action * add option to specify dns_timeout * update bundled default certs |
2023-08-26 17:00:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: www/ruby-excon: update to 0.102.0 0.101.0 (2023-09-23) * remove old Ruby 1.9 related conditionals and code * add jruby to test matrix * update bundled certs 0.102.0 (2023-09-23) * revert bundled cert update for now, as it is breaking tests |