jsforce

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

MIT License

Downloads
3.3M
Stars
1.3K
Committers
82

Bot releases are visible (Hide)

jsforce - 3.1.0 Latest Release

Published by svc-cli-bot-jsforce 6 months ago

jsforce - 3.0.0-next.3

Published by svc-cli-bot-jsforce 7 months ago

jsforce - 3.0.0-next.2

Published by svc-cli-bot-jsforce 8 months ago

jsforce - 3.0.0-next.1

Published by svc-cli-bot-jsforce 11 months ago

jsforce - 2.0.0-beta.29

Published by svc-cli-bot-jsforce 11 months ago

jsforce - 2.0.0-beta.28

Published by svc-cli-bot-jsforce about 1 year ago

jsforce - 2.0.0-beta.25

Published by svc-cli-bot-jsforce over 1 year ago

jsforce - 2.0.0-beta.24

Published by svc-cli-bot over 1 year ago

jsforce - Release v1.11.1

Published by cristiand391 over 1 year ago

fix: bump xml2js to v0.5.0

jsforce - Release v1.11.0

Published by mdonnalley almost 3 years ago

jsforce - Release v1.10.0

Published by amphro about 4 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

jsforce - Release 1.9.3

Published by stomita almost 5 years ago

  • Bump csv-parse to 4.6.3 for security issue (#930, #940)
jsforce - Release 1.9.2

Published by stomita over 5 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)
jsforce - Release 1.9.1

Published by stomita about 6 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)
jsforce - Release 1.9.0

Published by stomita about 6 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)
jsforce - Release 1.8.3

Published by stomita over 6 years ago

  • Support OAuth PKCE, OAuth2 authz code flow without client secret (#735)
jsforce - Release 1.8.5

Published by stomita over 6 years ago

  • Remove the vulnerable node-open library (#772)
jsforce - Release 1.8.0

Published by stomita over 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)
jsforce - Release 1.7.1

Published by stomita almost 8 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)
jsforce - Release 1.7.0

Published by stomita over 8 years ago

  • Change default API ver to 37.0 (#502)
  • Update streaming API endpoint for durable generic streaming (changed from 37.0) (#502)
  • Change to use stream-based CSV parser in bulk query result (#500)
  • Fix identity() to use JSONP in browser env (#375)
  • Fix error in Salesforce Canvas env (#464)
  • Support for query options (#465)
  • Fix error in logout() to remove authorized OAuth token (#466)
Package Rankings
Top 0.88% on Npmjs.org
Top 24.05% on Repo1.maven.org
Top 5.0% on Bower.io
Related Projects