Releases: jpetrucciani/hubspot3
Updates to LinesClient and ProductsClient
This release adds:
LinesClient.get_all()
via @jisson (#67)- Fixes to
ProductsClient
:create
,update
, anddelete
via @jisson (#66)
And removes:
- API Preview warning message for
LinesClient
,TicketsClient
, andProductsClient
Potentially breaking change to ProductsClient.create
; The data passed in will no longer automatically translate to the data
dict passed in into name: value
pairs. This didn't align with a lot of the other Client create methods - we'll be trying to standardize this across the board soon
GitHub actions!
This release adds:
- prospector config updates
- various code cleanup via prospector, fixing some small issues
- GitHub actions for static analysis of changes and Pull Requests
- @antonioIrizar's change (#65) to add a
date
data type forVALID_PROPERTY_DATA_TYPES
CompaniesPropertiesClient
EmailEventsClient and WorkflowsClient
Update to EcommerceBridgeClient
This release includes @BuddhaOhneHals's addition (#61) to add a starting_page
keyword arg while getting sync errors instead of always starting at page one!
TicketsClient Bugfix
Update to PropertiesClient
This release adds @rheinwerk-mp's changes to the PropertiesClient
(#59), adding in an update method, as well as reworking how it validates its fields.
Adding methods to DealsClient, LinesClient, and EcommerceBridgeClient
EmailSubscriptionClient updates
This release merges in @rheinwerk-mp's changes to the EmailSubscriptionClient
(#55).
EmailSubscriptionClient
This release merges in the EmailSubscriptionClient
from @W1ldPo1nter (#54)!