Skip to content

Bump httparty from 0.24.0 to 0.24.2#4610

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

Bump httparty from 0.24.0 to 0.24.2#4610
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/httparty-0.24.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps httparty from 0.24.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

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.
  • See full diff in compare view

@dependabot dependabot Bot added dependencies ruby Pull requests that update ruby code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch 3 times, most recently from d5321b6 to 3943374 Compare May 13, 2026 13:33
@dependabot dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch 3 times, most recently from d226e21 to 3ea567a Compare June 2, 2026 17:30
@dependabot dependabot Bot changed the title Bump httparty from 0.20.0 to 0.24.2 Bump httparty from 0.24.0 to 0.24.2 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch from 3ea567a to baae835 Compare June 2, 2026 18:32
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.24.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.24.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 baae835 to 2f2be60 Compare June 2, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants