Skip to content

Releases: pinpt/httpclient

2.0.1

27 Jun 15:38
d374c2f
Compare
Choose a tag to compare

add ability to set a package level Debug to turn on debugging

2.0.0

15 Aug 02:28
Compare
Choose a tag to compare

Fixed issues with test cases
Return immediately on 422 error

1.2.1

30 Mar 01:57
Compare
Choose a tag to compare

Treat bad request and server error as non-retryable

1.2.0

30 Mar 01:19
Compare
Choose a tag to compare

Better handling for 400 Bad Request response

1.1.2

25 Oct 02:00
Compare
Choose a tag to compare

Add additional status codes that shouldn't be retried

1.1.1

24 Aug 01:10
be77796
Compare
Choose a tag to compare

Added new in body paginator

1.1.0

12 Jul 18:59
Compare
Choose a tag to compare

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

10 Jul 20:19
Compare
Choose a tag to compare

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

15 Mar 22:48
Compare
Choose a tag to compare

Make sure we have reasonable defaults for Configuration if only one property of the config is set.

1.0.1

15 Mar 21:33
Compare
Choose a tag to compare

Make sure on an error that any response body is fully read and closed to make sure we don't leak resources.