Skip to content

Commit 88f4e99

Browse files
Merge branch 'master' into 272
2 parents 43929e5 + b338e21 commit 88f4e99

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1212
- `GET /v1/webhooks`
1313
- `POST /v1/webhooks`
1414

15+
## [29.1.0] - 2025-09-03
16+
### Added
17+
- Add documentation for product images functionality:
18+
- `GET` `/api/v2/products/{id}/images` endpoint
19+
- `POST` `/api/v2/products/{id}/images` endpoint
20+
- `PUT` `/api/v2/products/{id}/images` endpoint
21+
- `DELETE` `/api/v2/products/{id}/images` endpoint
22+
23+
## [29.0.0] - 2025-09-03
24+
### Removed
25+
- Removed all endpoints of the Subscriptions feature
26+
- GET /v1/subscriptions/{id}
27+
- GET /v1/subscriptions/find/{dealId}
28+
- GET /v1/subscriptions/{id}/payments
29+
- POST /v1/subscriptions/recurring
30+
- POST /v1/subscriptions/installment
31+
- PUT /v1/subscriptions/recurring/{id}
32+
- PUT /v1/subscriptions/installment/{id}
33+
- PUT /v1/subscriptions/recurring/{id}/cancel
34+
- DELETE /v1/subscriptions/{id}
35+
1536
## [28.0.2] - 2025-07-07
1637
### Added
1738
- Added `custom_fields` type to `deal`, `person`, `organization`, `product` schemas
@@ -918,7 +939,9 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
918939
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
919940
* Fixed typo in lead example response (`crrency` to `currency`)
920941

921-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v28.0.2...HEAD
942+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.1.0...HEAD
943+
[29.1.0]: https://github.com/pipedrive/api-docs/compare/v29.0.0...v29.1.0
944+
[29.0.0]: https://github.com/pipedrive/api-docs/compare/v28.0.2...v29.0.0
922945
[28.0.2]: https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
923946
[28.0.1]: https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.1
924947
[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.1.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)