You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 2.8.4 (July 11, 2024)
2
+
* Attempt to fix error `The Replay ID validation failed` when `Subscribe to PubSub` trigger does't emit messages more than three days
3
+
* Update Sailor version to 2.7.2
4
+
* Update component-commons-library version to 3.2.0
5
+
1
6
## 2.8.3 (February 27, 2024)
2
7
* 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](README.md#raw-request) for the details.
3
8
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)](https://github.com/elasticio/salesforce-component-v2/issues/82)
@@ -171,6 +177,12 @@ async function processTrigger(msg, cfg, snapshot) {
171
177
context.logger.warn(`Failed to get keepalive message to finish: ${err.message}, lets call processTrigger one more time (retry ${keepaliveFailureRetry} of ${MAX_CONNECT_RETRIES})`);
context.logger.error(`Failed to get keepalive message to finish, replayId in seems to be invalid, it will be ignored: ${err.message}, lets call processTrigger one more time (retry ${keepaliveFailureRetry} of ${MAX_CONNECT_RETRIES})`);
0 commit comments