All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added headers inspection middleware and option.
- Bug Fix: Update Host for Redirect URL in go client.
- GA Release.
- Adds Response Headers to the ApiError returned on Api requests errors.
- Exit retry handler earlier if context is done.
- Adds exported method
ReplacePathTokens
that can be used to process url replacement logic globally.
- Context deadline for requests defaults to client timeout when not provided.
- Adds ResponseStatusCode to the ApiError returned on Api requests errors.
- Added UrlReplaceHandler that replaces segments of the URL.
- Added implementation methods for backing store.
- Added a method to convert abstract requests to native requests in the request adapter interface.
- Added User Agent handler to add the library information as a product to the header.
- Fixed a bug where retry handling wouldn't rewind the request body before retrying.
- Added support for multi-valued request headers.
- Fixed http.request_content_length attribute name for tracing
- Added support for tracing via OpenTelemetry.
- Fixed bug for http go where response handler was overwritten in context object.
- Added support for constructing a proxy authenticated client.
- Updated reference to abstractions.
- Added support for additional status codes.
- Adds context param in send async methods
- Default 100 secs timeout for all request with a default context.
- Fixed a bug where an error would be returned for a 201 response with described response.
- Adds a chaos handler optional middleware for tests
- Fixed an issue where response error was ignored for Patch calls
- Updated abstractions and yaml dependencies.
- Adds support for enum or enum collections responses
- Fixed a bug where CAE support would leak connections when retrying.
- Adds support for continuous access evaluation.
- Upgraded to abstractions 0.4.0.
- Upgraded to go 18.
- Added support for decoding special characters in query parameters names.
- Initial tagged release of the library.