Skip to content

Commit bcd73cb

Browse files
committed
updated Changelog
1 parent 9d6dfa2 commit bcd73cb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,39 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
88

99
## [Unreleased]
10+
### Added
11+
12+
- Added “pipeline_id” query parameter to GET /api/v1/deals/summary endpoint
13+
1014
### Changed
15+
1116
- Updated list of lead label colors to include 'brown', 'dark-gray', 'orange', 'pink'
1217

1318
## [24.0.0] - 2025-01-30
1419
### Added
20+
1521
- Introduced a new client-nodejs library with full TypeScript support
1622
- Added compatibility for both API v1 and v2 endpoints. See migration guide for more details
23+
- Add documentation for installments functionality:
24+
- `POST` `/v1/deals/{id}/products` endpoint
25+
- `PUT` `/v1/deals/{id}/products/{product_attachment_id}` endpoint
26+
- `DELETE` `/v1/deals/{id}/products/{product_attachment_id}` endpoint
27+
- `POST` `/v2/deals/{id}/products` endpoint
28+
- `PATCH` `/v2/deals/{id}/products/{product_attachment_id}` endpoint
29+
- `DELETE` `/v2/deals/{id}/products/{product_attachment_id}` endpoint
30+
- Added the field “notes” to product prices in the body and response for v1 and v2
31+
- Added the field “overhead_cost” to the product variation prices in the response for v1
32+
- Added the field “direct_cost” to the product variation prices in the response and body for v2
33+
- Add “custom_fields” query paremeter to GET /api/v2/products
34+
35+
### Changed
36+
37+
- Reduce maximum `limit` query param to 100 for the following endpoints
38+
- GET v1/files
39+
- GET v1/deals/{id}/files
40+
- GET v1/organizations/{id}/files
41+
- GET v1/persons/{id}/files
42+
- GET /v1/products/{id}/files
1743

1844
## [23.4.3] - 2024-11-22
1945
### Added

0 commit comments

Comments
 (0)