- BREAKING CHANGE: Add support for API token autentication
- Honor proxy settings (
HTTP_PROXY,HTTPS_PROXY,NO_PROXYenvironment variables)
- Fix deadlock when retrieving version
- Expose SD-WAN Manager version in client
- Switch to
slogpackage for logging
- 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