Skip to content

Commit dc33a61

Browse files
Merge master into 306
2 parents 24f0224 + 011da33 commit dc33a61

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1717
- `DELETE /v1/stages`
1818
Please use the single delete endpoints instead, for example `DELETE /api/v2/activities/{id}`.
1919

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+
2040
## [30.8.0] - 2025-12-05
2141
### Added
2242
- 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
10591079
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10601080
* Fixed typo in lead example response (`crrency` to `currency`)
10611081

1062-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.0...HEAD
1082+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.11.0...HEAD
1083+
[30.11.0]: https://github.com/pipedrive/api-docs/compare/v30.10.0...v30.11.0
1084+
[30.10.0]: https://github.com/pipedrive/api-docs/compare/v30.9.1...v30.10.0
1085+
[30.9.1]: https://github.com/pipedrive/api-docs/compare/v30.9.0...v30.9.1
1086+
[30.9.0]: https://github.com/pipedrive/api-docs/compare/v30.8.1...v30.9.0
1087+
[30.8.1]: https://github.com/pipedrive/api-docs/compare/v30.8.0...v30.8.1
10631088
[30.8.0]: https://github.com/pipedrive/api-docs/compare/v30.7.0...v30.8.0
10641089
[30.7.0]: https://github.com/pipedrive/api-docs/compare/v30.6.0...v30.7.0
10651090
[30.6.0]: https://github.com/pipedrive/api-docs/compare/v30.5.0...v30.6.0

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

0 commit comments

Comments
 (0)