Skip to content

Commit 5161099

Browse files
Merge master into 285
2 parents a52b01f + 833cb7e commit 5161099

3 files changed

Lines changed: 232 additions & 98 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1111
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
1212
- Added `DELETE /deals/{id}/products` endpoint for deleting multiple deal products at once (max 100 per request)
1313

14+
## [30.1.0] - 2025-10-06
15+
### Added
16+
- Added `POST /deals/{id}/products/bulk` endpoint for creating multiple deal products at once (max 100 per request)
17+
- Added `DELETE /deals/{id}/products` endpoint for deleting multiple deal products at once (max 100 per request)
18+
19+
## [30.0.0] - 2025-10-06
20+
### Changed
21+
- Removed deprecated `person_name`, `organization_name`, and `email` lead fields from itemSearch endpoints
22+
23+
## [29.2.5] - 2025-10-03
24+
1425
## [29.2.4] - 2025-09-26
1526
### Fixed
1627
- Fixed incorrect description for max `limit` parameter in itemSearch v2 endpoint
@@ -964,7 +975,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
964975
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
965976
* Fixed typo in lead example response (`crrency` to `currency`)
966977

967-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.2.4...HEAD
978+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.1.0...HEAD
979+
[30.1.0]: https://github.com/pipedrive/api-docs/compare/v30.0.0...v30.1.0
980+
[30.0.0]: https://github.com/pipedrive/api-docs/compare/v29.2.5...v30.0.0
981+
[29.2.5]: https://github.com/pipedrive/api-docs/compare/v29.2.4...v29.2.5
968982
[29.2.4]: https://github.com/pipedrive/api-docs/compare/v29.2.3...v29.2.4
969983
[29.2.3]: https://github.com/pipedrive/api-docs/compare/v29.2.2...v29.2.3
970984
[29.2.2]: https://github.com/pipedrive/api-docs/compare/v29.2.1...v29.2.2

0 commit comments

Comments
 (0)