Skip to content

Latest commit

 

History

History
144 lines (82 loc) · 3.89 KB

File metadata and controls

144 lines (82 loc) · 3.89 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.

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