Releases: Adyen/adyen-networking-ios
Releases · Adyen/adyen-networking-ios
2.0.0
What's Changed
- Ensures request counter is changed only on UI thread.
- Adds
URLSessionConfiguration
parameter toAPIClient
init to make it configurable - Adds async/await methods to
APIClient
behindAsyncAPIClientProtocol
. - Logging Improvements.
- Add
HTTPResponse
andHTTPError
envelopes. - Adds support for all possible HTTP REST methods.
- Adds support for empty response body.
- Add
AnyCoder
protocol to enable custom encoding and decoding.
1.0.0
- Fixes some edge cases in the core
APIClient
.
1.0.0-beta.3
- Adds the
ErrorResponseType
associatedtype
to theRequest
protocol to define the error response type. - Removes the
ErrorType
associatedtype
from theResponse
protocol.
1.0.0-beta.2
- Makes some utility code internal.
1.0.0-beta.1
- Initial beta release of the SDK.