@@ -5,10 +5,51 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0 .0...HEAD )
8+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-ruby/compare/v17.1 .0...HEAD )
99
1010
11- ## [ 17.0.0.pre.beta.4] - 2023-06-14
11+ ## [ 17.1.0] - 2023-08-07
12+
13+ ## Removed ` hapikey ` from
14+
15+ - ` automation.actions.callbacksApi ` Api.
16+ - ` cms ` (all Api clients).
17+ - ` communicationPreferences ` (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.settingsExternalApi ` Api.
23+ - ` marketing.transactional ` Api client.
24+
25+ ## Updated
26+
27+ - Cnange type from ` object ` to ` string ` in ` cms/hubdb/models/StandardError::category ` .
28+ - Cnange type from ` StandardError[] ` to ` StandardError1[] ` in ` crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors ` .
29+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/companies/models/StandardError::category ` .
30+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/contacts/models/StandardError::category ` .
31+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/deals/models/StandardError::category ` .
32+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/lineitems/models/StandardError::category ` .
33+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/calls/models/StandardError::category ` .
34+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/communications/models/StandardError::category ` .
35+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/emails/models/StandardError::category ` .
36+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/feedback_submissions/models/StandardError::category ` .
37+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/meetings/models/StandardError::category ` .
38+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/models/StandardError::category ` .
39+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/notes/models/StandardError::category ` .
40+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/postal_mail/models/StandardError::category ` .
41+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/tasks/models/StandardError::category ` .
42+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/products/models/StandardError::category ` .
43+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/properties/models/StandardError::category ` .
44+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/quotes/models/StandardError::category ` .
45+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/tickets/models/StandardError::category ` .
46+ - Cnange type from ` ErrorCategory ` to ` string ` in ` webhooks/models/StandardError::category ` .
47+
48+ ## Fixed
49+ - ` Hubspot::Helpers::Path.require_with_codegen_mapping() `
50+
51+
52+ ## [ 17.0.0] - 2023-06-14
1253
1354## Updated
1455
0 commit comments