- Update Sailor version to 2.6.27
- Get rid of vulnerabilities in dependencies
- Add component pusher job to Circle.ci config
Change logo to grayscale.
Upgrade to sailor 2.6.18
Component got deprecated. Use https://github.com/elasticio/salesforce-component-v2 instead
- Update
Bulk Create/Update/Delete
action:- now it supports
Bulk Upsert
feature - fix bug
404 - File's metadata is not found
- now it supports
- Hotfix: removed
Max Fetch Count
field from Query trigger, as it does not work
-
Fix bug with 1,000 objects limit in actions:
- Query
- Lookup Object
- Lookup Objects
and trigger:
- Get New and Updated Objects Polling.
New configuration field Max Fetch Count
added to configure the limit. Please see the README.md for the details
- Add new optional field
Include linked objects
in trigger:Get New and Updated Objects Polling
- Add new optional field
Output method
in triggers:Query
andGet New and Updated Objects Polling
- Add Delete Object (at most 1) Action
- Add new optional field in the Lookup Object Action
- Fix query action
- Add request caching for lookup actions
- Update sailor version to 2.5.4
- Refactor console.log to built in sailor logger
- Change build type to
docker
- Add support for
Bulk operations
feature (Create/Update/Delete and Query) - Add
Delete Object
action - Add
Lookup Objects
action Create object
action: add ability to utilize binary data attachment from previous stepUpsert object
action: add ability to utilize binary data attachment from previous stepLookup Object (at most 1)
action: add ability to pass binary data (if found object has it) to the next component as a binary attachmentQuery
action: add ability to query deleted objects
- Change Oauth values naming
- Add support for
Create Attachment
feature - Fix bug with Salesforce's and platform's types mismatch
- Make unit tests great again (internal issue)
- Initial release which includes a bunch of previous unversioned releases