Skip to content

Bump httparty from 0.22.0 to 0.24.2 - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/httparty-0.24.2
Open

Bump httparty from 0.22.0 to 0.24.2#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/httparty-0.24.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps httparty from 0.22.0 to 0.24.2.

Release notes

Sourced from httparty's releases.

v0.24.2

Full Changelog: jnunemaker/httparty@v0.24.1...v0.24.2

Bug Fixes

  • Streaming uploads are now opt-in - The streaming multipart upload feature introduced in 0.24.0 caused compatibility issues with some servers (returning 400 errors). Streaming is now disabled by default to preserve backwards compatibility. Enable it explicitly with stream_body: true for memory-efficient large file uploads. (#832)

Example

# Default behavior (buffered, compatible with all servers)
HTTParty.post('http://example.com/upload', body: { file: File.open('large.zip') })
Opt-in to streaming for large files (reduced memory usage)
HTTParty.post('http://example.com/upload', body: { file: File.open('large.zip') }, stream_body: true)

v0.24.1

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.24.0...v0.24.1

v0.24.0

What's Changed

Full Changelog: jnunemaker/httparty@v0.23.2...v0.24.0

0.23.2

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.23.1...v0.23.2

v0.23.1

... (truncated)

Commits
  • 9c89e55 fix: make streaming uploads opt-in for backwards compatibility
  • 906aab0 Release 0.24.1
  • 06d4363 Merge pull request #833 from serixscorpio/fix-stream-multipart-non-file-header
  • 51cc6b9 fix: freeze time in logstash formatter test to prevent flaky failures
  • bbc4658 Add trailing clrf when building header for non-file parts.
  • 55ec76e Release 0.24.0
  • ddfbc8d Merge pull request #830 from jnunemaker/fix-ssrf-base-uri-bypass
  • 0529bcd fix: prevent SSRF via absolute URL bypassing base_uri (GHSA-hm5p-x4rq-38w4)
  • 05f38fd Merge pull request #829 from jnunemaker/memory
  • 8901c23 feat: stream multipart file uploads to reduce memory usage
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 19, 2026
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.22.0 to 0.24.2.
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md)
- [Commits](jnunemaker/httparty@v0.22.0...v0.24.2)

---
updated-dependencies:
- dependency-name: httparty
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch from ca2ad83 to 0c01a1c Compare June 16, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants