A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/jnunemaker/httparty

https://github.com/jnunemaker/httparty - v0.24.2

Full Changelog: https://github.com/jnunemaker/httparty/compare/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)

- Ruby
Published by jnunemaker about 2 months ago

https://github.com/jnunemaker/httparty - v0.24.1

What's Changed

New Contributors

Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.24.0...v0.24.1

- Ruby
Published by jnunemaker about 2 months ago

https://github.com/jnunemaker/httparty - v0.24.0

What's Changed

Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.23.2...v0.24.0

- Ruby
Published by jnunemaker 2 months ago

https://github.com/jnunemaker/httparty - 0.23.2

What's Changed

New Contributors

Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.23.1...v0.23.2

- Ruby
Published by jnunemaker 5 months ago

https://github.com/jnunemaker/httparty - v0.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.23.0

- Ruby
Published by jnunemaker 11 months ago

https://github.com/jnunemaker/httparty - v0.22.0

What's Changed

New Contributors

Full Changelog: https://github.com/jnunemaker/httparty/compare/v0.21.0...v0.22.0

- Ruby
Published by jnunemaker almost 2 years ago

https://github.com/jnunemaker/httparty - v0.17.3

- Ruby
Published by TheSmartnik about 6 years ago

https://github.com/jnunemaker/httparty - v0.17.2

- Ruby
Published by TheSmartnik about 6 years ago