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
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
7.1.7 (May 16, 2023)
2
+
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and phpdoc comments.
3
+
- Fixed php 8.2 warnings in code.
4
+
1
5
7.1.6 (Feb 14, 2023)
2
6
- Fixed logging on array conversion.
3
7
@@ -41,7 +45,7 @@
41
45
- Added flag `IPAddressesEnabled` into options to enable/disable sending MachineName and MachineIP when data is posted in headers.
42
46
43
47
6.2.2 (Sep 18, 2019)
44
-
- Fetch multiple splits at once on getTreatments/getTreatmentsWithConfig
48
+
- Fetch multiple feature flags at once on getTreatments/getTreatmentsWithConfig
45
49
- Removed MatcherClient (DependencyMatcher now uses Evaluator directly)
46
50
- Removed shared memory.
47
51
- Several code cleanups
@@ -52,7 +56,7 @@
52
56
53
57
6.2.0 (May 30, 2019)
54
58
- Added validation for TrafficType in track calls.
55
-
- Added validation when split does not exist on treatments and manager calls.
59
+
- Added validation when feature flag does not exist on treatments and manager calls.
56
60
- Added multiple factory instantiation check.
57
61
- Removed producer modules.
58
62
- Added properties to track method.
@@ -94,7 +98,7 @@
94
98
- Downgrade logging level for shared memory messages
95
99
96
100
5.2.3: (Sep 5, 2017)
97
-
- Adding hotfix to return empty splits array in SplitManager when redis is empty.
101
+
- Adding hotfix to return empty feature flags array in SplitManager when redis is empty.
98
102
99
103
5.2.2: (Aug 1, 2017)
100
104
- Adding hotfix to return CONTROL if redis is down instead of failing.
This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience.
7
+
## Overview
8
+
This SDK is designed to work with Split, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
8
9
9
10
## Compatibility
10
11
This SDK is compatible with PHP 7.3 and above.
11
12
12
13
## Getting started
13
14
Below is a simple example that describes the instantiation and most basic usage of our SDK.
14
-
Keep in mind that since PHP does not have the ability to share memory between processes the use of the [split-synchronizer](https://help.split.io/hc/en-us/articles/360019686092-Split-Synchronizer-Proxy) is mandatory for this SDK.
15
+
Keep in mind that since PHP does not have the ability to share memory between processes the use of the [split-synchronizer](https://help.split.io/hc/en-us/articles/360019686092-Split-Synchronizer) is mandatory for this SDK.
Please refer to [our official docs](https://help.split.io/hc/en-us/articles/360020350372-PHP-SDK) to learn about all the functionality provided by our SDK and the configuration options available for tailoring it to your current application setup.
35
+
33
36
## Submitting issues
34
37
35
-
The Split team monitors all issues submitted to this [issue tracker](https://github.com/splitio/php-client/issues). We encourage you to use this issue tracker to submit any bug reports, feedback, and feature enhancements. We'll do our best to respond in a timely manner.
38
+
The Split team monitors all issues submitted to this [issue tracker](https://github.com/splitio/php-client/issues). We encourage you to use this issue tracker to submit any bug reports, feedback, and feature enhancements. We'll do our best to respond in a timely manner.
36
39
37
40
## Contributing
38
41
Please see [Contributors Guide](CONTRIBUTORS-GUIDE.md) to find all you need to submit a Pull Request (PR).
@@ -48,16 +51,21 @@ To learn more about Split, contact hello@split.io, or get started with feature f
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
0 commit comments