Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.1.0 #424

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 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/10.0.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/10.1.0...HEAD)

## [10.1.0] - 2023-11-23

## Added

- `marketing.forms` Api client.

## [10.0.0] - 2023-09-25

Expand Down Expand Up @@ -293,7 +299,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Updated

- Replace Lodash to navite code in part of code
- Load only merge and get methods form Lodash
- Load only merge and get methods form Lodash

## [8.1.0] - 2022-11-28

Expand All @@ -312,7 +318,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Updated

- Optimization memory usage
- Regenerate all clients
- Regenerate all clients
- Added Private App access token to `cms.performance`, `crm.schemas` , `crm.imports` and `crm.objects.feedbackSubmissions`
- Updated `marketing.events` API client
- Deprecated `crm.extensions.accounting` API client
Expand All @@ -337,7 +343,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Sinature Utill
- Sinature Utill

### Deprecated

Expand Down Expand Up @@ -439,7 +445,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed
### Fixed

- autification configuration

Expand All @@ -453,7 +459,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Iterable middlewares
- Iterable middlewares

## [6.0.0-beta] - 2022-01-27

Expand Down Expand Up @@ -543,15 +549,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- crm.objects and crm.schemas 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

Expand All @@ -562,9 +568,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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

Expand All @@ -576,9 +582,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- '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
Expand All @@ -587,13 +593,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

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

## [2.0.1] - 2020-05-25

### Added:

- validateSignature method to webhooks
- validateSignature method to webhooks

## [2.0.0] - 2020-05-06

Expand All @@ -602,17 +608,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated crm.imports.coreApi client method names: getAll => getPage

## [1.1.0-beta] - 2020-04-24

### Added

- 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

### Fixed

- 'apiKey' authorization for webhooks clients
Expand Down
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": "10.0.0",
"version": "10.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
Loading