Skip to content

Releases: keghub/hubspot-dotnet-sdk

Version 2.1.0

13 Sep 15:22
5d421f5
Compare
Choose a tag to compare

Added support for retrieving line items by deal id, line item id or line item sku
Added support for updating company (in addition to the previous "update or create")
Fixed bug with retrieving date time properties

Version 1.0.4

18 Nov 08:45
35bb505
Compare
Choose a tag to compare

This release adds the Pipeline id to the Deal, and adds an endpoint for fetching the Pipelines.

Version 1.0.3

04 Nov 21:05
fafa8b6
Compare
Choose a tag to compare

This release will fix the issue of using decimals by fixing the broken DecimalConverter

Version 1.0.2

23 Sep 08:29
55e3b3c
Compare
Choose a tag to compare

This release marks the property "num_associated_contacts" as readonly since it is a calculated property that can not be set

Version 1.0.1

13 Sep 13:28
2102a9a
Compare
Choose a tag to compare

This release adds the ability to reset properties of Companies, Deals and Contacts back to null.

The problem is that we have previously tried to check for modified properties on the objects. However, the result of the check is all properties that have a value set to something other than null, and not a true diff of what has actually changed.
Why we have not seen any issues with this previously is that the Hubspot API seem to be smart enough to only update the properties that have actually been modified on the object.

This release will therefor remove our check for modified properties as it is not working and post all the properties of the object to Hubspot. Their API is able to handle the diff instead of trying to do this in the SDK.

Version 1.0.0

10 Nov 16:01
8ede25c
Compare
Choose a tag to compare
  • Updated Kralizek.Extensions.Http to latest version #29
  • Added documentation on GitBook #34
  • Improved README.md #33