Releases: Adyen/adyen-dotnet-api-library
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
Adyen .NET API Library v11.2.1
What's Changed
Other Changes 🖇️
- Terminal api environment switch by @wboereboom in #910
- Release v11.2.1 by @AdyenAutomationBot in #912
Full Changelog: v11.2.0...v11.2.1
Adyen .NET API Library v11.2.0
What's Changed
Breaking Changes 🛠
- remove unused endpoint field in config by @wboereboom in #891
New Features 💎
- reintroduce classic platforms APIs to Library by @wboereboom in #904
- Update models + services by @AdyenAutomationBot in #908
Other Changes 🖇️
- Revert "remove unused endpoint field in config" by @AlexandrosMor in #900
- Test client by @wboereboom in #902
- Update README.md by @Aleffio in #906
- Services workflow broken by @jillingk in #907
- Release v11.2.0 by @AdyenAutomationBot in #905
Full Changelog: v11.1.2...v11.2.0
Adyen .NET API Library v11.1.2
What's Changed
Fixes ⛑️
- Update models by @AdyenAutomationBot in #896
Other Changes 🖇️
- fix typo in Makefile by @wboereboom in #894
- Release v11.1.2 by @AdyenAutomationBot in #895
Full Changelog: v11.1.1...v11.1.2
Adyen .NET API Library v11.1.1
What's Changed
Fixes ⛑️
- Downgrade extensions.http dependency 7->6 by @jillingk in #887
- DateTime queryparams not properly formatted to string by @jillingk in #886
- Check for null requestbody on POST/PATCH and replace with empty string by @jillingk in #882
- Update models by @AdyenAutomationBot in #857
Other Changes 🖇️
- Remove Moq from Library by @jillingk in #877
- Fix cloud live api endpoints by @jillingk in #880
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 by @renovate in #876
- chore(deps): update dependency nsubstitute to v5.1.0 by @renovate in #888
- chore(deps): update actions/checkout action to v4 by @renovate in #883
- Update HttpClientWrapper.cs by @Aleffio in #890
- Release v11.1.1 by @AdyenAutomationBot in #879
New Contributors
Full Changelog: v11.1.0...v11.1.1