Skip to content

Commit 36ec32d

Browse files
Merge master into 287
2 parents dac223d + 3672875 commit 36ec32d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
## Added
1111
- Added `is_archived` field in search response schemas for deals and leads
1212

13+
## [30.2.1] - 2025-10-06
14+
### Fixed
15+
- Fixed PHP SDK v2 Configuration to use correct `/v2` API endpoints after OAuth token refresh instead of defaulting to `/v1`
16+
17+
## [30.2.0] - 2025-10-06
18+
### Added
19+
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
20+
- Added `DELETE /deals/{id}/products` endpoint for deleting multiple deal products at once (max 100 per request)
21+
1322
## [30.1.0] - 2025-10-06
1423
### Added
1524
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
@@ -974,7 +983,9 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
974983
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
975984
* Fixed typo in lead example response (`crrency` to `currency`)
976985

977-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.1.0...HEAD
986+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.2.1...HEAD
987+
[30.2.1]: https://github.com/pipedrive/api-docs/compare/v30.2.0...v30.2.1
988+
[30.2.0]: https://github.com/pipedrive/api-docs/compare/v30.1.0...v30.2.0
978989
[30.1.0]: https://github.com/pipedrive/api-docs/compare/v30.0.0...v30.1.0
979990
[30.0.0]: https://github.com/pipedrive/api-docs/compare/v29.2.5...v30.0.0
980991
[29.2.5]: https://github.com/pipedrive/api-docs/compare/v29.2.4...v29.2.5

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": "30.1.0",
3+
"version": "30.2.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)