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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
1.14.0 (April XX, 2024)
2
-
- Updated impression label to 'unsupported matcher type' when the matcher type is not supported by the SDK.
1
+
1.14.0 (May 6, 2024)
2
+
- Added support for targeting rules based on semantic versions (https://semver.org/).
3
+
- Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
4
+
- Updated Split API client to include the flags spec version query parameter for the `splitChanges` and `auth` endpoints.
3
5
4
6
1.13.1 (January 10, 2024)
5
7
- Updated client `destroy` method to release SDK key immediately and avoid unexpected warning logs when a factory is created with the same SDK key after the previous one was destroyed.
@@ -91,27 +91,27 @@ test('EVALUATOR - Multiple evaluations at once / should return right labels, tre
91
91
// assert regular
92
92
expect(multipleEvaluationAtOnce['regular']).toEqual({ ...expectedOutput['config'],config: null});// If the split is retrieved successfully we should get the right evaluation result, label and config. If Split has no config it should have config equal null.
@@ -150,11 +150,11 @@ describe('EVALUATOR - Multiple evaluations at once by flag sets', () => {
150
150
// assert regular
151
151
expect(multipleEvaluationAtOnceByFlagSets['regular']).toEqual({ ...expectedOutput['config'],config: null});// If the split is retrieved successfully we should get the right evaluation result, label and config. If Split has no config it should have config equal null.
0 commit comments