Skip to content

Releases: pipedrive/client-nodejs

Fixed websocket event handlers functionality

27 Mar 12:30
Compare
Choose a tag to compare
  • Since mid last year, websocket event handlers functionality was not functioning properly due to underlying changes in the channel domain structure.
  • This pull request fixes how the websocket domain name is acquired and how the connection is established.

Mime dependency updated & minor bugfix

20 Mar 09:56
Compare
Choose a tag to compare

Error handling simplification

27 Feb 10:21
Compare
Choose a tag to compare

Fixed error passing

05 Jun 12:22
Compare
Choose a tag to compare

Bugfix for issue
#44

v3.0.1 — fixes data returned by some item-specific methods

02 Mar 11:32
Compare
Choose a tag to compare
  • Fixes the issue where .save(), .duplicate(), .merge() did not properly return the object within which these methods were invoked.

v3.0.0 — code refactor, first basic tests

10 Jan 13:55
Compare
Choose a tag to compare
  • Improved code structure: major functionality split out into separate files to support adding proper unit tests
  • First very basic tests
  • Added rate limiting honouring with a linear back-off strategy
  • API server HTTP response headers are passed down to callbacks (inside the third argument to the callbacks, under response.headers)
  • Added ability to find users based on name (pipedrive.Users.find({ term: 'John Smith' }, ...);)
  • This version has no breaking changes compared to 2.x but given the scope of changes in the code and previous lack of tests, we decided to release it as a new major version. Thus, all 2.x users are strongly encouraged to migrate to 3.x.

v2.1.4 Fix for "start is undefined" and Fixes websocket connection initialisation

16 Dec 10:31
Compare
Choose a tag to compare
  • Fixes the "start is undefined" error as described in #33
  • Fixes websocket connection initialisation when using live listeners (.on('deal.added', function() { ... });)

v2.1.3 Looping on error bug fix and added params to getAll endpoint

09 Dec 12:10
Compare
Choose a tag to compare
v2.1.3 Looping on error bug fix and added params to getAll endpoint

v2.1.2 — improved user-agent string in outbound HTTP requests

20 Apr 11:59
Compare
Choose a tag to compare

v2.0.4 Fix emailThreads/:id/messages endpoint routing

25 Nov 10:37
Compare
Choose a tag to compare