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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,24 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
13
13
### Fixed
14
14
- Fixed `health_status` field type from `string` to `integer` in v2 project response schema (`GET /api/v2/projects`, `GET /api/v2/projects/{id}`)
15
15
16
+
## [33.3.0] - 2026-05-29
17
+
### Added
18
+
- Added `project_id` parameter to `POST /v1/files` endpoint
19
+
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
20
+
21
+
## [33.2.0] - 2026-05-29
22
+
### Added
23
+
- 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
24
+
- Added `deal_id`, `person_id`, and `org_id` as optional query filter parameters to `GET /api/v2/projects`
25
+
### Fixed
26
+
- Fixed `BillingStartDate` format from non-standard `'YYYY-MM-DD'` to correct OAS3 `date` format in both v1 and v2 deal product schemas
27
+
28
+
## [33.1.1] - 2026-05-28
29
+
30
+
### Security
31
+
- Synced `package-lock.json` to match `package.json``axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
0 commit comments