Releases: keghub/hubspot-dotnet-sdk
Version 2.1.1
Version 2.1.0
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
This release adds the Pipeline id to the Deal, and adds an endpoint for fetching the Pipelines.
Version 1.0.3
This release will fix the issue of using decimals by fixing the broken DecimalConverter
Version 1.0.2
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
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.