Releases: intuit/QuickBooks-V3-DotNET-SDK
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.
v5.3
- Latest MinorVersion 26 support
- Add a new OAuth2Client that combines methods from all other OAuth2 clients
- Fix for FileShare RW access
- Add OAuth2 sample