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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,25 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
15
15
- Documented the `updated_since` query parameter for `GET /api/v2/products` which was supported by the API but absent from the spec
16
16
- 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`
17
17
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
+
18
37
## [33.1.1] - 2026-05-28
19
38
20
39
### Security
@@ -1265,7 +1284,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1265
1284
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1266
1285
* Fixed typo in lead example response (`crrency` to `currency`)
0 commit comments