./www/ruby-excon, EXtended http(s) CONnections

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.5, Package name: ruby32-excon-1.2.5, Maintainer: pkgsrc-users

excon

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: 172 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 16:07:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 1.2.5

1.2.5 (2025-02-27)

* update bundled certs
* add logger to dependencies for forwards compatibility
   2025-02-25 15:09:49 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 1.2.4

1.2.4 (2025-01-03)

* fix usage of rescue in modifier form with condition
* add pass through for option to ignore OpenSSL EOF errors
* add rdoc as dev dep for 3.5+ where it is no longer default
   2025-01-19 17:51:48 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
www/ruby-excon: update to 0.110.0

0.110.0 (2024-03-12)

* update bundled default certificates