Skip to content

Commit 1419789

Browse files
Merge master into 331
2 parents 3f8ef70 + 931ca20 commit 1419789

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1515
- Documented the `updated_since` query parameter for `GET /api/v2/products` which was supported by the API but absent from the spec
1616
- Fixed `quantity` field type from `integer` to `number` in deal product response schema (`GET /api/v2/deals/{id}/products`) — the API supports decimal values such as `5.5`
1717

18+
## [33.4.0] - 2026-05-29
19+
### Added
20+
- Added `health_status` field to v1 project response schema (`GET /v1/projects`, `GET /v1/projects/{id}`)
21+
- Added `health_status` as a writable field to v2 project request body (`POST /api/v2/projects`, `PATCH /api/v2/projects/{id}`)
22+
### Fixed
23+
- Fixed `health_status` field type from `string` to `integer` in v2 project response schema (`GET /api/v2/projects`, `GET /api/v2/projects/{id}`)
24+
25+
## [33.3.0] - 2026-05-29
26+
### Added
27+
- Added `project_id` parameter to `POST /v1/files` endpoint
28+
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
29+
30+
## [33.2.0] - 2026-05-29
31+
### Added
32+
- Added `website`, `linkedin`, `industry`, `annual_revenue`, and `employee_count` fields to v2 organization response schema (`GET /api/v2/organizations`, `GET /api/v2/organizations/{id}`) — all nullable, not included by default
33+
- Added `deal_id`, `person_id`, and `org_id` as optional query filter parameters to `GET /api/v2/projects`
34+
### Fixed
35+
- Fixed `BillingStartDate` format from non-standard `'YYYY-MM-DD'` to correct OAS3 `date` format in both v1 and v2 deal product schemas
36+
1837
## [33.1.1] - 2026-05-28
1938

2039
### Security
@@ -1265,7 +1284,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12651284
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12661285
* Fixed typo in lead example response (`crrency` to `currency`)
12671286

1268-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.1.1...HEAD
1287+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.4.0...HEAD
1288+
[33.4.0]: https://github.com/pipedrive/api-docs/compare/v33.3.0...v33.4.0
1289+
[33.3.0]: https://github.com/pipedrive/api-docs/compare/v33.2.0...v33.3.0
1290+
[33.2.0]: https://github.com/pipedrive/api-docs/compare/v33.1.1...v33.2.0
12691291
[33.1.1]: https://github.com/pipedrive/api-docs/compare/v33.1.0...v33.1.1
12701292
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12711293
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1

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

0 commit comments

Comments
 (0)