Skip to content

Releases: jpetrucciani/hubspot3

EcommerceBridgeClient updates

07 Aug 18:01
e2501b8
Compare
Choose a tag to compare

This release merges in @W1ldPo1nter's updates to the EcommerceBridgeClient (#53), fixing some auth issues, as well as adding a new method: get_sync_errors_for_app_and_account.

Fixing a dictionary mutation issue

06 Aug 13:27
Compare
Choose a tag to compare

Thanks @sangaline for catching this (#52)!

Fixing BaseClient json serialization

05 Aug 17:51
Compare
Choose a tag to compare

Thanks to @sangaline (#51) we now have a fix for a situation where payloads were being json.dumps()'d multiple times on retries!

PropertiesClient, PropertyGroupsClient, LinesClient

01 Aug 22:35
16228ab
Compare
Choose a tag to compare

Thanks to @jisson (#50), we now have 3 new clients:

  • PropertiesClient
  • PropertyGroupsClient
  • LinesClient

as well as plenty of new functionality on various other clients!

Getting all contacts from a list

24 Jul 19:40
8966bce
Compare
Choose a tag to compare

Thanks to @sangaline (#49), we now have the option of using a different list id when fetching ContactsClient.get_all()!

OAuth2 endpoints, updates to the EcommerceBridgeClient, and removal of requests

09 Jul 16:34
Compare
Choose a tag to compare

This release merges in @W1ldPo1nter's updates to the ECommerceBridgeClient, as well as the new OAuth2Client (#46)!

This release also removes requests as a dependency, and adds a few type annotations.

Updates to the ContactsClient, and deprecations of old naming style

01 Jul 23:03
Compare
Choose a tag to compare

Thanks to @rheinwerk-mp and his team, we've got some updates to the ContactsClient in this release, and more work on a nice mocked testing suite. This release also deprecates some of the old naming style methods in the ContactsClient.

CLI fixes, EcommerceBridgeClient, CMSLayoutsClient, and CMSTemplatesClient

28 Jun 15:48
Compare
Choose a tag to compare

This release fixes some of the CLI functionality I had inadvertently broken 😅 (#42, thanks to @W1ldPo1nter #43 for fixing my mistake!).

This also adds:

and fixes some of the tests. I've also added a HubSpot test account key to our tests, which will hopefully allow us to test end to end without hitting API limits on the demo key!

Hubspot3 CLI

25 Jun 15:51
Compare
Choose a tag to compare

Thanks to @W1ldPo1nter and his colleagues (@hkage and @kantimati) we now have #38, which adds in an optional CLI for the entire library!

You can check out more of how this works in the documentation.

BlogTopicsClient

18 Jun 16:46
Compare
Choose a tag to compare

Thanks to @jsancho-gpl (#37), we now have the beginning of the BlogTopicsClient!