Releases: HubSpot/hubspot-api-python
Releases · HubSpot/hubspot-api-python
v8.0.0
Fix utils.get_auth_url() (don’t add empty scopes or optional scopes to OAuth url)
Removed deprecated Webhooks util
- Removed deprecated
webhooksutil. - add more association types
- add custom exceptions for Signature
- Update README
Add missing crm.associations.v4.basic_api Api.
- add missing crm.associations.v4.basic_api Api.
Update associations clients
Added
- crm.associations.v4.basic_api Api.
Updated
- crm.associations.types_api -> crm.associations.schema.types_api.
- crm.associations.v4.definitions_api -> crm.associations.v4.schema.definitions_api.
Added crm.objects.communications API client
Merge pull request #197 from HubSpot/feature/8.0.0-beta-3 8.0.0-beta.3
Add new event types to webhooks
Merge pull request #194 from HubSpot/feature/8.0.0-beta.2 8.0.0-beta.2
Major version (Breaking changes)
- Rename
cms.hubdb.rows_batch_api.batch_clone_draft_table_rows->cms.hubdb.rows_batch_api.clone_draft_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_create_draft_table_rows->cms.hubdb.rows_batch_api.create_draft_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_purge_draft_table_rows->cms.hubdb.rows_batch_api.purge_draft_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_ReadDrafttable_rows->cms.hubdb.rows_batch_api.read_draft_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_read_table_rows->cms.hubdb.rows_batch_api.read_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_replace_draft_table_rows->cms.hubdb.rows_batch_api.replace_draft_table_rows. - Rename
cms.hubdb.rows_batch_api.batch_update_draft_table_rows->cms.hubdb.rows_batch_api.update_draft_table_rows. cms.hubdb.tables_api.get_draft_table_details_by_id->cms.hubdb.tables_api.get_draft_table_details_by_id(+include_foreign_ids: bool)cms.hubdb.tables_api.get_table_details->cms.hubdb.tables_api.get_table_details(+include_foreign_ids: bool)cms.hubdb.tables_api.update_draft_table->cms.hubdb.tables_api.update_draft_table(+include_foreign_ids: bool)- Removed
crm.companies.associations_api. - Removed
crm.contacts.associations_api. - Removed
crm.deals.associations_api. - Removed
crm.line_items.associations_api. - Removed
crm.objects.calls.associations_api. - Removed
crm.objects.emails.associations_api. - Removed
crm.objects.feedback_submissions.associations_api. - Removed
crm.objects.meetings.associations_api. - Removed
crm.objects.notes.associations_api. - Removed
crm.objects.postal_mail.associations_api. - Removed
crm.objects.tasks.associations_api. - Removed
crm.products.associations_api. - Removed
crm.quotes.associations_api. - Removed
crm.tickets.associations_api. crm.companies.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.companies.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.contacts.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.contacts.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.deals.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.deals.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.line_items.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.line_items.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.calls.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.calls.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.emails.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.emails.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.feedback_submissions.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.feedback_submissions.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.meetings.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.meetings.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.notes.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.notes.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.postal_mail.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.postal_mail.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.tasks.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.tasks.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.products.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.products.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.quotes.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.quotes.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)crm.objects.tickets.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)crm.objects.tickets.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)marketing.events.marketing_events_external_api.do_search->marketing.events.search_api.do_search- Rename
oauth.access_tokens_api.get_accessToken->oauth.access_tokens_api.get. - Rename
oauth.refresh_tokens_api.archive_refresh_token->oauth.refresh_tokens_api.archive. - Rename
oauth.refresh_tokens_api.get_refreshToken->oauth.refresh_tokens_api.get. - Rename
oauth.tokens_api.create_token->oauth.tokens_api.create. - Added param
propertiestocrm.properties.core_api.get_all. - Added param
propertiestocrm.properties.core_api.get_by_name. - Added
high_valueparam to all Filters.
Update models for crm.properties API client
Merge pull request #180 from HubSpot/feature/7.5.0 7.5.0
add crm.associations.v4
crm.associations.v4API clientcrm.imports.public_imports_apiAPI clientcrm.extensions.cards.sample_response_apiAPI client- possibility to set limit param for
fetch_allfunc - Fix
auth.oauth.refresh_tokens_api.archive_refresh_tokenmethod
Fixed access to crm.associations.types_api
- fixed access to
crm.associations.types_api - added search by date example in README.