Add change-note

This commit is contained in:
Matt Schwager
2025-07-23 07:03:26 -04:00
parent 5192f3128a
commit d8b9d4d17a

View File

@@ -0,0 +1,7 @@
---
category: fix
---
* Made the following changes to `NetHttpRequest`
* Adds `connectionNode`, like other Ruby HTTP clients
* Makes `requestNode` and `connectionNode` public so subclasses can use them
* Adds detection of `Net::HTTP.start`, a common way to make HTTP requests in Ruby