@@ -5,7 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0...HEAD )
8
+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v8.1.0...HEAD )
9
+
10
+
11
+ ## [ 8.1.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0...v8.1.0 ) - 2023-08-07
12
+
13
+ ## Removed ` hapikey ` from
14
+
15
+ - ` automation.actions.callbacks_api ` Api.
16
+ - ` cms ` (all Api clients).
17
+ - ` communication_preferences ` (all Api clients).
18
+ - ` conversations ` (all API clients).
19
+ - ` crm ` (all Api clients).
20
+ - ` events ` (all Api clients).
21
+ - ` files ` (all Api clients).
22
+ - ` marketing.events.settings_external_api ` Api.
23
+ - ` marketing.transactional ` Api client.
24
+
25
+ ## Updated
26
+
27
+ - Change type from ` object ` to ` string ` in ` cms/hubdb/models/StandardError.category ` .
28
+ - Change type from ` StandardError[] ` to ` StandardError1[] ` in ` crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors.errors ` .
29
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/companies/models/StandardError.category ` .
30
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/contacts/models/StandardError.category ` .
31
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/deals/models/StandardError.category ` .
32
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/lineitems/models/StandardError.category ` .
33
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/calls/models/StandardError.category ` .
34
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/communications/models/StandardError.category ` .
35
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/emails/models/StandardError.category ` .
36
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/feedback_submissions/models/StandardError.category ` .
37
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/meetings/models/StandardError.category ` .
38
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/models/StandardError.category ` .
39
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/notes/models/StandardError.category ` .
40
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/postal_mail/models/StandardError.category ` .
41
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/objects/tasks/models/StandardError.category ` .
42
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/products/models/StandardError.category ` .
43
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/properties/models/StandardError.category ` .
44
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/quotes/models/StandardError.category ` .
45
+ - Change type from ` ErrorCategory ` to ` string ` in ` crm/tickets/models/StandardError.category ` .
46
+ - Change type from ` ErrorCategory ` to ` string ` in ` webhooks/models/StandardError.category ` .
47
+ - example in README(SimplePublicObjectInputForCreate)
9
48
10
49
11
50
## [ 8.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0-beta.5...v8.0.0 ) - 2023-06-12
0 commit comments