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
+15-7Lines changed: 15 additions & 7 deletions
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
+
## [27.1.1] - 2025-05-23
12
+
### Fixed
13
+
- Fixed the OAuth scopes of Deal to Lead conversion and Lead to Deal conversion endpoints
14
+
11
15
## [27.1.0] - 2025-05-23
12
16
### Added
13
17
- Added `smart_bcc_email` to optional `include_fields` in Deals API v2
@@ -396,7 +400,7 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/r
396
400
## [19.0.1] - 2023-04-27
397
401
### Changed
398
402
- Updated `label` field data type in response examples from number -> string for Deals related endpoints
399
-
Changed `active_flag`, `enabled_flag`, and `selectable` body parameters and response examples data type from number -> boolean for all Products related endpoints
403
+
-Changed `active_flag`, `enabled_flag`, and `selectable` body parameters and response examples data type from number -> boolean for all Products related endpoints
400
404
401
405
## [19.0.0] - 2023-04-04
402
406
### Removed
@@ -485,7 +489,7 @@ Based on this [Changelog post](https://developers.pipedrive.com/changelog/post/b
485
489
486
490
## 18.0.0
487
491
### Security
488
-
- Removed `.instance` static property from sdk client to prevent race conditions when using it as a singleton
492
+
- Removed `.instance` static property from sdk client to prevent race conditions when using it as a singleton.
489
493
See the updated examples in the readme to get an overview of the necessary code changes.
490
494
491
495
## 17.5.2
@@ -635,9 +639,12 @@ See the updated examples in the readme to get an overview of the necessary code
0 commit comments