-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathNEWS.txt
More file actions
112 lines (79 loc) · 3.4 KB
/
NEWS.txt
File metadata and controls
112 lines (79 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
NEWS
3.1.1
- No news for this minor release
3.1.0
- Add getTreatmentWithConfig to Split client API to retrieve meta information associated to each treatment
- Localhost mode now support yaml and is the preferred file format. Default location of $user.home/.split file stills works but will be deprecated
3.0.9
- Validate split names on getTreatment and manager calls
- Validate traffic type name when calling track.
- Check for multiple factories instantiated
3.0.8
- Ability to disable automatic destroy() on graceful shutdowns.
3.0.7
- Removing unused thrown exceptions from build signature
- Setting feature refresh rate to 5 seconds by default
3.0.6
- Setting CookieSpec to Standard
3.0.5
- Adding input validation for fast feedback of incorrect use of the client.
3.0.4
- Fix potential race condition when segment wait for readiness before they are registered to the readiness gates
3.0.3
- Expose param to increase thread pool size for segments
3.0.2
- Fixed traffic allocation issue on 1%.
3.0.1
- Fix Metric Counters when using Split Proxy.
3.0.0
- Moving block until ready out of the factory into the split client and manager client
- Starting this version, SplitClientConfig#ready(int) is deprecated and migrated to a two part
implementation: set the desired value in SplitClientConfig#setBlockUntilReadyTimeout(int) and call
SplitClient#blockUntilReady() or SplitManager#blockUntilReady()
2.3.2
- Add support for handling different relative path in the endpoints of the Split Synchronizer
2.3.1
- Adds the ability to include keys to the localhost file to use for matching responses to getTreatment
2.3.0
- Add support for .track() to provide the ability to start tracking events for example: exception counts, checkout values, etc
2.1.0
- Add support for new boolean and regular expression matchers
- Add support for new Dependency matcher
2.0.2
- Attributes are sent to local impression listeners
- Add support for new set of String and set matchers
2.0.1
- Added the ability to support TLS2
2.0.0
- The internal hashing algorithm is now murmur3 and still honors legacy algorithm for existing splits.
1.1.7
- This release gives the ability to specify a percentage of traffic that will not be in a Split.
- In addition, we now provide the ability to provide your own ImpressionListener.
1.1.6
- Removing deprecated SplitClientBuilder
1.1.5
- Introducing SplitClientForTest and SplitTestRunner for JUnit. More information at split.io/blog/feature-flag-testing
1.0.10
- No news for this update
1.0.9
- Introduced new API: getTreatment(Key key, String feature, Map attributes);
- Deprecated SplitClientBuilder. Clients are expected to use SplitFactoryBuilder instead.
1.0.8
No news for this update.
1.0.7
- New Factory builder creates a factory who creates a client or manager
SplitFactoryBuilder.build(apiKey, config).client();
1.0.6-wip1
- Dropped SplitClientConfig#eventsEndpoint
- Modified SplitClientConfig#endpoint to take in both sdk and events api.
.endpoint("endpoint for split changes", "endpoint for impressions")
1.0.4
- Api adds blockUntilReady(..) to wait for start up completion before proceeding.
- Metrics and Impressions are now send to another endpoint: events.split.io
1.0.3
- no news for this release.
1.0.1
- It's backwards compatible with previous version
add an overloaded method to allow passing a map of attributes to getTreatment call for attribute based matching
1.0.0
- No news for this release