@@ -14,6 +14,19 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1414 - ` PUT ` ` /api/v2/products/{id}/images ` endpoint
1515 - ` DELETE ` ` /api/v2/products/{id}/images ` endpoint
1616
17+ ## [ 29.0.0] - 2025-09-03
18+ ### Removed
19+ - Removed all endpoints of the Subscriptions feature
20+ - GET /v1/subscriptions/{id}
21+ - GET /v1/subscriptions/find/{dealId}
22+ - GET /v1/subscriptions/{id}/payments
23+ - POST /v1/subscriptions/recurring
24+ - POST /v1/subscriptions/installment
25+ - PUT /v1/subscriptions/recurring/{id}
26+ - PUT /v1/subscriptions/installment/{id}
27+ - PUT /v1/subscriptions/recurring/{id}/cancel
28+ - DELETE /v1/subscriptions/{id}
29+
1730## [ 28.0.2] - 2025-07-07
1831### Added
1932- Added ` custom_fields ` type to ` deal ` , ` person ` , ` organization ` , ` product ` schemas
@@ -920,7 +933,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
920933* Fixed ` GET /goal/:id/results ` error handling in case when there are no existing stages connected to specified goal
921934* Fixed typo in lead example response (` crrency ` to ` currency ` )
922935
923- [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...HEAD
936+ [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v29.0.0...HEAD
937+ [ 29.0.0 ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...v29.0.0
924938[ 28.0.2 ] : https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
925939[ 28.0.1 ] : https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.1
926940[ 28.0.0 ] : https://github.com/pipedrive/api-docs/compare/v27.2.1...v28.0.0
0 commit comments