Breaking Changes
Default Content-Type Removed
The default behavior of automatically setting the Content-Type header to application/x-www-form-urlencoded for requests with a body (e.g., POST, PUT) when the header was not explicitly set has been removed.
If your application relied on this automatic default, your requests will now be sent without a Content-Type header, potentially breaking compatibility with certain servers.
What's Changed
- [DOC] Fix broken rdoc-ref links by @st0012 in #199
- Don't double-interrupt the test HTTP server by @headius in #197
- Provide a 'Changelog' link on rubygems.org/gems/net-http by @mark-young-atg in #201
- Freeze some constants to improve Ractor compatibility by @osyoyu in #206
- Support pretty_print by @nobu in #160
- Add a workflow to sync commits to ruby/ruby by @k0kubun in #230
New Contributors
- @st0012 made their first contribution in #199
- @headius made their first contribution in #197
- @mark-young-atg made their first contribution in #201
- @osyoyu made their first contribution in #206
Full Changelog: v0.6.0...v0.7.0