Skip to content

Bump httparty from 0.24.0 to 0.24.2#11

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/bundler/httparty-0.24.2
May 12, 2026
Merged

Bump httparty from 0.24.0 to 0.24.2#11
github-actions[bot] merged 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 12, 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 Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch from fa874f6 to 7e187d5 Compare May 12, 2026 22:22
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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/httparty-0.24.2 branch from 7e187d5 to 7915da5 Compare May 12, 2026 22:23
@github-actions github-actions Bot merged commit c77b65b into master May 12, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/bundler/httparty-0.24.2 branch May 12, 2026 22:23
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