Skip to content
Closed
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).

## [Unreleased]
### Changed
- Upgraded from Node 18 to Node 22
- Updated dependencies to latest

## [29.2.2] - 2025-09-08
### Fixed
Expand Down Expand Up @@ -37,7 +40,7 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
## [29.0.0] - 2025-09-03
### Removed
- Removed all endpoints of the Subscriptions feature
- GET /v1/subscriptions/{id}
- GET /v1/subscriptions/{id}
- GET /v1/subscriptions/find/{dealId}
- GET /v1/subscriptions/{id}/payments
- POST /v1/subscriptions/recurring
Expand Down Expand Up @@ -1028,4 +1031,4 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
[18.1.0]: https://github.com/pipedrive/api-docs/compare/v18.0.3...v18.1.0
[18.0.3]: https://github.com/pipedrive/api-docs/compare/v18.0.2...v18.0.3
[18.0.2]: https://github.com/pipedrive/api-docs/compare/v18.0.1...v18.0.2
[18.0.1]: https://github.com/pipedrive/api-docs/compare/v1.0.0...v18.0.1
[18.0.1]: https://github.com/pipedrive/api-docs/compare/v1.0.0...v18.0.1
4 changes: 2 additions & 2 deletions migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Breaking changes

- Suggested nodejs version is 18
- Suggested nodejs version is 22
- SDK imports are now versioned under `pipedrive/v1` and `pipedrive/v2` with added support for v2 endpoints
- Function signatures have changed from the previous version of the sdk. Now each function takes a strongly typed root object that contains all the parameters needed such as id and request payload, where in the previous version those were separate function params

Expand Down Expand Up @@ -52,7 +52,7 @@ await dealsApi.deleteDeal({
## Installation

```
npm i pipedrive@24.0.0
npm i pipedrive@30.0.0
```

## API Reference
Expand Down
Loading
Loading