Releases: pinpt/httpclient
Releases · pinpt/httpclient
2.0.1
add ability to set a package level Debug to turn on debugging
2.0.0
Fixed issues with test cases
Return immediately on 422 error
1.2.1
Treat bad request and server error as non-retryable
1.2.0
Better handling for 400 Bad Request response
1.1.2
Add additional status codes that shouldn't be retried
1.1.1
Added new in body paginator
1.1.0
Fixed issue with "wsasend: An existing connection was forcibly closed by the remote host." encountered on Windows under large paginated requests. It looks to be related to having too many open connections to a host during streaming.
1.0.3
Fixed issue where Github is returning a 409 Conflict in cases where you try and fetch commits from a git repo that has no commits yet.
1.0.2
Make sure we have reasonable defaults for Configuration if only one property of the config is set.
1.0.1
Make sure on an error that any response body is fully read and closed to make sure we don't leak resources.