Sourced from httparty's releases.
v0.24.0
What's Changed
- Force binary encoding throughout by
@jnunemakerin jnunemaker/httparty#823- set Content-Type for Hash body in requests by
@jnunemakerin jnunemaker/httparty#828- feat: stream multipart file uploads to reduce memory usage by
@jnunemakerin jnunemaker/httparty#829- fix: prevent SSRF via absolute URL bypassing base_uri by
@jnunemakerin jnunemaker/httparty#830Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.23.2...v0.24.0
0.23.2
What's Changed
- Add changelog_uri metadata to gemspec by
@baraidrissain jnunemaker/httparty#817- Fix multipart with files in binary mode and fields including non-ASCII characters by
@rdimartinoin jnunemaker/httparty#822New Contributors
@baraidrissamade their first contribution in jnunemaker/httparty#817@rdimartinomade their first contribution in jnunemaker/httparty#822Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.23.1...v0.23.2
v0.23.1
- Add foul option to class level https://github.com/jnunemaker/httparty/commit/d2683879c902b278a0776620dd7510c99a9db670
Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.23.0...v0.23.1
v0.23.0
What's Changed
- new: foul mode to rescue all common network errors: https://github.com/jnunemaker/httparty/blob/891a4a8093afd4cacecab2719223e3170d07f1c0/examples/party_foul_mode.rb
- docs: replace master branch to main for better view by
@bestonyin jnunemaker/httparty#803- Update README.md by
@tradesmanhelixin jnunemaker/httparty#811New Contributors
@ashishra0made their first contribution with foul mode@bestonymade their first contribution in jnunemaker/httparty#803@tradesmanhelixmade their first contribution in jnunemaker/httparty#811Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.23.0
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
... (truncated)
Sourced from httparty's changelog.
Changelog
All notable changes since 0.22 are documented in GitHub Releases.
55ec76e
Release 0.24.0ddfbc8d
Merge pull request #830
from jnunemaker/fix-ssrf-base-uri-bypass0529bcd
fix: prevent SSRF via absolute URL bypassing base_uri
(GHSA-hm5p-x4rq-38w4)05f38fd
Merge pull request #829
from jnunemaker/memory8901c23
feat: stream multipart file uploads to reduce memory usage091bd6a
Merge pull request #828
from jnunemaker/issue-82659c0ac5
feat: set Content-Type for Hash body in requests5c8b45e
Merge pull request #823
from jnunemaker/mixed-encodings6419cb3
Force binary encoding throughoutc74571f
Release 0.23.2