Recent Releases of https://github.com/socketry/multipart-post
https://github.com/socketry/multipart-post - v2.4.0
What's Changed
- Drop old ruby versions to get coverage to 100%. by @ioquatix in https://github.com/socketry/multipart-post/pull/103
- Add Ruby 3.3 to CI matrix by @m-nakamura145 in https://github.com/socketry/multipart-post/pull/106
- Add support for
CompositeReadIO#close. by @ioquatix in https://github.com/socketry/multipart-post/pull/107 - Modernize gem. by @ioquatix in https://github.com/socketry/multipart-post/pull/108
New Contributors
- @m-nakamura145 made their first contribution in https://github.com/socketry/multipart-post/pull/106
Full Changelog: https://github.com/socketry/multipart-post/compare/v2.3.0...v2.4.0
- Ruby
Published by ioquatix about 2 years ago
https://github.com/socketry/multipart-post - v2.3.0
What's Changed
- Move deprecated constants into dedicated files. by @ioquatix in https://github.com/socketry/multipart-post/pull/99
- Adds Ruby 3.2 to the CI matrix. Updates checkout actions versions. by @petergoldstein in https://github.com/socketry/multipart-post/pull/100
- Modernize gem by @ioquatix in https://github.com/socketry/multipart-post/pull/101
- Add support for coverage. by @ioquatix in https://github.com/socketry/multipart-post/pull/102
New Contributors
- @petergoldstein made their first contribution in https://github.com/socketry/multipart-post/pull/100
Full Changelog: https://github.com/socketry/multipart-post/compare/v2.2.3...v2.3.0
- Ruby
Published by ioquatix about 3 years ago
https://github.com/socketry/multipart-post - v2.2.3
What's Changed
- Restore compatibility back to Ruby 2.3 by @ioquatix in https://github.com/socketry/multipart-post/pull/95
Full Changelog: https://github.com/socketry/multipart-post/compare/v2.2.2...v2.2.3
- Ruby
Published by ioquatix over 3 years ago
https://github.com/socketry/multipart-post - v2.2.2
What's Changed
- Drop Ruby 2.5 or earlier by @tnir in https://github.com/socketry/multipart-post/pull/93
New Contributors
- @tnir made their first contribution in https://github.com/socketry/multipart-post/pull/93
Full Changelog: https://github.com/socketry/multipart-post/compare/v2.2.0...v2.2.2
- Ruby
Published by ioquatix over 3 years ago
https://github.com/socketry/multipart-post - v2.2.0
What's Changed
- Add the ability to set Content-ID header for ParamPart by @ethnt in https://github.com/socketry/multipart-post/pull/62
- Add note on semantic versioning to README by @jspanjers in https://github.com/socketry/multipart-post/pull/64
- Refactor parts into multipart post namespace by @patrickdavey in https://github.com/socketry/multipart-post/pull/65
- Add Patrick Davey to the copyright by @patrickdavey in https://github.com/socketry/multipart-post/pull/66
- CI: add 2.7 by @olleolleolle in https://github.com/socketry/multipart-post/pull/67
- Explain setting parts_headers in README by @Timothyjb in https://github.com/socketry/multipart-post/pull/68
- CI GitHub actions by @Lewiscowles1986 in https://github.com/socketry/multipart-post/pull/72
- parts.rb: Use a mutable string by @olleolleolle in https://github.com/socketry/multipart-post/pull/70
- README: Use build status badge for GitHub Actions by @olleolleolle in https://github.com/socketry/multipart-post/pull/74
- cleanup: Drop unused Travis CI configuration file by @olleolleolle in https://github.com/socketry/multipart-post/pull/73
- Frozen string for entire library by @Lewiscowles1986 in https://github.com/socketry/multipart-post/pull/75
- Use
frozen_string_literal: true. by @ioquatix in https://github.com/socketry/multipart-post/pull/78 - CI: Add Ruby 3.1 to testing matrix by @olleolleolle in https://github.com/socketry/multipart-post/pull/80
- Add a CHANGELOG.md by @olleolleolle in https://github.com/socketry/multipart-post/pull/84
- README: Add syntax highlighting to examples by @olleolleolle in https://github.com/socketry/multipart-post/pull/83
- Allow mixed key types for parts headers by @jasonyork in https://github.com/socketry/multipart-post/pull/79
- Modernize gem. by @ioquatix in https://github.com/socketry/multipart-post/pull/85
- CHANGELOG: add #79 by @olleolleolle in https://github.com/socketry/multipart-post/pull/88
- Rework file structure & license header. by @ioquatix in https://github.com/socketry/multipart-post/pull/89
- Add faraday-multipart as external test. by @ioquatix in https://github.com/socketry/multipart-post/pull/90
- Add more external tests. by @ioquatix in https://github.com/socketry/multipart-post/pull/91
New Contributors
- @ethnt made their first contribution in https://github.com/socketry/multipart-post/pull/62
- @jspanjers made their first contribution in https://github.com/socketry/multipart-post/pull/64
- @patrickdavey made their first contribution in https://github.com/socketry/multipart-post/pull/65
- @Timothyjb made their first contribution in https://github.com/socketry/multipart-post/pull/68
- @Lewiscowles1986 made their first contribution in https://github.com/socketry/multipart-post/pull/72
- @ioquatix made their first contribution in https://github.com/socketry/multipart-post/pull/78
- @jasonyork made their first contribution in https://github.com/socketry/multipart-post/pull/79
Full Changelog: https://github.com/socketry/multipart-post/compare/v2.1.1...v2.2.0
- Ruby
Published by ioquatix almost 4 years ago