Skip to content

Releases: intuit/QuickBooks-V3-DotNET-SDK

V5.8

14 Nov 21:35
9424467

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

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

Choose a tag to compare

This release includes Entitlements API calls via EntitlementService.

v5.3

06 Jul 17:44
711b181

Choose a tag to compare

  1. Latest MinorVersion 26 support
  2. Add a new OAuth2Client that combines methods from all other OAuth2 clients
  3. Fix for FileShare RW access
  4. Add OAuth2 sample

v5.2

31 May 23:54

Choose a tag to compare

  1. Latest MinorVersion 24 release
  2. Fix for deserializing Unix timestamp correctly in case of 401 error for Json responses
  3. Update default MinorVersion from 5 to 23
  4. Merged PRs #26 and #33

v5.0.0

03 Mar 00:17

Choose a tag to compare

  1. Latest minorversion 21 release
  2. Support for OAuth migration
  3. Bug fixes for #23 and #24
  4. PR #25 merged