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 hidden (Show)

jsforce - Release 1.6.3

Published by stomita over 8 years ago

  • Add support of webpack bundling (#381, #452, #457)
  • Fix warnings/errors in CI execution (#459, #461)
jsforce - Release 1.6.2

Published by stomita over 8 years ago

jsforce - Release 1.6.1

Published by stomita over 8 years ago

  • Fix the npm published package in 1.6.0 (#420)
  • Add support for Run Tests Synchronous Tooling API (#424)
jsforce - Release 1.6.0

Published by stomita over 8 years ago

  • Optimize the build result when used with browserify
  • Added support for custom headers in Apex REST (#372)
  • Change default API ver to 36.0 (#365)
  • Fix streaming api update from spring 16 (#364)
  • Change underscore to lodash (#336)
  • Remove support of Node.js ver 0.10.x (#334)
  • Change build script from Grunt to gulp (#333)
  • Setting default connection version to the latest version (#290)
  • Bulk query with large result set fails silently bug enhancement (#162)
jsforce - Release 1.5.1

Published by stomita over 8 years ago

  • Fix problem in using IE9 (#283)
  • Fix memory leak in refreshing token when instance url has been changed (#197, #247)
jsforce - 1.5.0 (Aug 12, 2015)

Published by stomita about 9 years ago

  • Change API version to 34.0
  • Add version info in jsforce object root (#254)
  • Change to accept options in all type of bulkload operation (#235)
  • Fix to bubble up errors in bulk API execution (#231)
  • Support explain execution plan in report and list view (#156)
  • Support Force.com SOAP API method interface (#201)
  • Streaming API: Generic Streaming Support (#157)
  • Streaming API: Change to return subscription object in topic#subscribe() (#232)
  • Tooling API: Add runTestsAsynchronous support (#191)
  • Open REPL's connection registry to use in custom batch scripts (#190)
  • Change to use stream3 for better stability (#176)
  • Change Promise implementation (#202)
  • Fix error in deploying metadata on Node 0.12 (#246)
  • Refine testing environment (#244)
jsforce - 1.4.1 (Feb 25, 2015)

Published by stomita over 9 years ago

  • Fix error in bulk API hard delete (#167)
  • Fix version num in bower.json
jsforce - 1.4.0 (Feb 17, 2015)

Published by stomita over 9 years ago

  • Support explaining query plan for SOQL query
  • Support system limits REST API endpoint
  • Support describing SObject layouts/approval layouts/compact layouts in REST API
  • Support describing and executing SObject listview in REST API
  • Support describing and executing quick actions
  • Support listing and triggering process rules
  • Support submitting/approving/rejecting approvals
  • Support describing themes in REST API
  • Support describing tabs in REST API
  • Open public request method in Connection class
  • Add .open command in REPL to access Salesforce page
  • Call option support
  • Enable Bulk API to refresh session automatically
  • Enable Metadata API to refresh session automatically
  • Fix not to close bulk job when polling timeout occurred
  • Fire progress event when polling async Metadata request status
  • Change default API ver. to 33.0
jsforce - 1.3.1 (Sep 27, 2014)

Published by stomita about 10 years ago

  • Cleanup bulk jobs after Query#update() or Query#destroy() when query stops by error.
  • Fixed error in bulk updating/deleting when the input record size is zero.
  • Change the behavior of "Metadata#upsert()" operation to return created flag in boolean.
jsforce - 1.3.0 (Sep 15, 2014)

Published by stomita about 10 years ago

  • Add bower support
  • Support bulk query in bulk API
  • Fix issue that updating field value to null would not work in Query#update()
  • Change the behavior of query in autoFetch option to return all of records in callback/promise, not only records in first query fetch.
  • Add -l <loginUrl> or --sandbox option to specify login server URL in CLI.
  • Enhance bulk API not to use temporary memory in execution.
  • Change metadata async api to obsolete.
  • Support logout() even in OAuth2 sessions.
  • Add API limit info in Connection#limitInfo object
  • Separate each API object modules into multiple files in browser environment, to reduce the minimum required foot print size.
  • Change default API ver to 31.0.
jsforce - 0.3.0 (May 10, 2012)

Published by stomita about 10 years ago

  • Support Salesforce Streaming API.
jsforce - 0.3.1 (Jun 26, 2012)

Published by stomita about 10 years ago

  • Add support of Node.js 0.8.x.
jsforce - 0.3.2 (Oct 18, 2012)

Published by stomita about 10 years ago

  • Fix error handling in access token refresh flow.
jsforce - 0.3.4 (Oct 19, 2012)

Published by stomita about 10 years ago

  • Fix issue to refresh access token multiple time in concurrent requests.
  • Change to use "Bearer", not "OAuth" in HTTP Authorization header to attach access token.
  • Separate oauth2 configuration into different hash object in connection constructor option
    (old style is still supported for backward compatiblity).
jsforce - 0.4.0 (Nov 05, 2012)

Published by stomita about 10 years ago

  • Support JSON-style query object to query records other than SOQL, inspired by MongoDB query interface.
  • Change default API version to 26.0 (Winter '13).
  • Return logged-in user info in the callback response of Connection#login() and Connection#authorize().
  • Add Connection#logout() method to terminate session explicitly (Note: only useful for SOAP API login session).
jsforce - 0.5.0 (Jan 11, 2013)

Published by stomita about 10 years ago

  • Support Bulk API for insert/update/upsert/delete/hardDelete operation (except for 'query').
  • Refine Query#pipe to pipe to other output record stream (like bulk upload batch).
  • Add Query#stream() method to convert record stream to general node.js readable stream (generates CSV data).
jsforce - 0.5.1 (Jan 11, 2013)

Published by stomita about 10 years ago

  • Move Query#stream() method to RecordStream#stream() to support stream serialization even in filtered stream.
jsforce - 0.6.0 (Aug 23, 2013)

Published by stomita about 10 years ago

  • Change default Salesforce API ver. to 28.0 (Summer '13)
  • Add REPL interface for interactive API inspection.
  • Return Promises/A+ interface object for all async call. The interface is also added to Query / Batch.
  • Accept "*" in fields argument in SObject#find() to select all fields defined in SObject.
  • Add Connection#describe$(), Connection#describeGlobal$(), and SObject#describe$(), as caching versions of correspondings.
  • Changed SObject#find(conditions, fields) behavior in fields argument omission.
  • Add SObject#select() and Query#where() methods to construct a query in SQL-like verb.
  • Add Query#update() and Query#destroy() to apply bulk operation for queried records.
  • Add child relationship query support in Query#include()
  • Add Apex REST support.
  • Move streaming API methods from connection object to separated object.
jsforce - 0.6.2 (Oct 15, 2013)

Published by stomita about 10 years ago

  • Change default Salesforce API ver. to 29.0 (Winter '14)
  • Fix issue in Connection#queryMore
  • Add identity URL information in the callback response of Connection#login/authorize.
jsforce - 0.6.3 (Oct 31, 2013)

Published by stomita about 10 years ago

  • Fix issue in building query using $exists operator in SObject#find()
Package Rankings
Top 0.88% on Npmjs.org
Top 24.05% on Repo1.maven.org
Top 5.0% on Bower.io
Related Projects