Skip to content

Commit 5438db0

Browse files
Merge master into 304
2 parents 691cd10 + 4965378 commit 5438db0

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ 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.10.0] - 2026-01-27
14+
### Added
15+
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
16+
17+
## [30.9.1] - 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.9.0] - 2026-01-27
22+
### Added
23+
- 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
24+
25+
## [30.8.1] - 2026-01-27
26+
### Fixed
27+
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
28+
1329
## [30.8.0] - 2025-12-05
1430
### Added
1531
- Added three new OAuth2 scopes for field management:
@@ -1052,7 +1068,11 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10521068
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10531069
* Fixed typo in lead example response (`crrency` to `currency`)
10541070

1055-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.0...HEAD
1071+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.10.0...HEAD
1072+
[30.10.0]: https://github.com/pipedrive/api-docs/compare/v30.9.1...v30.10.0
1073+
[30.9.1]: https://github.com/pipedrive/api-docs/compare/v30.9.0...v30.9.1
1074+
[30.9.0]: https://github.com/pipedrive/api-docs/compare/v30.8.1...v30.9.0
1075+
[30.8.1]: https://github.com/pipedrive/api-docs/compare/v30.8.0...v30.8.1
10561076
[30.8.0]: https://github.com/pipedrive/api-docs/compare/v30.7.0...v30.8.0
10571077
[30.7.0]: https://github.com/pipedrive/api-docs/compare/v30.6.0...v30.7.0
10581078
[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.10.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)