Releases: intuit/QuickBooks-V3-DotNET-SDK
V7.2.2
V7.2.1
V7.2.0
V7.1.0.0-beta
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
V5.9.1
V5.9
V5.8
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
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
This release includes Entitlements API calls via EntitlementService.