Recent Releases of https://github.com/lostisland/faraday-net_http_persistent
https://github.com/lostisland/faraday-net_http_persistent - v2.3.1
What's Changed
- CI: Prepare Trusted Publisher for RubyGems by @djsmentya in https://github.com/lostisland/faraday-net_http_persistent/pull/27
New Contributors
- @djsmentya made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/27
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.3.0...v2.3.1
- Ruby
Published by olleolleolle 9 months ago
https://github.com/lostisland/faraday-net_http_persistent - v2.3.0
What's Changed
New features ✨
- Allow specifying connection name by @cocoahero in https://github.com/lostisland/faraday-net_http_persistent/pull/26
- Support ciphers SSLOptions by @saiqulhaq in https://github.com/lostisland/faraday-net_http_persistent/pull/24
New Contributors
- @cocoahero made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/26
- @saiqulhaq made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/24
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.2.0...v2.3.0
- Ruby
Published by iMacTia over 1 year ago
https://github.com/lostisland/faraday-net_http_persistent - v2.2.0
What's Changed
New Features
- Add a
#closeimplementation, calling#shutdownon any cached_connection by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/23 - Support
verify_hostnameSSL option by @stefanmb in https://github.com/lostisland/faraday-net_http_persistent/pull/25
Others
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in https://github.com/lostisland/faraday-net_http_persistent/pull/16
- Fix linting on CI by @bquorning in https://github.com/lostisland/faraday-net_http_persistent/pull/21
- CI: Add Ruby 3.3 by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/20
- CI: use ruby/setup-ruby in the publish workflow by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/22
New Contributors
- @petergoldstein made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/16
- @bquorning made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/21
- @stefanmb made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/25
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.1.0...v2.2.0
- Ruby
Published by iMacTia over 1 year ago
https://github.com/lostisland/faraday-net_http_persistent - v2.1.0
What's Changed
- Remove dependency from
faraday-net_httpadapter. by @iMacTia in https://github.com/lostisland/faraday-net_http_persistent/pull/15
New Contributors
- @iMacTia made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/15
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.0.2...v2.1.0
- Ruby
Published by iMacTia over 3 years ago
https://github.com/lostisland/faraday-net_http_persistent - v2.0.2
Changes
- Pin
faraday-net_httpversion to '< 3'
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.0.1...v2.0.2
- Ruby
Published by iMacTia over 3 years ago
https://github.com/lostisland/faraday-net_http_persistent - v2.0.1
Changes
- Re-add support for Faraday v1
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v2.0.0...v2.0.1
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-net_http_persistent - v2.0.0
What's Changed
- Switch to Faraday 2.0, Ruby 2.6 min requirement and test against 3.1
- Prepare this adapter for Faraday 2.0 by @mattbrictson in https://github.com/lostisland/faraday-net_http_persistent/pull/7
- CI: Drop Ruby 2.5, add Ruby 3.0 by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/10
- chore: Move dev deps to Gemfile by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/9
- fix: Depend on net-http-persistent 4.x in gemspec by @olleolleolle in https://github.com/lostisland/faraday-net_http_persistent/pull/11
New Contributors
- @mattbrictson made their first contribution in https://github.com/lostisland/faraday-net_http_persistent/pull/7
Full Changelog: https://github.com/lostisland/faraday-net_http_persistent/compare/v1.2.0...v2.0.0
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.2.0
Features
- Adding support for streamed responses (#6, @MikeRogers0)
Documentation
- README: Fix a broken link (#4, @olleolleolle)
- README: Fix a Markdown link (https://github.com/lostisland/faraday-net_http_persistent/commit/f7408a8fa16834596db4aaeb2a469415cccbcf90, @olleolleolle)
- Ruby
Published by iMacTia over 4 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.1.0
Dependency fix release
This release only contains a dependency fix where net_http_persistent is made a development dependency.
This is to avoid having the client automatically pulled into Faraday's dependencies as well, and will be made a normal dependency in v2.0
- Ruby
Published by iMacTia almost 5 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.0.3
Same as v1.0.2, but correctly updating the version in the codebase 🤦♂️
This improves the support for Ruby 3.0.0, by moving the conditional net-http-persistent dependency source into this gems Gemfile.
- Ruby
Published by MikeRogers0 almost 5 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.0.2
This minor release improves Ruby 3.0 support.
- Ruby
Published by MikeRogers0 almost 5 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.0.1
This is a minor release which should make it possible to remove net_http_persistent from the main Faraday repository.
https://github.com/lostisland/faraday/pull/1250 - Once this is released, this will be ready for merging.
- Ruby
Published by MikeRogers0 almost 5 years ago
https://github.com/lostisland/faraday-net_http_persistent - v1.0.0
v1.0 Release 🎉
Thanks to @MikeRogers0 for working on this gem 👏
- Ruby
Published by iMacTia almost 5 years ago