Skip to content

Releases: skarpdev/dotnetcore-hubspot-client

v0.14.0

17 Nov 14:59
59403c9
Compare
Choose a tag to compare

This is a feature and breaking change release:

  • add line items API (see #49)
  • fix (and break) associations api client (see #51)
  • add request options to contact get (see #52)

Thanks to @roycornelissen for his contributions

v0.13.0

12 Nov 06:47
140fcec
Compare
Choose a tag to compare

This is a feature release, thanks to @roycornelissen for the contribution

  • add interfaces to all clients to make them easier to stub out while unit-testing (see #44)

v0.12.0

11 Nov 14:28
05cfb04
Compare
Choose a tag to compare

This is a feature release, thanks to @roycornelissen for the contribution

  • adds Owner API with get by id and list (see #42)

v0.11.1

12 Oct 07:36
8c71ef7
Compare
Choose a tag to compare

This is a bugfix release

  • fixes enum definitions in HubSpotAssociationDefinitions

v0.11.0

12 Oct 07:36
20d8477
Compare
Choose a tag to compare

This is a feature release.

  • adds List of Contacts support, see #40

v0.10.0

25 Aug 17:57
8d14bb1
Compare
Choose a tag to compare

This is a feature release

Added:

v0.9.0

03 Aug 18:41
7cc013a
Compare
Choose a tag to compare

This is a maintenance release.

Notable changes:

  • #30 Adds the underlying HttpResponseMessage to a thrown HubSpotException to allow inspection of return payloads and http status codes (Thanks to @Nazgaul)
  • #34 Fixes test suite errors due to HubSpot changes on their demo account
  • #35 Retargets the test suites for dotnet core 3.1 and updates all dependencies of the core dll

v0.8.2

17 Oct 06:09
Compare
Choose a tag to compare

This is a bugfix release that addresses an issue with creating contacts when specifying the zip-code.

v0.8.1

12 Oct 18:45
Compare
Choose a tag to compare

This is bugfix release that addresses an issue with updating deals

v0.8.0

12 Oct 08:00
Compare
Choose a tag to compare

This release contains breaking changes due to changing the name of AcceptHubSpotDataEntity to ToHubSpotDataEntity. It also adds a new virtual function called FromHubSpotDataEntity

Both are added in order to aid in serializing and deserializing entities.

Please see PR #15 for further details