Skip to content

Latest commit

 

History

History
184 lines (108 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

184 lines (108 loc) · 5.28 KB

Changelog

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

Added

  • crm.objects.get_all() method

4.0.1 - 2021-10-07

Added

  • missing object_type and account_type (were removed during regen)

4.0.0 - 2021-09-08

Added

  • crm.objects.gdpr_api API client
  • crm.contacts.gdpr_api API client

Changed (breaking changes)

  • 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

Added

  • communication preferences API client

3.7.0 - 2021-02-19

Added

  • events API client
  • conversations.visitor_identification API client

3.6.0 - 2021-02-08

Added

  • 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

Fixed

  • fix batch methods in cms.blogs API clients

3.5.0 - 2021-01-21

Added

  • HubSpot API key support to automation.actions API client

3.4.2 - 2020-12-07

Fixed

  • Fixed hubspot.crm.extensions module init

3.4.1 - 2020-12-04

Fixed

  • Fixed Blog Posts API (it was not generated by unknown reason)

3.4.0 - 2020-12-04

Added

  • 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

Added

  • HubSpot API key support to cms.hubdb API client
  • Long description to PyPi package

3.2.0 - 2020-10-19

Added

  • cms.hubdb API client

3.1.0 - 2020-08-05

Added

  • crm.objects API client
  • crm.chemas API client

Updated

  • Minor changes in existing clients

3.0.0 - 2020-08-05

Incompatible Changes

  • webhooks.SubscriptionListResponse.enabled field is renamed to active

Added

  • new HubSpot class - a shortage to hubspot.Client

2.1.0 - 2020-06-23

Added

  • OAuth to cms.audit_logs API client

Fixed

  • Parsing response in cms.site_search.default_api.get_by_id method

2.0.0 - 2020-06-16

Incompatible Changes

  • crm.imports.core_api.get_all method is replaced with crm.imports.core_api.get_page

1.2.0 - 2020-06-12

Added

  • cms.audit_logs API client
  • cms.domains API client
  • cms.performance API client
  • cms.site_search API client
  • cms.url_redirects API client

1.1.0 - 2020-05-26

Added

  • validate_signature method to webhooks utils

1.0.0 - 2020-04-30

Added

  • This CHANGELOG.md file.
  • Batch API client for webhooks
  • PyTest support

Fixed

  • Typos in README

Incompatible Changes

  • Dropped support for Python 3.4
  • Renamed webhooks delete method to archive

1.0.0-beta - 2020-04-16