Skip to content

Commit 95493cf

Browse files
Merge master into 265
2 parents e6ae212 + 1f15271 commit 95493cf

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "28.0.2",
3+
"version": "29.0.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)