Jsforce Versions Save

Salesforce API Library for JavaScript applications (both on Node.js and web browser)

1.11.0

2 years ago

1.10.0

3 years ago

fix: serializing Apex REST request body into JSON (#946) fix: buffer compatibility with node 10 fix: support multiple conditions per field fix: csv-parse update from 4.6.3 to 4.10.1 to address vulnerabilities fix: lodash to 4.17.19 to fix Object Prototype Pollution Security vulnerability feat(conn): batch describe of sobjects and allows if-modified-since header on single describe

1.9.3

4 years ago
  • Bump csv-parse to 4.6.3 for security issue (#930, #940)

1.9.2

4 years ago
  • Upgrade vulnerable depending libs (e.g. lodash) (#904)
  • Tooling: Fix CRUD (#808)
  • Streaming: multiple ReplayExtension instances interfere (#814)
  • Fix recursive bug in CSV parsing (#826)
  • Fix upsert error in collection (#813)

1.9.1

5 years ago
  • Resolve EventEmitter memory leak possibility in describeGlobal cache (#792)
  • Update checkDeployStatus response parameter "runTestsEnabled" (#793)
  • Correct invalid CRUD save error handling function name (#801, #803)
  • Change deprecated new Buffer() call to Buffer.from()(#802)

1.9.0

5 years ago
  • Change API ver to 42.0
  • Catch csv parsing errors and emit (#775)
  • Use composite collection API for multiple records manipulation (#777)
  • Use SObject collection API for query update/destroy operation (#781)
  • Allow auto client registration for default client in CLI (#782)
  • Add Streaming API extensions, replay extension, & auth failure detection (#740)
  • Fix browser build error (#783)
  • Remove JSONP endpoint as it is not working in modern browsers (#785)

1.8.3

5 years ago
  • Support OAuth PKCE, OAuth2 authz code flow without client secret (#735)

1.8.5

5 years ago
  • Remove the vulnerable node-open library (#772)

1.8.0

7 years ago
  • Change API ver to 39.0 (#630)
  • Fix to convert boolean to string when inserting record from bulk (#627)
  • Add destroy report functionality to Analytics API (#568)
  • Add dashboard functionality to Analytics API (#584, #592)
  • Check that data.records isn't undefined or null before checking the num of records (#567, #575)
  • Make external ID not mandantory in upsert (#589)
  • Remove secure information from log outputs (#598, #608, #609)
  • Add ability to specify a HTTP proxy when creating connection in Node.js (#581)

1.7.1

7 years ago
  • Add $includes and $excludes operator in query builder (#530)
  • Added batchId and jobId information in error object (#542)
  • Fix REPL completion in node v6+ env (#554)
  • Fix runTestsAsynchronous in v37.0 API to invoke via HTTP POST (#522)
  • Add options in crud method to pass HTTP header information (#507)
  • Add sort config in Query#include() options (#513)