Update httparty requirement from ~> 0.17.1 to >= 0.17.1, < 0.23.0
Updates the requirements on httparty to permit the latest version.
Release notes
Sourced from httparty's releases.
v0.22.0
What's Changed
- Fix typo in example name by
@xymbolin jnunemaker/httparty#780- Extract request building method by
@aliismayilovin jnunemaker/httparty#786- CI: Tell dependabot to update GH Actions by
@olleolleollein jnunemaker/httparty#791- Add CSV gem as a dependency for Ruby 3.4 by
@nganin jnunemaker/httparty#796- Clear body when redirecting to a GET by
@rhett-inboxin jnunemaker/httparty#783- CI against Ruby 3.3 by
@y-yagiin jnunemaker/httparty#798- Bump actions/checkout from 3 to 4 by
@dependabotin jnunemaker/httparty#792- Allow regexpr on raise errors. by
@ryanfox1985in jnunemaker/httparty#778- Avoid anonymous eval by
@casperisfinein jnunemaker/httparty#776- Lazy load some gems by
@orgadsin jnunemaker/httparty#760- Redirect with authorization credentials to same host for relative paths by
@jasonheecsin jnunemaker/httparty#700- Drop old ruby support by
@jnunemakerin jnunemaker/httparty#799New Contributors
@aliismayilovmade their first contribution in jnunemaker/httparty#786@nganmade their first contribution in jnunemaker/httparty#796@rhett-inboxmade their first contribution in jnunemaker/httparty#783@y-yagimade their first contribution in jnunemaker/httparty#798@dependabotmade their first contribution in jnunemaker/httparty#792@ryanfox1985made their first contribution in jnunemaker/httparty#778@casperisfinemade their first contribution in jnunemaker/httparty#776@jasonheecsmade their first contribution in jnunemaker/httparty#700Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.21.0...v0.22.0
Changelog
Sourced from httparty's changelog.
Changelog
All notable changes since 0.22 are documented in GitHub Releases.
0.21.0
- escape filename in the multipart/form-data Content-Disposition header
- Fix request marshaling
- Replace
mime-typeswithmini_mime0.20.0
Breaking changes
- Require Ruby >= 2.3.0
Fixes
Marshal.dumpfails on response objects when request option:loggeris set or:parseris a proc- Switch
:pemoption to toOpenSSL::PKey.readto support other algorithms0.19.1
0.19.0
- Multipart/Form-Data: rewind files after read
- add frozen_string_literal pragma to all files
- [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](jnunemaker/httparty#729)
0.18.1
- Rename cop Lint/HandleExceptions to Lint/SuppressedException.
- Encode keys in query params.
- Fixed SSL doc example.
- Add a build status badge.
0.18.0
- Support gzip/deflate transfer encoding when explicit headers are set.
- Support edge case cookie format with a blank attribute.
0.17.3
0.17.2 is broken jnunemaker/httparty#681
0.17.2
... (truncated)
Commits
6e1f154master => main15c1b4bRelease 0.22.03155f48Update changelog to point at github releasese516b11Merge pull request #799 from jnunemaker/drop-old-rubies322785dDrop old ruby supportca47360Merge branch 'master' of https://github.com/jasonheecs/httparty into jasonhee...b9bd421Merge pull request #760 from orgads/lazy-require5b25ae9Merge pull request #776 from Shopify/avoid-anonymous-eval8773af1Fix regex specsbaa5e16Merge branch 'raise_on_regexpr' of https://github.com/ryanfox1985/httparty in...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
1875bac) to head (d6ad0a8).
Additional details and impacted files
@@ Coverage Diff @@
## main #538 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 677 677
=========================================
Hits 677 677
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I approve this and request it to be merged and released. While meilisearch-ruby 0.27 and earlier allowed httparty from 0.17.1 to (including) 0.21.x, in #531 it was accidentally restricted to 0.17.x with x>=1 for meilisearch 0.28.0.
In the spirit of https://github.com/meilisearch/meilisearch-ruby/pull/530#issuecomment-2099016483, the version should be ~> 0.17 which would allow any 0.x. This was also mentioned in https://github.com/meilisearch/meilisearch-ruby/commit/79e6b0467f9189626c804387f6dfcc1078224850#commitcomment-143136367
I already started creating a PR (see commit here: https://github.com/bb/meilisearch-ruby/commit/dfbdcc72cf7ef1dde89c4437a57c2da384d94aeb) but noticed this PR just before submitting mine.