Skip to content

Releases: skarpdev/dotnetcore-hubspot-client

v0.7.0

06 Oct 10:09
Compare
Choose a tag to compare

This is a minor release with potentially breaking changes for consumers of the library.

The IHubSpotEntity no longer contains RouteBasePath, it was moved to the various Contact, Company and Deals. It should be a smooth transition.

Bugs have been fixed in regard to handling serialization and deserialization of complex types.

For further details look at PR #14

v0.6.0

04 Oct 15:15
Compare
Choose a tag to compare

This is feature and bugfix release

  • Adds additional content with information from hubspot on exceptions
  • Fixes a serialization problem on company lists

v0.5.0

25 Sep 14:42
Compare
Choose a tag to compare

This release fixes the Deals api integration, and adds support for mapping associated Companies and Contacts when retrieving deals.

Thanks to @RJN368 for submitting a PR!

v0.4.2

25 Sep 12:09
Compare
Choose a tag to compare

This is a bugfix release that addresses serialization of company searches.

v0.4.1

25 Sep 12:08
Compare
Choose a tag to compare

A bugfix release that addresses an issue with serializing company list requests

v0.4.0

25 Sep 12:06
Compare
Choose a tag to compare

This release fixes some issues with the GetCompanyByEmail functionality added in the 0.3.0 release

v0.3.0

25 Sep 12:06
Compare
Choose a tag to compare

This release adds the initial CRUD support for the Companies HubSpot API.

Thanks to @JoachimS for submitting a PR!

v0.2.0

25 Sep 12:05
Compare
Choose a tag to compare

This release brings initial CRUD support for the Deals API at HubSpot.

Thanks to @JoachimS for submitting a PR!

v0.1.1

25 Sep 12:03
Compare
Choose a tag to compare

This is a bugfix release that addresses an issue with updating contacts. HubSpot didn't like us sending in the contact id.

v0.1.0

08 Aug 14:10
Compare
Choose a tag to compare

This release completes the HubSpotContactClient by adding Update and Delete support.

Also the [IgnoreDataMember] attribute is now honored on your DTOs - these will not be sent to HubSpot.