Releases: skarpdev/dotnetcore-hubspot-client
Releases · skarpdev/dotnetcore-hubspot-client
v0.22.0
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
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
fix: handle timestamp conversion to datetime(offset)
v0.19.2
- fix broken unit test
v0.19.1
- fix ConvertSingleEntity skip nullable properties with no value
v0.19.0
- 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
Thanks to @davymirfin and @LeeStevens318 for contributing.
v0.17.0
v0.16.0
v0.15.0
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.