Skip to content

Releases: intuit/QuickBooks-V3-DotNET-SDK

V7.2.2

14 Mar 21:57
4ccec5f
Compare
Choose a tag to compare

Updated License url.

V7.2.1

05 Mar 18:17
4ccec5f
Compare
Choose a tag to compare

Fixed typo in Microsoft.Net.Compilers dependency

V7.2.0

26 Feb 23:17
Compare
Choose a tag to compare

1)Added support for Request url tracking on request logs and Intuit Tid tracking on response logs
2) Added support for default minorversion=36 which will help in getting payments link on invoice object

V7.1.0.0-beta

21 Feb 00:39
Compare
Choose a tag to compare
V7.1.0.0-beta Pre-release
Pre-release

This release is a beta release as we have tried to resolve the issue of circular references on the QBO V3 .Net SDK. This should now allow you to build the code seamlessly without having to do any of the hacks on readme. Certain code files have been moved across packages and have been tested with the sample apps with no issues found. Please use this latest build and let us know if you see any issues.

Also, we have added support for intuit_name scope for Oauth1 to Oauth2 migration apps.

V6.0.0

18 Jan 23:00
5583d88
Compare
Choose a tag to compare

Support added for TaxCassification endpoints. Refer here for usage.
Support added for Minorversion=35

V5.9.1

22 Nov 02:22
Compare
Choose a tag to compare

Fix trailing slash bug for DiscoveryClient.

V5.9

20 Nov 09:39
Compare
Choose a tag to compare

Release for resollving dll helll issue with 5.8.0.
Default minoversion = 34 added

V5.8

14 Nov 21:35
9424467
Compare
Choose a tag to compare

We have taken an important decision to not enforce TLS1.2 protocol in our .Net SDK as it applies the setting on the whole app domain(Issue #54 ). Instead we are delegating the setting for TLS1.2 to be applied by client apps if they see any issues in connecting with QBO V3 API. Please note that we only support TLS1.2.
If you cannot connect to QBO V3 API using this SDK for any reason after upgrading to 5.8.0, then please add this line of code in your apps right before you build your ServiceContext object-
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12

You can also raise any issues related to this release at developer.intuit.com->Help to get the needed help.

V5.7

10 Nov 00:25
Compare
Choose a tag to compare

Support for new payroll scopes added.
Support for TLS version lower than 1.2 added so that external rest api calls for apps do not break.
Support for below Minorversions -

Minorversion changes : 30
Used for adding additional gratuity enabled values to the Preferences
response object returned by the GET and POST APIs.

Minorversion changes : 31
Used support/expose Preferred Vendor Id/ Ref for item
From this version, Preferred Vendor Id information is supported for CRUD operations

Minorversion changes : 32
Used for mapping progress invoicing to the Preferences response object returned by the GET

Minorversion changes : 33
PAN, GSTIN/GST registration type for Customers and Vendors in India TaxClassification for Items

v5.6

02 Oct 19:49
Compare
Choose a tag to compare

This release includes Entitlements API calls via EntitlementService.