@@ -14,6 +14,19 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
14
14
- ` PUT ` ` /api/v2/products/{id}/images ` endpoint
15
15
- ` DELETE ` ` /api/v2/products/{id}/images ` endpoint
16
16
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
+
17
30
## [ 28.0.2] - 2025-07-07
18
31
### Added
19
32
- 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
920
933
* Fixed ` GET /goal/:id/results ` error handling in case when there are no existing stages connected to specified goal
921
934
* Fixed typo in lead example response (` crrency ` to ` currency ` )
922
935
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
924
938
[ 28.0.2 ] : https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
925
939
[ 28.0.1 ] : https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.1
926
940
[ 28.0.0 ] : https://github.com/pipedrive/api-docs/compare/v27.2.1...v28.0.0
0 commit comments