All Versions
33
Latest Version
Avg Release Cycle
12 days
Latest Release
1302 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.2.50 Changes
May 13, 2020๐ This release adds:
CMSFilesClient
via @huntdesignco (#97 )
-
v3.2.49 Changes
April 12, 2020๐ This release adds:
get
to thePropertiesClient
via @ArtemGordinsky (#96)
-
v3.2.48 Changes
March 31, 2020๐ This release adds the following new methods to
OAuth2Client
via @jsancho-gpl (#95 ):get_access_token_data
get_refresh_token_data
delete_refresh_token
-
v3.2.47 Changes
March 20, 2020๐ This release adds:
get_recently_modified
toEngagementsClient
via @clivecorbishley (#94)
-
v3.2.46 Changes
March 11, 2020๐ This release merges @zzZIMAWAKE's fix of Hubspot3 exceptions evaluating to
False
(#93) -
v3.2.45 Changes
March 02, 2020 -
v3.2.44 Changes
February 25, 2020๐ This release removes some leftover debugging print statements in the
EngagementsClient
. -
v3.2.43 Changes
February 23, 2020๐ This release adds logic to uglify the HubSpot API key in the error messages thanks to @antonioIrizar (#90)
-
v3.2.42 Changes
January 05, 2020๐ This release adds:
- ๐ Fix to the
TicketsClient
update method thanks to @selinfildis (#81) - ๐ Fix to
PipelinesClient
update and create methods (fixes #83) - More setup info in the readme thanks to @vivithemage (#82)
- ๐ Fix to the
-
v3.2.41 Changes
December 16, 2019๐ This release adds a Union[Definitions, int] type for definitions to the methods on
CRMAssociationsClient
to allow them to work via the CLI (since the code used to only accept aDefinitions
enum value)