Releases: intuit/QuickBooks-V3-Java-SDK
v6.5.3
6.6.2
Intuit has updated its webhooks infrastructure to the CloudEvents format which requires developers to modify their applications to handle the new format. SDKs have been updated to support both the new and the old formats. You will need to update your usage of the SDK to properly process the new event format.
Please refer https://blogs.intuit.com/2025/11/12/upcoming-change-to-webhooks-payload-structure/ for more details.
A new function GetWebhooksCloudEvents is added which will accept the webhooks payload and return the list of WebhooksCloudEvent(updated format).
Note: This version supports Java 21.
6.5.2
Intuit has updated its webhooks infrastructure to the CloudEvents format which requires developers to modify their applications to handle the new format. SDKs have been updated to support both the new and the old formats. You will need to update your usage of the SDK to properly process the new event format.
Please refer https://blogs.intuit.com/2025/11/12/upcoming-change-to-webhooks-payload-structure/ for more details.
A new function GetWebhooksCloudEvents is added which will accept the webhooks payload and return the list of WebhooksCloudEvent(updated format).
6.6.1
This release is compatible with Java 21 and incorporates all recent updates.
6.5.1
Minor version 75 release includes Java 1.8 compatibility with latest updates.
6.6.0
This release supports minor version 75 and Java 21
6.7.0
This release supports minor version 75 and Java 17
6.5.0
Release for minor version 75
6.4.2
Included below echeck status in EcheckStatus Enum as the SDK was returning the status as null for eChecks with below status
DISPUTED, WITHHELD, IN_REVIEW, TRANSACTION_DELAYED
6.4.1
Upgraded the versions of asm-commons, commons-io, and byte-buddy dependencies.