You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,26 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
17
17
-`DELETE /v1/stages`
18
18
Please use the single delete endpoints instead, for example `DELETE /api/v2/activities/{id}`.
19
19
20
+
## [30.11.0] - 2026-01-27
21
+
### Added
22
+
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
23
+
24
+
## [30.10.0] - 2026-01-27
25
+
### Added
26
+
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
27
+
28
+
## [30.9.1] - 2026-01-27
29
+
### Added
30
+
- Added `GET /api/v2/persons/{id}/picture` endpoint to retrieve picture information for a specific person, including ID, file size, and URLs for both 128x128 (thumbnail) and 512x512 (full-size) versions of the person's profile picture
31
+
32
+
## [30.9.0] - 2026-01-27
33
+
### Added
34
+
- Added `GET /api/v2/persons/{id}/picture` endpoint to retrieve picture information for a specific person, including ID, file size, and URLs for both 128x128 (thumbnail) and 512x512 (full-size) versions of the person's profile picture
35
+
36
+
## [30.8.1] - 2026-01-27
37
+
### Fixed
38
+
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
39
+
20
40
## [30.8.0] - 2025-12-05
21
41
### Added
22
42
- Added three new OAuth2 scopes for field management:
@@ -1059,7 +1079,12 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1059
1079
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1060
1080
* Fixed typo in lead example response (`crrency` to `currency`)
0 commit comments