Skip to content

Releases: skarpdev/dotnetcore-hubspot-client

v0.22.0

26 Oct 15:42
c4b826c
Compare
Choose a tag to compare

This release adds Private App (Oauth) support to the library, see #92 and #93 / #96

The library still supports private key auth, so it should be non breaking, however keep in mind that HubSpot will end support for api key auth on nov 30'th.

See more here:
https://developers.hubspot.com/docs/api/migrate-an-api-key-integration-to-a-private-app

v0.21.0

07 Feb 21:24
2da88db
Compare
Choose a tag to compare

This release adds net5.0 and net6.0 support.

  • update: dependencies and upgrade test projects to net6.0 (see #82)

Thanks to @roycornelissen for his contributions

v0.20.0

20 May 22:43
Compare
Choose a tag to compare

fix: handle timestamp conversion to datetime(offset)

v0.19.2

18 May 10:02
Compare
Choose a tag to compare
  • fix broken unit test

v0.19.1

18 May 09:53
Compare
Choose a tag to compare
  • fix ConvertSingleEntity skip nullable properties with no value

v0.19.0

18 May 08:41
Compare
Choose a tag to compare
  • add Get List of Company Properties
  • fix (and break) Change Deal OwnerId to long?
  • fix (and break) Change Company OwnerId to long?
  • fix Allow nullable properties i.e hubspot_owner_id, companies and deals can be assigned and un-assigned
  • move dtos around and added deal properties

v0.18.1

18 May 07:40
40ec8c7
Compare
Choose a tag to compare
  • add get,create,delete list of contactLists [#67]
  • add implement deal list [#74]
  • fix ci pipes

Thanks to @davymirfin and @LeeStevens318 for contributing.

v0.17.0

12 May 07:46
250ebbb
Compare
Choose a tag to compare
  • add support for getting list of contact lists (see #63)

v0.16.0

09 Dec 10:20
6f2835a
Compare
Choose a tag to compare

This is a feature release:

  • add batch read for line items (see #60)

Thank to @roycornelissen for contributing.

v0.15.0

17 Nov 15:01
0ea576a
Compare
Choose a tag to compare

This is a breaking change release

  • drop netstandard1.6 in favor of netstandard2.0
  • drop net46 in favor of net461

The world is moving on, so are we.

Thanks to @roycornelissen for his contribution.