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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,21 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
11
11
- Added `project_id` parameter to `POST /v1/files` endpoint
12
12
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
13
13
14
+
## [33.2.0] - 2026-05-29
15
+
### Added
16
+
- 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
17
+
- Added `deal_id`, `person_id`, and `org_id` as optional query filter parameters to `GET /api/v2/projects`
18
+
### Fixed
19
+
- Fixed `BillingStartDate` format from non-standard `'YYYY-MM-DD'` to correct OAS3 `date` format in both v1 and v2 deal product schemas
20
+
21
+
## [33.1.1] - 2026-05-28
22
+
23
+
### Security
24
+
- 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