Skip to content

Releases: jpetrucciani/hubspot3

Updates to LinesClient and ProductsClient

14 Oct 15:13
Compare
Choose a tag to compare

This release adds:

  • LinesClient.get_all() via @jisson (#67)
  • Fixes to ProductsClient: create, update, and delete via @jisson (#66)

And removes:

  • API Preview warning message for LinesClient, TicketsClient, and ProductsClient

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!

10 Oct 19:31
a78cd83
Compare
Choose a tag to compare

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 for VALID_PROPERTY_DATA_TYPES

CompaniesPropertiesClient

09 Oct 18:16
Compare
Choose a tag to compare

This release merges in some changes to CompaniesClient, as well as a new CompaniesPropertiesClient from @ndewani's pull request (#64)!

EmailEventsClient and WorkflowsClient

17 Sep 13:26
Compare
Choose a tag to compare

This release merges in @ndewani's changes to add the EmailEventsClient and WorkflowsClient (#62)!

Update to EcommerceBridgeClient

13 Sep 13:21
Compare
Choose a tag to compare

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

03 Sep 12:38
ffffa8b
Compare
Choose a tag to compare

This release includes @gozzilli's fix to the TicketsClient (#60), resolving a potential issue with kwargs and params to the API call.

Update to PropertiesClient

27 Aug 16:15
4a8cde4
Compare
Choose a tag to compare

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

15 Aug 14:16
Compare
Choose a tag to compare

This release merges in @hkage's updates to the following clients (#56):

  • DealsClient
  • LinesClient
  • EcommerceBridgeClient

EmailSubscriptionClient updates

14 Aug 14:51
Compare
Choose a tag to compare

This release merges in @rheinwerk-mp's changes to the EmailSubscriptionClient (#55).

EmailSubscriptionClient

08 Aug 14:34
Compare
Choose a tag to compare

This release merges in the EmailSubscriptionClient from @W1ldPo1nter (#54)!