adyen/php-api-library
A PHP client library for accessing Adyen APIs
v30.0.2
16M downloads/mo
#1267 most downloaded on Packagist
Adyen/adyen-php-api-library
What this package is like to depend on
Last release 18 days ago
05 Aug 2026
Release timing varies
gaps range from 2 weeks to 5 months
Rarely documented
notes for 9 of 97 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
99 releases · first in 2016
6 releases in the last 12 months
see the full history below
Release timeline
99 releases · Feb 2016 to Aug 2026Releases
latest 60 of 99-
v30.0.205 Aug 2026Release notes
Open source →What's Changed
Other Changes 🖇️
- [storedvalue] Code generation: update services and models by @AdyenAutomationBot in #917
- FIx Function curl_close() is deprecated since 8.5 (#918) by @andrej-gajduk-adyen in #921
- chore: convert deprecations to error by @jeandersonbc in #922
- Update dependency phpunit/phpunit to v9.6.34 by @renovate[bot] in #888
- Update dependency squizlabs/php_codesniffer to v4 by @renovate[bot] in #826
- chore(deps): update mcr.microsoft.com/devcontainers/php docker tag to v2 by @renovate[bot] in #824
- Update dependency phpunit/phpunit to v9.6.35 by @renovate[bot] in #925
- [payment] Code generation: update services and models by @AdyenAutomationBot in #924
- Revert "[payment] Automated update from Adyen/adyen-openapi@2f7d0e1" by @poojah-adyen in #927
- Release v30.0.2 by @AdyenAutomationBot in #928
New Contributors
- @poojah-adyen made their first contribution in #927
Full Changelog: v30.0.1...v30.0.2
Release notes
Open source →Adyen PHP API Library v30.0.2 Latest
Latest
Compare
Choose a tag to compare
-
v30.0.129 Jun 2026Release notes
Open source →What's Changed
Fixes ⛑️
- Revert "[transfers] Automated update from Adyen/adyen-openapi@02d10c0" This fixes error with unintentional renaming of CapitalApi class - see #887.
Full Changelog: v30.0.0...v30.0.1
-
v29.0.105 Aug 2026 -
v29.0.028 Jan 2026Release notes
Open source →This
v29.0.0release introduces several improvements, support of new Webhook events and several fixes.Note
It is also the last version that supports PHP 7.3. Please read the note below.
NOTICE: Upcoming release of PHP library v30 and end of support for PHP 7.3
The next version (
v30) will introduce several key improvements like native enums, named arguments and the constructor property promotion.With the release of
v30, we will also remove support for the PHP 7.3 runtime environment.The PHP community declared PHP 7.3 End-of-Life (EOL) in 2021, meaning it no longer receives security patches or bug fixes. Consequently, our
v30library will require a newer runtime (PHP 8.1 or higher) to ensure your integration remains secure and aligned with industry standards.We recommend upgrading your environment to maintain proper integration hygiene and access to new features.
We will provide the necessary technical details and breaking changes in the
v30release notes to assist your development team with the transition.You can identify the integrations making use of the PHP library in the Customer Area:
Path: Developers -> Dashboard
View: “Integration types” dashboard -> 'Libraries' tab.
The “Used by” column identifies the specific merchant accounts using this library.v29.0.0Breaking Changes 🛠
Checkout API
A new
ShopperNameclass has been introduced to define the name of the shopper. This change affects theshopperNameproperty in the following classes:CreateCheckoutSessionRequest,CreateCheckoutSessionResponse,DonationPaymentRequest,PaymentRequest.The property type has been updated from
NametoShopperName.Migration Steps for PHP
If you were manually creating the
Nameobject for your requests, you must now instantiate theShopperNamemodel instead:Before:
$name = new \Adyen\Model\Checkout\Name(); $name->setFirstName("John"); $request->setShopperName($name);
After:
$shopperName = new \Adyen\Model\Checkout\ShopperName(); $shopperName->setFirstName("John"); $request->setShopperName($shopperName);
Enum
FRAUD_RESULT_TYPE_FRAUDhas been removed fromResponseAdditionalDataCommonNew Features 💎
Checkout API
- Added support for Checkout Forward stored payment details
- Added support for
UpiQrDetailspayment method - Added the
SdkDataproperty to all payment methods (i.e.AchDetails, etc..) - Added attributes
billingSequenceNumberandencryptedPasswordinCardDetails,CardDonations,CheckoutPaymentMethod - Added attributes
bankCodeandbranchCodeinCheckoutBankTransferAction,CheckoutBankTransferAction,PaymentResponseAction - Added attribute
levelTwoThreetoEnhancedSchemeData - Added enum
prepaidInApplePayDonations,CardDetails,CardDonations,PaymentMethod,VisaCheckoutDetails - Added attributes
paymentValidationsandshopperTaxInfoinPaymentRequest - Added attribute
paymentValidationsinPaymentResponse - Added new contract types (
EXTERNALandONECLICK,RECURRING) to theContractEnuminRecurring - Added attribute
sepadirectdebitSepadirectdebitDueDateinResponseAdditionalDataSepa - Added
ResponseAdditionalDataSwishclass - Added attribute
dueDatetoSepaDirectDebitDetails - Added attribute
mandatetoStoredPaymentMethodResource - Added attribute
billingSequenceNumbertoUpiIntentDetails - Added attributes
recurringDetailReference,storedPaymentMethodIdinWeChatPayMiniProgramDetails
LegalEntity Management API
- Add support for Request Periodic Data Review
- Make optional attribute
dateOfFinancialDatainFinancialReport
BinLookup API
- In class
Recurringadd enumsCONTRACT_ONECLICKRECURRINGandCONTRACT_EXTERNAL
Recurring API
- In class
Recurringadd enumsCONTRACT_ONECLICKRECURRINGandCONTRACT_EXTERNAL
Payout API
- In class
Recurringadd enumsCONTRACT_ONECLICKRECURRINGandCONTRACT_EXTERNAL - In
ResponseAdditionalDataSepaaddsepadirectdebitSepadirectdebitDueDateattribute - Add class
ResponseAdditionalDataSwish
Balance Platform
- Add attributes
name,line1,line2,line3inBulkAddress - Make optional attribute
numberinCard - Add attribute
phoneinDeviceInfo - Add enum value
dataReviewinVerificationErrorandVerificationErrorRecursive
⚠️ Removing of unused attributes
Several attributes (cardCaptureTechnology,deviceName,imei,isoDeviceType,msisdn,osVersion,paymentTypes,serialNumber,storageTechnology) have been removedDeviceInfo: this is NOT considered a breaking change since those attributes were never included in the API responseNote
In
SweepConfigurationV2,CreateSweepConfigurationV2andUpdateSweepConfigurationV2several enum values have been deleted (REASON_APPROVAL_EXPIRED,REASON_DECLINED, etc..), however those values were never delivered or used.Transfers API
- Add attribute
storedPaymentMethodIdinBankAccountV3 - Add enum value
STATUS_ACCEPTEDinConfirmationTrackingData - Add attribute
fundingInstrumentinUltimatePartyIdentification - Add enum value
PLATFORM_PAYMENT_TYPE_DCC_MARKUPinPlatformPayment - Add several enum values in
TransferData,TransferDataCategoryData,TransferEvent
Transfer Webhooks
- Add attribute
storedPaymentMethodIdinBankAccountV3 - Add enum value
STATUS_ACCEPTEDinConfirmationTrackingData - Add enum value
PLATFORM_PAYMENT_TYPE_DCC_MARKUPinPlatformPayment - Add several enum values in
TransferData,TransferDataCategoryData,TransferEvent
Transaction Webhooks
- Add enum
DCCMarkupinPlatformPayment
Balance Webhooks
- Add support for Blocked funds released
Disputes Webhooks
- Add enum
TYPE_OTHERinBalancePlatformNotificationResponse
Configuration Webhooks
- In
BulkAddressadd attributesline1,line2,line3,mobile,name - Make optional attribute
numberinCard - Add attribute
deviceIdinDevice - Add attribute
schemeRiskScoreinNetworkTokenNotificationDataV2.php - Add enum value
TYPE_DATA_REVIEWinVerificationError - Add enum value
TYPE_DATA_REVIEWinVerificationErrorRecursive
Note
In
SweepConfigurationV2several enum values have been deleted (REASON_APPROVAL_EXPIRED,REASON_DECLINED, etc..), however those values were never delivered or used.Management Webhooks
- Add attribute
assignedToStoreIdinTerminalAssignmentNotificationRequest - Add enum
TYPE_DATA_REVIEWinVerificationError
Transfer Webhooks
- Add attribute
storedPaymentMethodIdinBankAccountV3 - Add enum value
STATUS_ACCEPTEDinConfirmationTrackingData - Add enum value
PLATFORM_PAYMENT_TYPE_DCC_MARKUPinPlatformPayment - Add several enum values in
TransferData,TransferDataCategoryData,TransferEvent
Relayed Authorization webhooks
- Add support for Relayed Authorization webhooks
Other Changes 🖇️
- Update PHPUnit to 9.6.33 to fix unsafe deserialization vulnerability by #880
- Format UserAgent on API requests by @gcatanese in #843
- AGENTS.md for contributors by @galesky-a in #842
- Tests with nested object (strictly types vs array) by @gcatanese in #845
- feat(ci): move formatting step before PR creation by @galesky-a in #846
- ci: Allow formatting to fail as before by @galesky-a in #847
Changes by PR
- [legalentitymanagement] Code generation: update services and models by @AdyenAutomationBot in #857
- Untrusted Actions Versioning by @gcatanese in #836
- [negativebalancewarningwebhooks] Code generation: update services and models by @AdyenAutomationBot in #848
- [storedvalue] Code generation: update services and models by @AdyenAutomationBot in #855
- [acswebhooks] Code generation: update services and models by @AdyenAutomationBot in #858
- [dataprotection] Code generation: update services and models by @AdyenAutomationBot in #859
- [binlookup] Code generation: update services and models by @AdyenAutomationBot in #849
- [recurring] Code generation: update services and models by @AdyenAutomationBot in #854
- [payout] Code generation: update services and models by @AdyenAutomationBot in #864
- [disputewebhooks] Code generation: update services and models by @AdyenAutomationBot in #851
- [balancecontrol] Code generation: update services and models by @AdyenAutomationBot in #852
- Add merge_group trigger to CI workflow by @Copilot in #872
- [transferwebhooks] Code generation: update services and models by @AdyenAutomationBot in #863
- [transactionwebhooks] Code generation: update services and models by @AdyenAutomationBot in #866
- [payment] Code generation: update services and models by @AdyenAutomationBot in #853
- chore(deps): update actions-ecosystem/action-add-labels digest to 1a9c371 by @renovate[bot] in #838
- [managementwebhooks] Code generation: update services and models by @AdyenAutomationBot in #856
- [transfers] Code generation: update services and models by @AdyenAutomationBot in #862
- [configurationwebhooks] Code generation: update services and models by @AdyenAutomationBot in #861
- [balancewebhooks] Code generation: update services and models by @AdyenAutomationBot in #867
- [management] Code generation: update services and models by @AdyenAutomationBot in #850
- [relayedauthorizationwebhooks] Code generation: update services and models by @AdyenAutomationBot in #870
- [checkout] Code generation: update services and models by @AdyenAutomationBot in #860
- chore(deps): update dependency phpunit/phpunit to v9.6.31 by @renovate[bot] in #822
- [balanceplatform] Code generation: update services and models by @AdyenAutomationBot in #865
- Update PHPUnit to 9.6.33 to fix unsafe deserialization vulnerability by @Copilot in #880
- Release v29.0.0 by @AdyenAutomationBot in #837
New Contributors
- @galesky-a made their first contribution in #842
- @Copilot made their first contribution in #872
- @jeandersonbc made their first contribution in #875
Full Changelog: v28.3.0...v29.0.0
-
v28.3.124 Jul 2026Release notes
Open source →What's Changed
Fixes ⛑️
- Guards the two curl_close($ch) calls in CurlClient.php with is_resource($ch) so they only run on PHP < 8.0, avoiding the PHP 8.5 deprecation notice while preserving cleanup on older PHP versions (fixes #918)
Full Changelog: v28.3.0...v28.3.1
-
v28.3.022 Oct 2025Release notes
Open source →Legal Entity Management API v4
LEM v4 enhances the onboarding process and ensures compliance with evolving regulatory data requirements across regions and products. #829
See the Onboarding v4 documentation for details, and review the API changes from v3 to v4 to understand the impact on your integration.
⚠️ Critical changes:
BusinessLine:capabilityattribute has been removedSourceOfFunds:acquiringBusinessLineIdattribute has been removedSourceOfFunds:adyenProcessedFundsattribute is now required
Other Changes 💎
Individual: addsupportOrganization: addsupport,doingBusinessAsAbsent,registrationNumberAbsentSoleProprietorship: adddoingBusinessAsAbsent,registrationNumberAbsentTrust: adddoingBusinessAsAbsentUnincorporatedPartnership: adddoingBusinessAsAbsentServiceEnum: add new value"issuing"SourceOfFunds: add several new attributes (amount,assetMonthsHeld, etc..)SourceOfFunds: add array ofFinancierSourceOfFunds. TypeEnum: add several new values ("employment","donations", etc..)TaxInformation: addnumberAbsentDocument: addproofOfDirector
Balance Platform API
-
Add
TransferLimitsBalanceAccountLevelApito manageTransfer limits - balance account level -
Add
TransferLimitsBalancePlatformLevelApito manageTransfer limits - balance platform level -
LEM v4 by @gcatanese in #829
Other Changes 🖇️
- [PaymentsAPIs] Code generation: update services and models by @AdyenAutomationBot in #813
- [Webhooks] Code generation: update services and models by @AdyenAutomationBot in #812
- Add @Adyen/api-library-maintainers to CODEOWNERS by @gcatanese in #827
- [PlatformsAPIs] Code generation: update services and models by @AdyenAutomationBot in #811
- Handling Unknown Enum Values test by @gcatanese in #830
- docs(README): fix typo "you account" → "your account" by @alisolphp in #832
- Release v28.3.0 by @AdyenAutomationBot in #814
New Contributors
- @alisolphp made their first contribution in #832
Full Changelog: v28.2.0...v28.3.0
-
v28.2.014 Aug 2025Release notes
Open source →Features 💎
The release brings several improvements around model robustness and backward compatibility with evolving API schemas:
- Improved enum deserialisation: when an unknown enum value is found in API responses and webhooks, an exception is no longer thrown (to avoid affecting the applications). An error is logged instead while the value is still parsed. #807
Tokenization Webhooks
Add support for Tokenization Webhooks #778:
recurring.token.alreadyExistingrecurring.token.createdrecurring.token.disabledrecurring.token.updated
Checkout API
- Added
actionattribute (PaymentDetailsResponseAction) inPaymentDetailsResponse - Added support for
PayToPaymentMethodandUPIPaymentMethod - Added support for
validateShopperIdutility to validate the shopper id - Added enum
RIVERTY_INSTALLMENTSinRivertyDetails - Added
subtypeattribute inRivertyDetails - Added
EnhancedSchemeData(supporting Airline enhanced scheme data) inPaymentRequest - Added
promotedattribute inPaymentMethod
BalancePlatform API
- Add new service
AuthorizedCardUsersApito manage (add, get, delete and update) authorized users to a given card - In
PaymentInstrumentsApiadd methodscreateNetworkTokenActivationDataandgetNetworkTokenActivationDatato create and retrieve network token activation data for a payment instrument. - In
AdditionalBankIdentificationadd new enumsauBsbCodeandcaRoutingNumber - Added support for
AdditionalbankIdentificationRequirement:auBsbCode,caRoutingNumber,gbSortCodeorusRoutingNumber. - In
Cardadd new attributethreeDSecure - Added
usagefield toCardandCardInfoto specify how many times the card can be used:singleUseormultiUse. - Added
approvalExpiredReasonEnum toCreateSweepConfigurationV2,UpdateSweepConfigurationV2andSweepConfigurationV2 - Add
NetworkTokenRequestortoNetworkToken - New
walletProviderAccountScoreandwalletProviderDeviceScoreattributes inTransactionRuleRestrictions - Added support
USInternationalAchPriorityRequirement - Add
walletProviderDeviceTypeinTransactionRuleRestrictions - Add enum
INTERESTinTransferRoute.CategoryEnum
LEM API
- In
AdditionalBankIdentificationadd new enumsauBsbCodeandcaRoutingNumber
Transfers API
- In
AdditionalBankIdentificationadd new enumsauBsbCodeandcaRoutingNumber - Add attribute
executionDateinTransfer,TransferDataandTransferInfo - In
IssuedCardadd new attributethreeDSecure - Added
emailandurltoPartyIdentificationandUltimatePartyIdentification - In
Transferadd new attributecreatedAt, deprecatecreationDate(use insteadcreatedAt) - In
TransferDataadd new attributecreatedAtandupdatedAt, deprecatecreationDate(use insteadcreatedAt)
Management API
- Add support for
SepaDirectDebitInfo - Add support for
AlipayPlusandMaestroUsapayment methods: seePaymentMethodandPaymentMethodSetupInfoclasses - In
PaymentMethodResponse,PaymentMethodSetupInfoandUpdatePaymentMethodInfoseveralTypesWithErrorsEnumenums have been added (alipay_plus,avancard,cooper, etc.. - In
Store,StoreCreationRequest,UpdateStoreRequestandStoreCreationWithMerchantCodeRequestadd attributesubMerchantData
ACS Webhooks
- Update deserialization to handle unknown enums
- Add support for
balancePlatform.authentication.relayedevent - In
RelayedAuthenticationRequestadd new attributesthreeDSRequestorAppURL,environment,timestamp,type
Report Webhooks
- Update deserialization to handle unknown enums
Transaction Webhooks
- Update deserialization to handle unknown enums
- In
IssuedCardadd new attributethreeDSecure - In
TransferViewCategoryDataadd new attributethreeDSecure
Tranfers Webhooks
- Update deserialization to handle unknown enums
- In
IssuedCardadd new attributethreeDSecure - In
TransferViewCategoryDataadd new attributethreeDSecure - In
AdditionalBankIdentificationadd new enumsauBsbCodeandcaRoutingNumber - Add attribute
executionDateinTransfer,TransferDataandTransferInfo - Added
emailandurltoPartyIdentificationandUltimatePartyIdentification - In
TransferDataadd new attributecreatedAtandupdatedAt, deprecatecreationDate(use insteadcreatedAt) - Added
approvalExpiredtoTransferDataandTransferEvent
Changes in this release:
- Add Tokenization Webhooks by @gcatanese in #778
- Generate Checkout models (EnhancedSchemeData) by @gcatanese in #779
- [PaymentsAPIs] Code generation: update services and models by @AdyenAutomationBot in #789
- [ManagementAPIs] Code generation: update services and models by @AdyenAutomationBot in #792
- Generate LEM, Transfers and BalancePlatform services and models by @gcatanese in #804
- Handling unknown enum values by @gcatanese in #807
- Generate Webhooks models by @gcatanese in #808
- [ManagementAPIs] Code generation: update services and models by @AdyenAutomationBot in #802
Other Changes 🖇️
- Add tests for unknown enums and attributes by @gcatanese in #775
- Add test for JSON serialisation by @gcatanese in #777
- Format running on multiple branches by @gcatanese in #784
- Update filter in format.yml by @gcatanese in #786
- Format: update Composer version by @gcatanese in #791
- [PaymentsAPIs] Code generation: update services and models by @AdyenAutomationBot in #796
- Remove leading backslash by @gcatanese in #797
- [PaymentsAPIs] Code generation: update services and models by @AdyenAutomationBot in #798
- [ManagementAPIs] Code generation: update services and models by @AdyenAutomationBot in #799
- [PaymentsAPIs] Code generation: update services and models by @AdyenAutomationBot in #803
- AcsWebhooks: remove custom fix by @gcatanese in #809
- Release v28.2.0 by @AdyenAutomationBot in #776
Full Changelog: v28.1.0...v28.2.0
-
v28.1.027 Jun 2025Release notes
Open source →What's Changed
Note
PHP 8.4 Compatibility
Updated method signatures across various service models and abstract resources to explicitly declare nullable > array parameters (array $param = nullchanged to?array $param = null), resolving deprecation warnings in PHP 8.4.New Features 💎
- Checkout API
- add
capturePspReferenceandbusinessDayOnlyattributes
- add
Other Changes 🖇️
- chore(deps): update dependency phpunit/phpunit to v9.6.23 by @renovate in #676
- Fix warning: Implicitly marking parameter $params as nullable is deprecated by @gcatanese in #771
- PHP 8.4 compatibility by @gcatanese in #773
- Update to release-automation-action v1.4.0 by @gcatanese in #772
- Release v28.1.0 by @AdyenAutomationBot in #770
Full Changelog: v28.0.0...v28.1.0
- Checkout API
-
v28.0.026 May 2025Release notes
Open source →What's Changed
Breaking Changes 🛠
Checkout API
- Remove `DotpayDetails` and `GiropayDetails` - Remove enum `PAYSAFECARD` from `PaymentDetails`Management API
- Remove
GiroPayInfo - Remove enum
PAYSHOPfromPaymentMethodResponse
New Features 💎
Checkout API
* add support for `RakutenPay` * Add `Surcharge` and `EnhancedSchemeData` (supporting Airline enhanced scheme data) in `PaymentRequest` * Add `EnhancedSchemeData` (supporting Airline enhanced scheme data) in `PaymentCaptureRequest` * Add `fraudRiskLevel` in `ResponseAdditionalDataCommon` * Add enum `PAYSAFECARD` from `StoredPaymentMethodDetails` * New Donation `type` field supporting the following values: `roundup`, `fixedAmounts`(Documentation)
* Added sub-merchant info:
-subMerchantPhoneNumber,subMerchantEmail
- Nested:subMerchant.subSeller[n].email,subMerchant.subSeller[n].phoneNumber
* Addedbonusenum toCheckoutSessionInstallmentOption * addRequestedTestAcquirerResponseCodeinAdditionalDataCommon`Payment Classic API
* Add `fraudRiskLevel` in `ResponseAdditionalDataCommon`Payout API
* Add `fraudRiskLevel` in `ResponseAdditionalDataCommon`Management API
- Add
supportEmailfield to theAfterpayTouchInfo - Add enum
PAYMENTDESIGNATORCONTRACTin JCBInfo - Add PayByBankPlaidInfo
- Add enum
PAYBYBANK_PLAIDin PaymentMethodResponse - Add
domainSuffixfield to Profile - In
SplitConfigurationRuleadd enumsCHARGED,DEFERRED_DEBITandPREPAID(#1457) - Add
enableGratuitiesto the Standalone model
LEM API
* Add attribute `allowDebugUi` in `OnboardingLinkSettings`to debug user interface (UI) when applicable.Transfers API
- Added `IssuingTransactionData` with `captureCycleId` that provides the captureCycleId associated with transfer event * Add enum `DCCPLATFORMCOMMISSION` in `PlatformPayment` * Add enum `PENDING`in `TransferData` * Add attribute `externalReason` in `TransferData` * Add `scaOnApproval` attribute in `TransferReview`Fixes ⛑️
- Remove invalid PHPDoc tag @description by @gcatanese in #764
- Correct PosSdk (PosMobileService) LIVE url by @gcatanese in #760
- Add a new configuration for HTTP client to set
CURLOPT_CONNECTTIMEOUTand defines default values by @candemiralp in #756
Other Changes 🖇️
- Introduced a new HMAC troubleshooting utility for signature validation debugging (#754). The tool calculates the HMAC signature given the HMAC key and the payload:
cd tools/hmac php tools/hmac/HMACValidatorPayments.php 1122334455AABBCCDDEEDFDFFSDS payload.jsonCheck the README
- Add close-issue-label flag to correctly label closed issues by @DjoykeAbyah in #750
- Add bug and feature GitHub issue form by @ayodejidev in #744
- Add nullable return types to API mustache templates by @ayodejidev in #748
- Improve PHP CI workflow by @ayodejidev in #753
- Import Guzzle utils by @szepeviktor in #720
- Vulnerability fix: set workflow permissions by @gcatanese in #765
- Generate Checkout models by @gcatanese in #761
- Generate models for LEM/Transfers/BalanceControl/BalancePlatform by @gcatanese in #763
- Generate models for Payment Classic/Payout/Management/Recurring APIs by @gcatanese in #762
Full Changelog: v27.0.0...v28.0.0
- Remove
-
v27.0.004 Mar 2025Nothing published for this version
-
v26.0.017 Feb 2025Nothing published for this version
-
v25.0.003 Feb 2025Nothing published for this version
-
v24.0.021 Jan 2025Nothing published for this version
-
v23.2.121 Jan 2025Nothing published for this version
-
v23.2.006 Jan 2025Nothing published for this version
-
v23.1.023 Dec 2024Nothing published for this version
-
v23.0.010 Dec 2024Nothing published for this version
-
v22.1.025 Nov 2024Nothing published for this version
-
v22.0.018 Nov 2024Nothing published for this version
-
v21.1.028 Oct 2024Nothing published for this version
-
v21.0.015 Oct 2024Nothing published for this version
-
v20.4.030 Sep 2024Nothing published for this version
-
v20.3.016 Sep 2024Nothing published for this version
-
v20.2.002 Sep 2024Nothing published for this version
-
v20.1.022 Aug 2024Nothing published for this version
-
v20.0.015 Aug 2024Nothing published for this version
-
v19.1.026 Jul 2024Nothing published for this version
-
v19.0.011 Jul 2024Nothing published for this version
-
v18.2.104 Jul 2024Nothing published for this version
-
v18.2.013 Jun 2024Nothing published for this version
-
v18.1.006 Jun 2024Nothing published for this version
-
v18.0.016 May 2024Nothing published for this version
-
v17.5.018 Apr 2024Nothing published for this version
-
v17.4.003 Apr 2024Nothing published for this version
-
v17.3.007 Mar 2024Nothing published for this version
-
v17.2.022 Feb 2024Nothing published for this version
-
v17.1.108 Feb 2024Nothing published for this version
-
v17.1.031 Jan 2024Nothing published for this version
-
v17.0.015 Jan 2024Nothing published for this version
-
v16.1.027 Nov 2023Nothing published for this version
-
v16.0.008 Nov 2023Nothing published for this version
-
v16.0.0-beta23 Oct 2023 pre-releaseNothing published for this version
-
v15.5.116 Nov 2023Nothing published for this version
-
v15.5.019 Oct 2023Nothing published for this version
-
v15.4.002 Oct 2023Nothing published for this version
-
v15.3.018 Sep 2023Nothing published for this version
-
v15.2.004 Sep 2023Nothing published for this version
-
v15.1.023 Aug 2023Nothing published for this version
-
v15.0.008 Aug 2023Nothing published for this version
-
15.0.0-beta18 Apr 2023 pre-releaseNothing published for this version
-
14.0.130 Mar 2023Nothing published for this version
-
14.0.020 Mar 2023Nothing published for this version
-
13.0.508 Mar 2023Nothing published for this version
-
13.0.421 Sep 2022Nothing published for this version
-
13.0.312 Sep 2022Nothing published for this version
-
13.0.201 Sep 2022Nothing published for this version
-
13.0.103 Aug 2022Nothing published for this version
-
13.0.008 Jun 2022Nothing published for this version
-
12.2.004 May 2022Nothing published for this version
-
12.1.011 Apr 2022Nothing published for this version