- Add DeleteBody() function
- Handle 429 responses including Retry-After header
- Retry on specific authentication failures
- Enhance authentication error messages
- Return an error if authentication fails
- Add mutex to synchronize authentications
- Only retry on 408 and 5xx HTTP response status codes
- Return response payload in case of HTTP errors
- Initial release