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