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: CHANGES.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
- Removed the misleading warning log 'No listeners for SDK_READY event detected', since users can use the `whenReady` method to wait for the SDK to be ready.
13
13
- BREAKING CHANGES: Renamed some types and modules, and updated the signatures of others for clarity and reusability.
14
14
15
-
2.12.1 (April 30, 2026)
15
+
2.12.1 (June 25, 2026)
16
16
- Updated internal modules to handle `null` values from `/splitChanges` response.
17
17
- Updated some dependencies for vulnerability fixes.
[c.WARN_TRIMMING_PROPERTIES,'%s: more than 300 properties were provided. Some of them will be trimmed when processed.'],
21
21
[c.WARN_CONVERTING,'%s: %s "%s" is not of type string, converting.'],
22
22
[c.WARN_TRIMMING,'%s: %s "%s" has extra whitespace, trimming.'],
23
-
[c.WARN_NOT_EXISTENT_DEFINITION,'%s: "%s" does not exist in this environment. Please double check that it exists in Harness UI.'],
23
+
[c.WARN_NOT_EXISTENT_DEFINITION,'%s: "%s" does not exist in this environment. Please double check that it exists in Harness FME UI.'],
24
24
[c.WARN_LOWERCASE_TRAFFIC_TYPE,'%s: traffic_type_name should be all lowercase - converting string to lowercase.'],
25
-
[c.WARN_NOT_EXISTENT_TT,'%s: traffic type "%s" does not have any corresponding feature flag in this environment, make sure you\'re tracking your events to a valid traffic type defined in Harness UI.'],
25
+
[c.WARN_NOT_EXISTENT_TT,'%s: traffic type "%s" does not have any corresponding feature flag in this environment, make sure you\'re tracking your events to a valid traffic type defined in Harness FME UI.'],
26
26
[c.WARN_FLAGSET_NOT_CONFIGURED,'%s: you passed %s which is not part of the configured FlagSetsFilter, ignoring Flag Set.'],
27
27
// initialization / settings validation
28
28
[c.WARN_INTEGRATION_INVALID,c.LOG_PREFIX_SETTINGS+': %s integration item(s) at settings is invalid. %s'],
[c.STREAMING_PARSING_SPLIT_UPDATE,c.LOG_PREFIX_SYNC_STREAMING+'Fetching SplitChanges due to an error processing %s notification: %s'],
36
36
[c.WARN_INVALID_FLAGSET,'%s: you passed %s, flag set must adhere to the regular expressions %s. This means a flag set must start with a letter or number, be in lowercase, alphanumeric and have a max length of 50 characters. %s was discarded.'],
37
37
[c.WARN_LOWERCASE_FLAGSET,'%s: flag set %s should be all lowercase - converting string to lowercase.'],
38
-
[c.WARN_FLAGSET_WITHOUT_FLAGS,'%s: you passed %s flag set that does not contain cached feature flag names. Please double check what flag sets are in use in Harness UI.'],
38
+
[c.WARN_FLAGSET_WITHOUT_FLAGS,'%s: you passed %s flag set that does not contain cached feature flag names. Please double check what flag sets are in use in Harness FME UI.'],
Copy file name to clipboardExpand all lines: src/sync/polling/updaters/segmentChangesUpdater.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ export function segmentChangesUpdaterFactory(
102
102
// If the operation is forbidden, it may be due to permissions. Destroy the SDK instance.
103
103
// @TODO although factory status is destroyed, synchronization is not stopped
104
104
if(readiness)readiness.setDestroyed();
105
-
log.error(`${LOG_PREFIX_INSTANTIATION}: you passed a client-side type authorizationKey, please grab an SDK Key from Harness UI that is of type server-side.`);
105
+
log.error(`${LOG_PREFIX_INSTANTIATION}: you passed a client-side type authorizationKey, please grab an SDK Key from Harness FME UI that is of type server-side.`);
106
106
}else{
107
107
log.warn(`${LOG_PREFIX_SYNC}Error while doing fetch of segments. ${error}`);
0 commit comments