Skip to content

Commit 03689bf

Browse files
8.1.0
1 parent 17c4461 commit 03689bf

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

Diff for: CHANGELOG.md

+40-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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)
948

1049

1150
## [8.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0-beta.5...v8.0.0) - 2023-06-12

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.1.0

0 commit comments

Comments
 (0)