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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
9
9
## [Unreleased]
10
10
11
+
## [33.4.2] - 2026-06-04
12
+
### Fixed
13
+
- Replaced dynamic imports, so now SSR is supported (ie.: NextJS with Turbopack)
14
+
11
15
## [33.4.1] - 2026-05-29
12
16
### Fixed
13
17
- Fixed double-nested response schema in `GET /api/v2/products` — `data` array items were incorrectly typed as a full response wrapper object instead of the product schema
@@ -1286,7 +1290,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1286
1290
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1287
1291
* Fixed typo in lead example response (`crrency` to `currency`)
0 commit comments