Skip to content

Commit 9760831

Browse files
committed
update changes.txt
1 parent 25a7b42 commit 9760831

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
7.3.0 (May 14, 2024)
22
- Added support for targeting rules based on semantic versions (https://semver.org/).
3+
- Added the logic to handle correctly when the SDK receives an unsupported Matcher type.
34
- Updated dependencies to allow `symfony/yaml` 7.
45

56
7.2.1 (March 6, 2024)

tests/Suite/Sdk/SdkClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public function testClientSemverMatchers()
332332

333333
// Assertions UnSupported
334334
$this->assertEquals('control', $splitSdk->getTreatment('user1', 'semver_demo_test', array('version' => '2.2.2')));
335-
$this->validateLastImpression($redisClient, 'semver_demo_test', 'user1', 'control');
335+
$this->validateLastImpression($redisClient, 'semver_demo_test', 'user1', 'control', 'unknown', 'unknown', 'targeting rule type unsupported by sdk');
336336
}
337337

338338
public function testClientWithUnsupportedMatcher()

0 commit comments

Comments
 (0)