All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.0.2 - 2021-11-03
- crm.objects.get_all() method
4.0.1 - 2021-10-07
- missing object_type and account_type (were removed during regen)
4.0.0 - 2021-09-08
- crm.objects.gdpr_api API client
- crm.contacts.gdpr_api API client
- oauth api client regenerated
- cms.audit_logs.default_api => cms.audit_logs.audit_logs_api
- cms.blogs.authors.default_api => cms.blogs.authors.author_api
- cms.blogs.blog_posts.default_api => cms.blogs.blog_posts.blog_post_api
- cms.blogs.tags.default_api => cms.blogs.tags.tag_api
- cms.performance.default_api => cms.performance.public_performance_api
- cms.site_search.default_api => cms.site_search.public_api
- crm.imports.default_api => crm.imports.public_imports_api
- crm.owners.default_api => crm.owners.owners_api
- crm.schemas.default_api => crm.schemas.public_object_schemas_api and crm.schemas.core_api
- marketing.transactional.default_api => marketing.transactional.public_smtp_tokens_api and marketing.transactional.single_send_api
3.8.0 - 2021-06-09
- communication preferences API client
3.7.0 - 2021-02-19
- events API client
- conversations.visitor_identification API client
3.6.0 - 2021-02-08
- crm.extensions.accounting API client
- crm.extensions.calling API client
- crm.extensions.videoconferencing API client
- crm.objects.feedback_submissions API client
- marketing.transactional API client
- files.files API client
3.5.1 - 2021-01-22
- fix batch methods in
cms.blogs
API clients
3.5.0 - 2021-01-21
- HubSpot API key support to
automation.actions
API client
3.4.2 - 2020-12-07
- Fixed hubspot.crm.extensions module init
3.4.1 - 2020-12-04
- Fixed Blog Posts API (it was not generated by unknown reason)
3.4.0 - 2020-12-04
- HubSpot API key support to
cms.blogs.authors
API client - HubSpot API key support to
cms.blogs.blog_posts
API client - HubSpot API key support to
cms.blogs.tags
API client - Standard Errors
3.3.0 - 2020-10-23
- HubSpot API key support to
cms.hubdb
API client - Long description to PyPi package
3.2.0 - 2020-10-19
cms.hubdb
API client
3.1.0 - 2020-08-05
crm.objects
API clientcrm.chemas
API client
- Minor changes in existing clients
3.0.0 - 2020-08-05
webhooks.SubscriptionListResponse.enabled
field is renamed toactive
- new
HubSpot
class - a shortage tohubspot.Client
2.1.0 - 2020-06-23
- OAuth to
cms.audit_logs
API client
- Parsing response in
cms.site_search.default_api.get_by_id
method
2.0.0 - 2020-06-16
crm.imports.core_api.get_all
method is replaced withcrm.imports.core_api.get_page
1.2.0 - 2020-06-12
cms.audit_logs
API clientcms.domains
API clientcms.performance
API clientcms.site_search
API clientcms.url_redirects
API client
1.1.0 - 2020-05-26
validate_signature
method to webhooks utils
1.0.0 - 2020-04-30
- This CHANGELOG.md file.
- Batch API client for webhooks
- PyTest support
- Typos in README
- Dropped support for Python 3.4
- Renamed webhooks
delete
method toarchive