Skip to content

Releases: pipedrive/client-nodejs

Fixed custom fields with null value

Choose a tag to compare

@SpaceOven SpaceOven released this 31 Oct 13:45

The custom fields with null value were giving the custom field key itself as a value instead, it's fixed now and it returns null as it should.

(Due to automation issues, the changes are available in this version, but the changelog entry is available on v17.5.1.)

Renamed file with long name

Choose a tag to compare

@SpaceOven SpaceOven released this 24 May 10:20
  • Renamed file with long name and it's class, so the SDK can be installed via yarn.

Old name:
AnyOfRecentsActivityRecentsActivityTypeRecentsDealRecentsFileRecentsFilterRecentsNoteRecentsPersonRecentsOrganizationRecentsPipelineRecentsProductRecentsStageRecentsUser

New name:
AnyOfRecents

Fixed PUT /persons/{id}

Choose a tag to compare

@SpaceOven SpaceOven released this 13 May 07:41
  • Updated PUT /persons/{id}: parameter name is not required while updating a person.

OpenAPI Generator beta version of the Pipedrive SDK

Choose a tag to compare

@RuTsEST RuTsEST released this 11 Dec 14:48

With this version we'll move to an open-source SDK generator. This release includes all of the previous features plus additional IDE support. We'll be actively developing this and will hopefully get this out of beta in the future. This version includes all of the lates API endpoints.
If you have any suggestions or feedback we would be happy to hear from you through Github issues.

v10.0.0 Add async/await support, OAuth improvements and more

Choose a tag to compare

@ziimk ziimk released this 20 Feb 15:16

Version 10 is a complete rewrite of the library and introduces breaking changes in the client API. This release includes improved OAuth 2 support, async & await / promises and access to all Pipedrive API endpoints.

v9.2.0 OAuth 2.0 Bearer token support

Choose a tag to compare

@ziimk ziimk released this 16 Jan 10:29
11e0a1c

This release adds support for using OAuth 2.0 access tokens for authorization

v9.1.1

Choose a tag to compare

@eerootsus eerootsus released this 20 Nov 06:52

Minor cleanup and integration test tweaks.

v9.1.0

Choose a tag to compare

@eerootsus eerootsus released this 19 Nov 09:28

This release includes a change in how multipart uploads to Pipedrive API are handled.

Fixes #50

v9.0.0 Dropped support for Node 6, added inflection to dependencies

Choose a tag to compare

@RuTsEST RuTsEST released this 18 Oct 08:32
  • Node versions 8, 10, 12 are now supported
  • Moved inflection.js from hardcoded file to npm dependencies

v8.0.0 Dropping of client.on() feature

Choose a tag to compare

@tot-ra tot-ra released this 11 Jul 08:28

Pipedrive CORE tribe that supports websocket connectivity wants to have performant UI of tha app, but having library's integrations connecting to socketqueue service on channelx.pipedrive.com is affecting its stability. It is also another dependency that we would like to avoid whenever we change authentication mechanisms and for future plans to improve scalability of our architecture.

Thats why we need to drop the beta feature of .on() event subscription

We suggest you use webhooks for event delivery that can be predictably scaled & limited by our infrastructure