Skip to content

Commit 9383389

Browse files
Merge master into 303
2 parents 67cc0ce + 37913e9 commit 9383389

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Added
1111
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
1212

13+
## [30.9.1] - 2026-01-27
14+
### Added
15+
- 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
16+
17+
## [30.9.0] - 2026-01-27
18+
### Added
19+
- 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
20+
21+
## [30.8.1] - 2026-01-27
22+
### Fixed
23+
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
24+
1325
## [30.8.0] - 2025-12-05
1426
### Added
1527
- Added three new OAuth2 scopes for field management:
@@ -1052,7 +1064,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10521064
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10531065
* Fixed typo in lead example response (`crrency` to `currency`)
10541066

1055-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.0...HEAD
1067+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.9.1...HEAD
1068+
[30.9.1]: https://github.com/pipedrive/api-docs/compare/v30.9.0...v30.9.1
1069+
[30.9.0]: https://github.com/pipedrive/api-docs/compare/v30.8.1...v30.9.0
1070+
[30.8.1]: https://github.com/pipedrive/api-docs/compare/v30.8.0...v30.8.1
10561071
[30.8.0]: https://github.com/pipedrive/api-docs/compare/v30.7.0...v30.8.0
10571072
[30.7.0]: https://github.com/pipedrive/api-docs/compare/v30.6.0...v30.7.0
10581073
[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.9.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)