Skip to content

Commit

Permalink
Merge pull request #250 from HubSpot/feature/17.1.0
Browse files Browse the repository at this point in the history
17.1.0
  • Loading branch information
alzheltkovskiy-hubspot authored Aug 7, 2023
2 parents a915339 + 7b4ef5b commit c5e80e9
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,51 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.1.0...HEAD)


## [17.0.0.pre.beta.4] - 2023-06-14
## [17.1.0] - 2023-08-07

## Removed `hapikey` from

- `automation.actions.callbacksApi` Api.
- `cms` (all Api clients).
- `communicationPreferences` (all Api clients).
- `conversations` (all API clients).
- `crm` (all Api clients).
- `events` (all Api clients).
- `files` (all Api clients).
- `marketing.events.settingsExternalApi` Api.
- `marketing.transactional` Api client.

## Updated

- Cnange type from `object` to `string` in `cms/hubdb/models/StandardError::category`.
- Cnange type from `StandardError[]` to `StandardError1[]` in `crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors`.
- Cnange type from `ErrorCategory` to `string` in `crm/companies/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/contacts/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/deals/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/lineitems/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/calls/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/communications/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/emails/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/feedback_submissions/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/meetings/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/notes/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/postal_mail/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/objects/tasks/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/products/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/properties/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/quotes/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `crm/tickets/models/StandardError::category`.
- Cnange type from `ErrorCategory` to `string` in `webhooks/models/StandardError::category`.

## Fixed
- `Hubspot::Helpers::Path.require_with_codegen_mapping()`


## [17.0.0] - 2023-06-14

## Updated

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hubspot-api-client (17.0.0)
hubspot-api-client (17.1.0)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/hubspot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hubspot
VERSION = '17.0.0'
VERSION = '17.1.0'
end
Binary file removed pkg/hubspot-api-client-17.0.0.pre.beta.2.gem
Binary file not shown.
Binary file removed pkg/hubspot-api-client-17.0.0.pre.beta.3.gem
Binary file not shown.
Binary file removed pkg/hubspot-api-client-17.0.0.pre.beta.4.gem
Binary file not shown.

0 comments on commit c5e80e9

Please sign in to comment.