Changelog for the salesforce adaptor
@openfn/language-salesforce
4.2.2
Patch Changes
- Updated dependencies [c19efbe]
- @openfn/language-common@1.11.1
4.2.1
Patch Changes
- 07debe9: Update bulkQuery to use bulkv2
4.2.0
Minor Changes
- fc58f1c: add options in bulkQuery
4.1.0
Minor Changes
- 1e3a083: add bulkQuery function
4.0.8
Patch Changes
- Updated dependencies [85c35b8]
- @openfn/language-common@1.11.0
4.0.7
Patch Changes
- Updated dependencies [df09270]
- @openfn/language-common@1.10.3
4.0.6
Patch Changes
- aceedd2: update jsforce and remove unused packages
4.0.5
Patch Changes
- Updated dependencies [26a303e]
- @openfn/language-common@1.10.2
4.0.4
Patch Changes
- Updated dependencies [8c32eb3]
- @openfn/language-common@1.10.1
4.0.3
Patch Changes
- Updated dependencies [aad9549]
- @openfn/language-common@1.10.0
4.0.2
Patch Changes
- Updated dependencies [111807f]
- @openfn/language-common@1.9.0
4.0.1
Patch Changes
- Update lock files
- Updated dependencies
- @openfn/language-common@1.8.1
4.0.0
Major Changes
2c1d603: Remove parameter reassignment to ensure proper functioning inside an
each
block; add eslintThe packages receiving a major bump here exposed functions that didn't work as expected inside
each
blocks. Users were previously wrapping these functions inside their own customfn
blocks, and this change will ensure that they can be used inside a standard each.See https://github.com/OpenFn/adaptors/issues/275 for more details.
Patch Changes
- Updated dependencies [2c1d603]
- @openfn/language-common@1.8.0
3.0.7
Patch Changes
- 7cc8efc: remove FakeAdaptor references
3.0.6
Patch Changes
- 705caab: Remove tools as devdependencies
3.0.5
Patch Changes
- 929bca6: Use metadata helper function from common
- Updated dependencies [929bca6]
- @openfn/language-common@1.7.7
3.0.4
Patch Changes
- ef828e7: update old urls in readme
- Updated dependencies [2b4c61a]
- @openfn/language-common@1.7.6
3.0.3
Patch Changes
- 06aced8: Fix dependencies
3.0.2
Patch Changes
- aed7e0b: fix required field in configuration schema
3.0.1
Patch Changes
- c09b821: Add @magic annotations
3.0.0
Major Changes
- 190f667: Remove curry from salesforce
2.12.3
Patch Changes
- f7ebd3c: remove sample configuration
2.12.2
Patch Changes
- f2aed32: add examples
2.12.1
Patch Changes
- 6d8de03: change @constructor to @function and remove /* @module Adaptor /
2.12.0
Minor Changes
- 5c883c6: Allow expansion for describe(), add describeAll()
Patch Changes
- f2a91a4: Update package exports
- Updated dependencies [f2a91a4]
- @openfn/language-common@1.7.5
2.11.1
Patch Changes
- e7bf865: chore(deps): update dependency sinon to v14
- 8566b26: Fix typings
- b3d45ff: Fix CJS export of npm package.
- Updated dependencies [8566b26]
- Updated dependencies [b3d45ff]
- Updated dependencies [b5eb665]
- Updated dependencies [ecf5d30]
- @openfn/language-common@1.7.4
2.11.0
Minor Changes
- edff578: Migrate salesforce