Skip to content

Releases: elasticio/salesforce-component-v2

2.8.6

31 Jan 11:25
f522be8
Compare
Choose a tag to compare
  • Upgrade Sailor version to 2.7.4
  • Enhanced error message text in the Raw Request action

2.8.5

09 Oct 08:42
0a10857
Compare
Choose a tag to compare
  • 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

11 Jul 09:20
Compare
Choose a tag to compare
  • 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

27 Feb 14:34
2884b04
Compare
Choose a tag to compare
  • 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

02 Feb 13:20
33b5b96
Compare
Choose a tag to compare
  • Fixed bug when component didn't use replayId after error in Subscribe to PubSub trigger

2.8.1

28 Dec 10:59
bfab084
Compare
Choose a tag to compare
  • Fixed duplicate retries and added exponential backoff in Subscribe to PubSub trigger

2.8.0

21 Dec 13:09
507e7b8
Compare
Choose a tag to compare
  • Added new Subscribe to PubSub trigger

2.7.3

09 Nov 12:07
61841af
Compare
Choose a tag to compare
  • Fixed issue when real-time flows have authentication errors sometimes

2.7.2

09 Oct 11:25
d5ef807
Compare
Choose a tag to compare
  • Improvements in Subscribe to platform events trigger:
    • fixed duplicates retries on connections lost
    • fixed incorrect behavior with AuthFailure

2.7.1

21 Sep 13:38
176defa
Compare
Choose a tag to compare
  • 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