Skip to content

Releases: Adyen/adyen-networking-ios

2.0.0

15 Aug 14:40
47b566e
Compare
Choose a tag to compare

What's Changed

  • Ensures request counter is changed only on UI thread.
  • Adds URLSessionConfiguration parameter to APIClient init to make it configurable
  • Adds async/await methods to APIClient behind AsyncAPIClientProtocol .
  • Logging Improvements.
  • Add HTTPResponse and HTTPError 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

17 Aug 13:50
Compare
Choose a tag to compare
  • Fixes some edge cases in the core APIClient.

1.0.0-beta.3

02 Aug 11:37
Compare
Choose a tag to compare
  • Adds the ErrorResponseType associatedtype to the Request protocol to define the error response type.
  • Removes the ErrorType associatedtype from the Response protocol.

1.0.0-beta.2

02 Aug 09:37
Compare
Choose a tag to compare
  • Makes some utility code internal.

1.0.0-beta.1

30 Jul 14:04
Compare
Choose a tag to compare
  • Initial beta release of the SDK.