Releases: Adyen/adyen-dotnet-api-library
Adyen .net API Library 9.1.0
What's Changed
- [PW-6599] Add unit test for zipdetails by @AlexandrosMor in #619
- [PW-6754] Add the e2e tests by @AlexandrosMor in #621
- Sets tls12 for both sync and async request by @jillingk in #617
- [PW-6646]Added brand field to DefaultPaymentMethodDetails by @jillingk in #628
- Add Obsolete warning to inform about HPP deprecation by @jillingk in #610
- Update github/codeql-action action to v2 by @renovate-bot in #590
- Filter the marketpayaccounttest in the workflow by @jillingk in #633
- Add Async support for the Account Service by @akScript in #608
- Add support for donations endpoint by @James226 in #622
- [PW-6739] Updated KYCVerificationResult Model and added additional by @jillingk in #638
- Fix serialisation of AdminResponse by @sandernolan in #644
- #641 BankAccountUUID is missing from CreateAccountRequest model by @jillingk in #643
- Release 9.1.0 by @AlexandrosMor in #648
New Contributors
- @jillingk made their first contribution in #617
- @akScript made their first contribution in #608
- @James226 made their first contribution in #622
Full Changelog: 9.0.0...9.1.0
Adyen .net API Library 9.0.0
What's Changed
- [PW-6631] Add LoyaltyID to LoyaltyAccountID by @AlexandrosMor in #596
- [PW-6580] StorePaymentMethodMode replaces storePaymentMethod for v68 by @AlexandrosMor in #595
- Update mstest monorepo to v2.2.10 by @renovate-bot in #591
- Correct the client SetEnviroment overload by @AlexandrosMor in #603
- Fix typo by @michaelpaul in #602
- Add Can to code owners by @AlexandrosMor in #607
- [FOC-62335] - fix decimalString capitalisation by @sandernolan in #614
- [PW-6687] Update checkout support to v69 by @AlexandrosMor in #606
- Replace PaymentLinkResource.cs to PaymentLinkResponse.cs by @AlexandrosMor in #616
- Release 9.0.0 by @AlexandrosMor in #618
Full Changelog: 8.2.0...9.0.0
Adyen .net API Library 8.2.0
What's Changed
- Add missing property to MerchantRiskIndicator by @juanmarin97 in #545
- Add null check in IsValidHmac method by @AlexandrosMor in #549
- [PW-6157] Add Store field to /sessions request by @michaelpaul in #544
- Add TokenDetails to RecurringDetail by @johanssontobias in #522
- [PW-6231] Fix additionalData type by @sandernolan in #557
- Fix checkout error on windows and strong name signing by @Tasteful in #556
- Create PULL_REQUEST_TEMPLATE and ISSUE_TEMPLATE by @AlexandrosMor in #518
- Update additional data type in AbstractModificationRequest.cs by @AlexandrosMor in #559
- PW-6116 Add windows OS on github actions by @zaiddreakh in #564
- Add missing fields for UpdateAccountRequest.cs by @AlexandrosMor in #563
- Update dependency Microsoft.NET.Test.Sdk to v17.1.0 by @renovate-bot in #566
- [PW-5816] Add ShareholderType by @AlexandrosMor in #576
- [PW-6290] Update ModoficationResult class by @AlexandrosMor in #577
- [PW-6133] Add interfaces for PosPaymentLocalApi and PosPaymentCloudApi by @AlexandrosMor in #578
- Release 8.2.0 by @AlexandrosMor in #584
New Contributors
- @juanmarin97 made their first contribution in #545
- @sandernolan made their first contribution in #557
- @Tasteful made their first contribution in #556
- @zaiddreakh made their first contribution in #564
Full Changelog: 8.1.0...8.2.0
Adyen .net API Library 8.1.0
What's Changed
- [PW-5630] Add orders endpoints by @AlexandrosMor in #516
- Update mstest monorepo to v2.2.8 by @renovate-bot in #525
- [PW-5676] Update MarketPay/Transaction.cs TransactionStatusEnum by @AlexandrosMor in #529
- Renaming master to main in README.md by @acampos1916 in #528
- Update AbstractPaymentRequest.cs by @AlexandrosMor in #524
- Update FieldType.cs by @AlexandrosMor in #519
- Add missing SignatoryContact on BusinessDetail by @AlexandrosMor in #534
- [PW-6018] Add modification function to Checkout service by @AlexandrosMor in #536
- Add SignatoryCode by @AlexandrosMor in #538
- Release 8.1.0 by @AlexandrosMor in #541
New Contributors
- @acampos1916 made their first contribution in #528
Full Changelog: 8.0.1...8.1.0
Adyen .net API Library 8.0.1
Adyen .net API Library 8.0.0
#500 Update checkout to v68
Add sessions api support
Adyen .net API Library 7.3.0
Adyen .net API Library 7.2.0
#473 [PW-4726] Support Android certificate validation
#465 [PW-4693] Add HMAC validation for local terminal api
#463 Add missing fields to account model
#462 Replace type of PaymentRequest.SaleData.SaleToAcquirerData.Metadata into SortedDictionary
#455 [PW-4791]Remove applepay token and googlepay token from PaymentMethodDetails
#453 PayPalDetails.SubtypeEnum add the correct association with const values
#450 Add merchant reference to payment details response
#438 Add new endpoint /notifyShopper
Thanks to Laszlo Klock from Nodebee for reporting the Hmac validation issues under the Adyen responsible disclosure policy. We are happy to announce these issues are now fixed up.
Adyen .net API Library 7.1.0
#434 [PW-4606] Add the threeds2 in the action deserializer
#433 [PW-4449] Market pay notification handler
#428 [PW-4393] Update README.md based on the new template
#427 Add editMode in GetOnboardingUrlRequest
#425 [PW-4290] Add a middle class to make the deserialization for FraudCheckResult
#424 Correct file name PaymentDetailsResponse
#423 Changing encoding from ASCII to UTF8 to account for special character
Adyen .net API Library 7.0.0
#427 Add editMode in GetOnboardingUrlRequest
#425 [PW-4290] Add a middle class to make the deserialization possible
#424 Correct file name PaymentDetailsResponse
#423 Changing encoding from ASCII to UTF8 to account for special character
#419 [PW-4329] Update to Adyen api v67
#416 Add DisableAsync to Recurring
#414 [PW-4400] Add the missing fields for BacsDirectDebit
#405 [PW-2421] Strong-name assembly
#386 [PW-4118]Add the same exception handling for request and request async
#383 PaymentLinksAsync
Tested scenarios
Mock tests
End to end tests
Fixed issue:
fixes #298