Releases: Adyen/adyen-dotnet-api-library
9.2.2
Adyen .NET API Library v14.2.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #988
Other Changes 🖇️
- chore(deps): update mstest monorepo to v3.2.2 by @renovate in #981
- chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 by @renovate in #980
- Release v14.2.0 by @AdyenAutomationBot in #992
AllowedOriginsResponse to AllowedOrigin
Full Changelog: v14.1.0...v14.2.0
Adyen .NET API Library v14.1.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #986
Other Changes 🖇️
- Release v14.1.0 by @AdyenAutomationBot in #987
Full Changelog: v14.0.1...v14.1.0
Adyen .NET API Library v14.0.1
What's Changed
Fixes ⛑️
- Update all services by @AdyenAutomationBot in #979
Other Changes 🖇️
- Update mustach for datetime and update AccountHolderTransactionListResponse by @AlexandrosMor in #983
- Release v14.0.1 by @AdyenAutomationBot in #984
Full Changelog: v14.0.0...v14.0.1
Adyen .NET API Library v14.0.0
What's Changed
Breaking Changes 🛠
- Update all services by @AdyenAutomationBot in #968
Other Changes 🖇️
- chore(deps): update adyen/release-automation-action action to v2 by @renovate in #976
- Revert "Delete VERSION" by @AlexandrosMor in #977
- Revert "chore(deps): update adyen/release-automation-action action to v2" by @wboereboom in #978
- Release v14.0.0 by @AdyenAutomationBot in #966
Full Changelog: v...v14.0.0
Adyen .NET API Library v
What's Changed
Other Changes 🖇️
- chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 by @renovate in #934
- Add deserialization instructions to README by @wboereboom in #970
- chore(deps): update github/codeql-action action to v3 by @renovate in #960
- chore(deps): update actions/setup-dotnet action to v4 by @renovate in #952
- Fix/empty post request by @wboereboom in #971
- Delete obsolete workflow files by @wboereboom in #975
- chore(deps): update mstest monorepo to v3.2.0 by @renovate in #974
- Delete VERSION by @wboereboom in #973
Full Changelog: v13.2.0...v
Adyen .NET API Library v13.2.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #964
Other Changes 🖇️
- Add util class for CardAcquisition Encoding/Decoding by @AlexandrosMor in #961
- Release v13.2.0 by @AdyenAutomationBot in #965
Full Changelog: v13.1.0...v13.2.0
Adyen .NET API Library v13.1.0
What's Changed
New Features 💎
- support CancellationToken passing to base API by @selfdeceited in #937
- Update models + services by @AdyenAutomationBot in #949
Other Changes 🖇️
- add missing disputes link in the readme by @Aleffio in #931
- Fix Terminal api missing encryption by @AlexandrosMor in #933
- Classic platform Webhook Handler by @jillingk in #946
- Single branch for development and releases by @michaelpaul in #941
- Update ClientConfig.cs by @jillingk in #942
- Add region selection for cloud terminal API endpoints by @AlexandrosMor in #954
- Update all services by @AdyenAutomationBot in #957
- Release v13.1.0 by @AdyenAutomationBot in #953
New Contributors
- @selfdeceited made their first contribution in #937
Full Changelog: v13.0.0...v13.1.0
Adyen .NET API Library v13.0.0
Migration Guide
Showcasing the major changes during your upgrade from v11.2.1 -> v13.0.0. The in between version 12 is skipped as this was designed as a beta release.
New services
- Disputes API: You can find this service in Adyen/Service/DisputesService
- Transaction Webhooks: Added to the existing Adyen/Webhooks/BalancePlatformWebhookHandler
New API version
-
Checkout API v71: Includes deleting unused parameter to clean up the API and some other minor details you can find here.
-
Transfer API v4: Minor changes found here
-
Management API v3: Minor changes found here
Refactorings
We have refactored the terminal API classes to have a more descriptive and up-to-date name
- Adyen.Model.Nexo -> Adyen.Model.TerminalApi
- Adyen.Service.PosPaymentCloudApi -> Adyen.Service.TerminalCloudApi
- Adyen.Service.PosPaymentLocalApi -> Adyen.Service.TerminalLocalApi
What's Changed
Breaking Changes 🛠
- remove unused endpoint field in config by @AlexandrosMor in #901
- Rename Nexo to TerminalApi by @AlexandrosMor in #892
- Remove POS deprecated classes by @AlexandrosMor in #893
- Update checkout v71 by @AlexandrosMor in #928
New Features 💎
- Add disputes API models, services and unit tests by @AlexandrosMor in #913
- Allow baseUrl to be overridden in a test environment by @PG-RichT in #916
- Add support for transaction webhooks by @jillingk in #929
Other Changes 🖇️
- Bump versions and fix checkout pm mapping by @jillingk in #919
- Update models + services by @AdyenAutomationBot in #909
- Release v12.0.0-beta by @AdyenAutomationBot in #917
- Add missing enum value by @jillingk in #927
- Update models + services by @AdyenAutomationBot in #923
- Release v13.0.0 by @AdyenAutomationBot in #930
New Contributors
Full Changelog: v11.2.1...v13.0.0
Adyen .NET API Library v12.0.0
What's Changed
Breaking Changes 🛠
- remove unused endpoint field in config by @AlexandrosMor in #901
- Rename Nexo to TerminalApi by @AlexandrosMor in #892
- Remove POS deprecated classes by @AlexandrosMor in #893
New Features 💎
- Add disputes API models, services and unit tests by @AlexandrosMor in #913
- Allow baseUrl to be overridden in a test environment by @PG-RichT in #916
Other Changes 🖇️
- Bump versions and fix checkout pm mapping by @jillingk in #919
- Update models + services by @AdyenAutomationBot in #909
- Release v12.0.0-beta by @AdyenAutomationBot in #917
New Contributors
Full Changelog: v11.2.1...v12.0.0-beta