Releases: jpetrucciani/hubspot3
Releases · jpetrucciani/hubspot3
Added: support for the secondary email addresses (v1) API
This release adds:
- Added: support for the secondary email addresses (v1) API (#136) via @advance512
Add CRM Association Labels (v4) API support
This release adds:
- CRM Association Labels (v4) API support (#135 ) via @advance512
Disable excessive warnings when retries are disabled
This release fixes:
- Disabling auto-retry spams out warnings (#132) is fixed by #133 via @advance512
Many awesome PRs merged
This release includes quite a few PRs that were opened while I had been away from open source for a while - Thanks everyone for your contributions and patience as I get back in the groove of maintaining my open source repos!
This release adds:
UsersClient
to access user provisioning via @sangaline (#114)- ability to PATCH an engagement in the
EngagementsClient
via @FredrikWendt (#119)
This release fixes:
- type hints of
companies.search_domain
via @jeking3 (#102) - pickling
HubspotError
by adding a__reduce__()
via @jeking3 (#103) - excessive log output and potential token exposure via @robinpercy (#113)
- sensitive data appearing in the logs via @dpgaspar (#117)
typing_extensions
no longer required as of python 3.8 via @singingwolfboy (#118)
Adding CMSFilesClient
This release adds:
CMSFilesClient
via @huntdesignco (#97 )
Improvement to PropertiesClient
This release adds:
get
to thePropertiesClient
via @ArtemGordinsky (#96)
More OAuth2 functionality
This release adds the following new methods to OAuth2Client
via @jsancho-gpl (#95 ):
get_access_token_data
get_refresh_token_data
delete_refresh_token
Improvement to EngagementsClient
This release adds:
get_recently_modified
toEngagementsClient
via @clivecorbishley (#94)
Fixing an oddity in errors
This release merges @zzZIMAWAKE's fix of Hubspot3 exceptions evaluating to False
(#93)
Get all Contacts in a list
This release merges in @kedlav's PR to add the ability to get all contacts in a list (#92 )