Skip to content

Commit 0aae65c

Browse files
Merge master into 283
2 parents ac6df3e + 367b7d0 commit 0aae65c

File tree

3 files changed

+226
-98
lines changed

3 files changed

+226
-98
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ 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.0.0] - 2025-10-06
15+
### Changed
16+
- Removed deprecated `person_name`, `organization_name`, and `email` lead fields from itemSearch endpoints
17+
18+
## [29.2.5] - 2025-10-03
19+
1420
## [29.2.4] - 2025-09-26
1521
### Fixed
1622
- Fixed incorrect description for max `limit` parameter in itemSearch v2 endpoint
@@ -964,7 +970,9 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
964970
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
965971
* Fixed typo in lead example response (`crrency` to `currency`)
966972

967-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.2.4...HEAD
973+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.0.0...HEAD
974+
[30.0.0]: https://github.com/pipedrive/api-docs/compare/v29.2.5...v30.0.0
975+
[29.2.5]: https://github.com/pipedrive/api-docs/compare/v29.2.4...v29.2.5
968976
[29.2.4]: https://github.com/pipedrive/api-docs/compare/v29.2.3...v29.2.4
969977
[29.2.3]: https://github.com/pipedrive/api-docs/compare/v29.2.2...v29.2.3
970978
[29.2.2]: https://github.com/pipedrive/api-docs/compare/v29.2.1...v29.2.2

0 commit comments

Comments
 (0)