Skip to content

Releases: intuit/QuickBooks-V3-Java-SDK

v6.5.3

22 Apr 13:51
fd0ed34

Choose a tag to compare

Update V3 schema and bump version to 6.5.3

Add new entities: ChangeOrder, EnabledSurchargeInfo, SurchargePaymentMethodInfo
Register new entities in MessageUtils and JsonResourceTypeLocator
Add testing_migration report parameter support

Java version 1.8

6.6.2

19 Nov 06:58
ca83288

Choose a tag to compare

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

10 Nov 06:06
ca83288

Choose a tag to compare

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

17 Oct 03:46
817b3ab

Choose a tag to compare

This release is compatible with Java 21 and incorporates all recent updates.

6.5.1

07 Oct 04:38
ab99cfb

Choose a tag to compare

Minor version 75 release includes Java 1.8 compatibility with latest updates.

6.6.0

10 Feb 06:00
d23b4aa

Choose a tag to compare

This release supports minor version 75 and Java 21

6.7.0

18 Apr 10:26
4cee11c

Choose a tag to compare

This release supports minor version 75 and Java 17

6.5.0

16 Jan 12:32
4cee11c

Choose a tag to compare

Release for minor version 75

6.4.2

21 Oct 11:05
79b5a3c

Choose a tag to compare

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

29 Aug 07:20
9fb2705

Choose a tag to compare

Upgraded the versions of asm-commons, commons-io, and byte-buddy dependencies.