Skip to content

Commit abb391c

Browse files
Merge master into 286
2 parents 8b6eaf1 + b658e1e commit abb391c

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Fixed
1111
- Fixed PHP SDK v2 Configuration to use correct `/v2` API endpoints after OAuth token refresh instead of defaulting to `/v1`
1212

13+
## [30.2.0] - 2025-10-06
14+
### Added
15+
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
16+
- Added `DELETE /deals/{id}/products` endpoint for deleting multiple deal products at once (max 100 per request)
17+
18+
## [30.1.0] - 2025-10-06
19+
### Added
20+
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
21+
- Added `DELETE /deals/{id}/products` endpoint for deleting multiple deal products at once (max 100 per request)
22+
23+
## [30.0.0] - 2025-10-06
24+
### Changed
25+
- Removed deprecated `person_name`, `organization_name`, and `email` lead fields from itemSearch endpoints
26+
1327
## [29.2.5] - 2025-10-03
1428

1529
## [29.2.4] - 2025-09-26
@@ -965,7 +979,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
965979
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
966980
* Fixed typo in lead example response (`crrency` to `currency`)
967981

968-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.2.5...HEAD
982+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.2.0...HEAD
983+
[30.2.0]: https://github.com/pipedrive/api-docs/compare/v30.1.0...v30.2.0
984+
[30.1.0]: https://github.com/pipedrive/api-docs/compare/v30.0.0...v30.1.0
985+
[30.0.0]: https://github.com/pipedrive/api-docs/compare/v29.2.5...v30.0.0
969986
[29.2.5]: https://github.com/pipedrive/api-docs/compare/v29.2.4...v29.2.5
970987
[29.2.4]: https://github.com/pipedrive/api-docs/compare/v29.2.3...v29.2.4
971988
[29.2.3]: https://github.com/pipedrive/api-docs/compare/v29.2.2...v29.2.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "29.2.5",
3+
"version": "30.2.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)