Releases: elasticio/salesforce-component-v2
Releases · elasticio/salesforce-component-v2
2.8.6
- Upgrade Sailor version to 2.7.4
- Enhanced error message text in the
Raw Request
action
2.8.5
- Fixed issues in
Get New and Updated Objects Polling
trigger:
- Emit only one batch of messages if results are more than 10000
- Error
Cannot read properties of undefined (reading 'LastModifiedDate')
if you used and delete Size of Polling Page
value
2.8.4
- Attempt to fix error
The Replay ID validation failed
when Subscribe to PubSub
trigger does't emit messages more than three days
- Update Sailor version to 2.7.2
- Update component-commons-library version to 3.2.0
2.8.3
- The component interface has not changed. This is a technical enhancement! Introduced baseURL parameter in the
Raw Request
Action's configuration of the axios library. Refer to the Readme for the details.
It will not affect any of the existing integration. Instead, it gives more flexibility allowing to call other REST endpoints than the standard /services/data
(#82)
2.8.2
- Fixed bug when component didn't use
replayId
after error in Subscribe to PubSub
trigger
2.8.1
- Fixed duplicate retries and added exponential backoff in
Subscribe to PubSub
trigger
2.8.0
- Added new
Subscribe to PubSub
trigger
2.7.3
- Fixed issue when real-time flows have authentication errors sometimes
2.7.2
- Improvements in Subscribe to platform events trigger:
- fixed duplicates retries on connections lost
- fixed incorrect behavior with AuthFailure
2.7.1
- Improvements in
Subscribe to platform events
trigger:
- Added retry on connections lost
- Changed the behavior where new logs would appear in the first execution regardless of which message they belonged to. Now, all messages will be displayed in their appropriate execution
- Logs with
Going to fetch secret
set to debug level