Skip to content

Commit bfaa106

Browse files
Merge pull request #473 from HubSpot/feature/11.1.0
11.1.0
2 parents 95f5d67 + aed9d90 commit bfaa106

File tree

3 files changed

+59
-52
lines changed

3 files changed

+59
-52
lines changed

CHANGELOG.md

+56-49
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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-nodejs/compare/11.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/11.1.0...HEAD)
9+
10+
## [11.1.0] - 2024-02-29
11+
12+
## Added
13+
14+
- Added param `idProperty` to `SimplePublicObjectBatchInput` in all CRM clients.
915

1016
## [11.0.0] - 2024-02-13
1117

@@ -505,8 +511,8 @@ export enum Enum {
505511

506512
### Update
507513

508-
- rename crm.pipelines.pipelineStagesApi.getCrmV3PipelinesObjectTypePipelineIdAudit() => crm.pipelines.pipelineStagesApi.getAudit()
509-
- rename crm.pipelines.pipelinesApi.getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm.pipelines.pipelinesApi.getAudit()
514+
- rename crm.pipelines.pipelineStagesApi.getCrmV3PipelinesObjectTypePipelineIdAudit() => crm.pipelines.pipelineStagesApi.getAudit()
515+
- rename crm.pipelines.pipelinesApi.getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm.pipelines.pipelinesApi.getAudit()
510516

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

@@ -523,23 +529,23 @@ export enum Enum {
523529

524530
### Fixed
525531

526-
- fixed TimelineEvents
527-
- fixed Webhooks double appId
532+
- fixed TimelineEvents
533+
- fixed Webhooks double appId
528534

529-
### Update
535+
### Updated
530536

531-
- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
532-
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()
537+
- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
538+
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()
533539

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

536542
### Added
537543

538544
- apiRequest()
539545

540-
### Update
546+
### Updated
541547

542-
- Regenerate Codegen
548+
- Regenerate Codegen
543549

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

@@ -593,37 +599,37 @@ export enum Enum {
593599

594600
### Added
595601

596-
- communicationPreferences API client
602+
- communicationPreferences API client
597603

598604
## [4.0.0] - 2021-06-22
599605

600606
### Fixed
601607

602-
- rename method "search" => "doSearch" crm.objects.searchApi API clients
603-
- regenerate all clients
608+
- rename method "search" => "doSearch" crm.objects.searchApi API clients
609+
- regenerate all clients
604610

605611
## [3.4.1] - 2021-02-17
606612

607613
### Fixed
608614

609-
- fix generateToken method in `conversations.visitorIdentification` API clients
615+
- fix generateToken method in `conversations.visitorIdentification` API clients
610616

611617
## [3.4.0] - 2021-02-16
612618

613619
### Added
614620

615-
- conversations.visitorIdentification API client
616-
- events API client
621+
- conversations.visitorIdentification API client
622+
- events API client
617623

618624
## [3.3.0] - 2021-02-10
619625

620626
### Added
621627

622-
- crm.extensions.accounting API client
623-
- crm.extensions.calling API client
624-
- crm.extensions.videoconferencing API client
625-
- crm.objects.feedbackSubmissions API client
626-
- marketing.transactional API client
628+
- crm.extensions.accounting API client
629+
- crm.extensions.calling API client
630+
- crm.extensions.videoconferencing API client
631+
- crm.objects.feedbackSubmissions API client
632+
- marketing.transactional API client
627633

628634
## [3.2.6] - 2021-01-28
629635

@@ -641,57 +647,57 @@ export enum Enum {
641647

642648
### Added
643649

644-
- automation.actions client
650+
- automation.actions client
645651

646652
## [3.1.0] - 2020-12-15
647653

648654
### Added
649655

650-
- crm.objects and crm.schemas clients
651-
- cms.hubdb clients
652-
- cms.blogs.authors, cms.blogs.blogPosts and cms.blogs.tags clients
656+
- crm.objects and crm.schemas clients
657+
- cms.hubdb clients
658+
- cms.blogs.authors, cms.blogs.blogPosts and cms.blogs.tags clients
653659

654660
## [3.0.0] - 2020-08-28
655661

656662
### Added
657663

658-
- 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.
664+
- 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.
659665

660666
### Updated
661667

662-
- SubscriptionPatchRequest model (replace `enabled` with `active` property)
663-
- removed optional attribute for some parameters in crm clients methods
664-
- changed parameters order for all crm.**.batchApi.read methods
665-
- removed all create/update methods from CRM quotes
666-
- response types extended for all crm.**.batchApi.create/read/update methods
668+
- SubscriptionPatchRequest model (replace `enabled` with `active` property)
669+
- removed optional attribute for some parameters in crm clients methods
670+
- changed parameters order for all crm.**.batchApi.read methods
671+
- removed all create/update methods from CRM quotes
672+
- response types extended for all crm.**.batchApi.create/read/update methods
667673

668674
## [2.1.1] - 2020-07-24
669675

670676
### Added
671677

672-
- trello-integration-app sample
673-
- 'Search Contacts' example to README.MD
678+
- trello-integration-app sample
679+
- 'Search Contacts' example to README.MD
674680

675681
### Fixed
676682

677-
- fixed initial initialization for webhooks-app
678-
- fixed webhook verification for webhooks-app
679-
- `getAll` methods for CRM objects (for clients with disabled limiter)
680-
- 'Create Contact, Company and associate created objects' example in README.md
683+
- fixed initial initialization for webhooks-app
684+
- fixed webhook verification for webhooks-app
685+
- `getAll` methods for CRM objects (for clients with disabled limiter)
686+
- 'Create Contact, Company and associate created objects' example in README.md
681687

682688
## [2.1.0] - 2020-06-18
683689

684690
### Added
685691

686-
- auditLogs, domains, performance, urlRedirects and siteSearch cms clients
687-
- imports-contacts-app sample
688-
- limiter for search methods
689-
- search-results-paging-app sample
692+
- auditLogs, domains, performance, urlRedirects and siteSearch cms clients
693+
- imports-contacts-app sample
694+
- limiter for search methods
695+
- search-results-paging-app sample
690696

691697
### Updated
692698

693-
- default limiter options: increased `maxConcurrent` to 6, added `id` - 'hubspot-client-limiter'
694-
- retry functionality to overcome secondly search limit failures
699+
- default limiter options: increased `maxConcurrent` to 6, added `id` - 'hubspot-client-limiter'
700+
- retry functionality to overcome secondly search limit failures
695701

696702
## [2.0.1] - 2020-05-25
697703

@@ -709,17 +715,17 @@ export enum Enum {
709715

710716
### Added
711717

712-
- New updateBatch method to webhooks.subscriptionsApi
713-
- updated timelineModels
718+
- New updateBatch method to webhooks.subscriptionsApi
719+
- updated timelineModels
714720

715721
### Updated
716722

717-
- extended webhooks-sample-app to setup application webhooks configuration after successful authorization
718-
- documents path in sample-app
723+
- extended webhooks-sample-app to setup application webhooks configuration after successful authorization
724+
- documents path in sample-app
719725

720726
### Fixed
721727

722-
- 'apiKey' authorization for webhooks clients
728+
- 'apiKey' authorization for webhooks clients
723729

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

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

760-
[unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/7.0.1...HEAD
766+
[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/11.1.0...HEAD
761767
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.0.0-beta
762768
[1.1.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.1.0-beta
763769
[2.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1
@@ -817,3 +823,4 @@ export enum Enum {
817823
[10.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/10.2.0
818824
[11.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0-beta.0
819825
[11.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0
826+
[11.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.1.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)