Path to this page:
./
www/ruby-excon,
EXtended http(s) CONnections
Branch: CURRENT,
Version: 1.2.2,
Package name: ruby32-excon-1.2.2,
Maintainer: pkgsrc-usersexcon
Usable, fast, simple Ruby HTTP 1.1
Excon was designed to be simple, fast and performant. It works great as a
general HTTP(s) client and is particularly well suited to usage in API
clients.
Master sites:
Filesize: 173.5 KB
Version history: (Expand)
- (2024-12-11) Updated to version: ruby32-excon-1.2.2
- (2024-11-06) Updated to version: ruby32-excon-1.1.1
- (2024-10-21) Updated to version: ruby32-excon-0.112.0
- (2024-07-13) Updated to version: ruby32-excon-0.111.0
- (2024-03-24) Updated to version: ruby32-excon-0.110.0
- (2024-02-04) Updated to version: ruby31-excon-0.109.0
CVS history: (Expand)
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
|