Skip to content

Commit

Permalink
Merge pull request #473 from HubSpot/feature/11.1.0
Browse files Browse the repository at this point in the history
11.1.0
  • Loading branch information
ksvirkou-hubspot authored Feb 29, 2024
2 parents 95f5d67 + aed9d90 commit bfaa106
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 52 deletions.
105 changes: 56 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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-nodejs/compare/11.0.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/11.1.0...HEAD)

## [11.1.0] - 2024-02-29

## Added

- Added param `idProperty` to `SimplePublicObjectBatchInput` in all CRM clients.

## [11.0.0] - 2024-02-13

Expand Down Expand Up @@ -505,8 +511,8 @@ export enum Enum {

### Update

- rename crm.pipelines.pipelineStagesApi.getCrmV3PipelinesObjectTypePipelineIdAudit() => crm.pipelines.pipelineStagesApi.getAudit()
- rename crm.pipelines.pipelinesApi.getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm.pipelines.pipelinesApi.getAudit()
- rename crm.pipelines.pipelineStagesApi.getCrmV3PipelinesObjectTypePipelineIdAudit() => crm.pipelines.pipelineStagesApi.getAudit()
- rename crm.pipelines.pipelinesApi.getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm.pipelines.pipelinesApi.getAudit()

## [6.0.1-beta4] - 2022-03-29

Expand All @@ -523,23 +529,23 @@ export enum Enum {

### Fixed

- fixed TimelineEvents
- fixed Webhooks double appId
- fixed TimelineEvents
- fixed Webhooks double appId

### Update
### Updated

- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()
- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()

## [6.0.1-beta3] - 2022-02-18

### Added

- apiRequest()

### Update
### Updated

- Regenerate Codegen
- Regenerate Codegen

## [6.0.1-beta2] - 2022-02-09

Expand Down Expand Up @@ -593,37 +599,37 @@ export enum Enum {

### Added

- communicationPreferences API client
- communicationPreferences API client

## [4.0.0] - 2021-06-22

### Fixed

- rename method "search" => "doSearch" crm.objects.searchApi API clients
- regenerate all clients
- rename method "search" => "doSearch" crm.objects.searchApi API clients
- regenerate all clients

## [3.4.1] - 2021-02-17

### Fixed

- fix generateToken method in `conversations.visitorIdentification` API clients
- fix generateToken method in `conversations.visitorIdentification` API clients

## [3.4.0] - 2021-02-16

### Added

- conversations.visitorIdentification API client
- events API client
- conversations.visitorIdentification API client
- events API client

## [3.3.0] - 2021-02-10

### Added

- crm.extensions.accounting API client
- crm.extensions.calling API client
- crm.extensions.videoconferencing API client
- crm.objects.feedbackSubmissions API client
- marketing.transactional API client
- crm.extensions.accounting API client
- crm.extensions.calling API client
- crm.extensions.videoconferencing API client
- crm.objects.feedbackSubmissions API client
- marketing.transactional API client

## [3.2.6] - 2021-01-28

Expand All @@ -641,57 +647,57 @@ export enum Enum {

### Added

- automation.actions client
- automation.actions client

## [3.1.0] - 2020-12-15

### Added

- crm.objects and crm.schemas clients
- cms.hubdb clients
- cms.blogs.authors, cms.blogs.blogPosts and cms.blogs.tags clients
- crm.objects and crm.schemas clients
- cms.hubdb clients
- cms.blogs.authors, cms.blogs.blogPosts and cms.blogs.tags clients

## [3.0.0] - 2020-08-28

### Added

- differentiation between Developer API key and API key. There is no need to create separate client instances for using endpoints with API key and Developer API key support.
- differentiation between Developer API key and API key. There is no need to create separate client instances for using endpoints with API key and Developer API key support.

### Updated

- SubscriptionPatchRequest model (replace `enabled` with `active` property)
- removed optional attribute for some parameters in crm clients methods
- changed parameters order for all crm.**.batchApi.read methods
- removed all create/update methods from CRM quotes
- response types extended for all crm.**.batchApi.create/read/update methods
- SubscriptionPatchRequest model (replace `enabled` with `active` property)
- removed optional attribute for some parameters in crm clients methods
- changed parameters order for all crm.**.batchApi.read methods
- removed all create/update methods from CRM quotes
- response types extended for all crm.**.batchApi.create/read/update methods

## [2.1.1] - 2020-07-24

### Added

- trello-integration-app sample
- 'Search Contacts' example to README.MD
- trello-integration-app sample
- 'Search Contacts' example to README.MD

### Fixed

- fixed initial initialization for webhooks-app
- fixed webhook verification for webhooks-app
- `getAll` methods for CRM objects (for clients with disabled limiter)
- 'Create Contact, Company and associate created objects' example in README.md
- fixed initial initialization for webhooks-app
- fixed webhook verification for webhooks-app
- `getAll` methods for CRM objects (for clients with disabled limiter)
- 'Create Contact, Company and associate created objects' example in README.md

## [2.1.0] - 2020-06-18

### Added

- auditLogs, domains, performance, urlRedirects and siteSearch cms clients
- imports-contacts-app sample
- limiter for search methods
- search-results-paging-app sample
- auditLogs, domains, performance, urlRedirects and siteSearch cms clients
- imports-contacts-app sample
- limiter for search methods
- search-results-paging-app sample

### Updated

- default limiter options: increased `maxConcurrent` to 6, added `id` - 'hubspot-client-limiter'
- retry functionality to overcome secondly search limit failures
- default limiter options: increased `maxConcurrent` to 6, added `id` - 'hubspot-client-limiter'
- retry functionality to overcome secondly search limit failures

## [2.0.1] - 2020-05-25

Expand All @@ -709,17 +715,17 @@ export enum Enum {

### Added

- New updateBatch method to webhooks.subscriptionsApi
- updated timelineModels
- New updateBatch method to webhooks.subscriptionsApi
- updated timelineModels

### Updated

- extended webhooks-sample-app to setup application webhooks configuration after successful authorization
- documents path in sample-app
- extended webhooks-sample-app to setup application webhooks configuration after successful authorization
- documents path in sample-app

### Fixed

- 'apiKey' authorization for webhooks clients
- 'apiKey' authorization for webhooks clients

## [1.0.0-beta] - 2020-04-18

Expand Down Expand Up @@ -757,7 +763,7 @@ export enum Enum {
25. getSubscriptions => getAll (webhooks.subscriptionsApi)
26. updateSubscription => update (webhooks.subscriptionsApi)

[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/7.0.1...HEAD
[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/11.1.0...HEAD
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.0.0-beta
[1.1.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.1.0-beta
[2.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1
Expand Down Expand Up @@ -817,3 +823,4 @@ export enum Enum {
[10.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.2.0
[11.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0-beta.0
[11.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0
[11.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/api-client",
"version": "11.0.0",
"version": "11.1.0",
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit bfaa106

Please sign in to comment.