Update httparty 0.21.0 → 0.22.0 (major) #375
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
0.22.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
master => main
Release 0.22.0
Update changelog to point at github releases
Merge pull request #799 from jnunemaker/drop-old-rubies
Drop old ruby support
Merge branch 'master' of https://github.com/jasonheecs/httparty into jasonheecs-master
Merge pull request #760 from orgads/lazy-require
Merge pull request #776 from Shopify/avoid-anonymous-eval
Fix regex specs
Merge branch 'raise_on_regexpr' of https://github.com/ryanfox1985/httparty into ryanfox1985-raise_on_regexpr
Merge pull request #792 from jnunemaker/dependabot/github_actions/actions/checkout-4
Merge pull request #798 from y-yagi/ci-against-ruby33
CI against Ruby 3.3
Merge pull request #783 from rhett-inbox/clear-body-on-redirect
Merge pull request #796 from ngan/add-csv-gem
Add CSV gem as a dependency for Ruby 3.4
Bump actions/checkout from 3 to 4
Merge pull request #791 from olleolleolle/patch-1
CI: Tell dependabot to update GH Actions
Lazy load some gems
Merge pull request #786 from aliismayilov/extract-request-building-method
Extract request building method
spacing
extract core redirection logic from handle_response as the method was getting lengthy. introduce logic to clear the body when redirecting to a GET
Merge pull request #780 from xymbol/typo
Fix typo in example name
Allow regexpr on raise errors.
Avoid anonymous eval
Commits
See the full diff on Github. The new version differs by 36 commits:
Bump version to 0.7.1
Relax required Ruby version constraint to allow installation on Debian stable
Bump version to 0.7.0
Add bin for development
Drop support for Ruby 3.0
Update runtime dependency in gemspec
Update development dependencies in Gemfile
Clean up code
Update copyright year
Update name
Clean up code
Use parentheses for super with arguments
Add ruby 3.3 to CI
Add bigdecimal as a runtime dependency
Remove dependency on base64
Don't mutate strings
Remove Travis
Travis: jruby-9.1.14.0 (#61)
CHANGELOG update for 0.6.0 (#59)
Add REXML
Update gemspec
Update for ox > 2.4.11 (#60)
Create ci.yml
Update name and date
Update rubocop
Remove Coveralls
Allow any version of Bundler
Create FUNDING.yml
Update rubocop dependency to >= 0.47
CI against MRI 2.4.0, MRI 2.2.6 and JRuby 9.1.7.0 (#56)
Provide an exception class and message as arguments to raise
Use each_with_object instead of inject
Use the new Ruby 1.9 hash syntax
Update copyright year
Drop support for Ruby versions less than 2.2.2
Dropped support for Ruby 1.9.3 (#55)
🆕 csv (added, 3.3.0)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands