Skip to content

Commit c5e80e9

Browse files
Merge pull request #250 from HubSpot/feature/17.1.0
17.1.0
2 parents a915339 + 7b4ef5b commit c5e80e9

6 files changed

+45
-4
lines changed

CHANGELOG.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,51 @@ 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-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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hubspot-api-client (17.0.0)
4+
hubspot-api-client (17.1.0)
55
json (~> 2.1, >= 2.1.0)
66
typhoeus (~> 1.4.0)
77

lib/hubspot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hubspot
2-
VERSION = '17.0.0'
2+
VERSION = '17.1.0'
33
end
-956 KB
Binary file not shown.
-1020 KB
Binary file not shown.
-1020 KB
Binary file not shown.

0 commit comments

Comments
 (0)