Releases: pipedrive/client-nodejs
Releases · pipedrive/client-nodejs
Fixed websocket event handlers functionality
- 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
v3.0.4 3.0.4
Error handling simplification
v3.0.3 3.0.3
Fixed error passing
Bugfix for issue
#44
v3.0.1 — fixes data returned by some item-specific methods
- 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
- 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
- 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
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
v2.0.4 Fix emailThreads/:id/messages endpoint routing
update package.json