File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
Changes that have landed but are not yet released. Changes that have landed but are not yet released.
9
9
10
- ## [ 1.0.0-beta6 ] - November 8th , 2019
10
+ ## [ 1.0.0-beta7 ] - November 14th , 2019
11
11
12
12
## New Features
13
+ - feat: Method for removing forced variations [ #176 ] ( https://github.com/optimizely/go-sdk/pull/176 )
14
+
15
+ ### Bug Fixes
16
+ - fix: Update built-in map-based ExperimentOverrideStore implementation to be concurrently usable [ #171 ] ( https://github.com/optimizely/go-sdk/pull/171 )
17
+ - fix: Add a public constructor for MapExperimentOverridesStore [ #174 ] ( https://github.com/optimizely/go-sdk/pull/174 )
18
+ - fix: don't return error when there is a good projectConfig in polling manager [ #179 ] ( https://github.com/optimizely/go-sdk/pull/179 )
19
+ - fix(decision): Logs produced by the various decision services. [ #180 ] ( https://github.com/optimizely/go-sdk/pull/180 )
20
+ - fix(exists-condition) Fixed exists comparison for leaf condition. [ #185 ] ( https://github.com/optimizely/go-sdk/pull/185 )
13
21
22
+ ## [ 1.0.0-beta6] - November 8th, 2019
23
+
24
+ ## New Features
14
25
- Experiment override service - implement groups
15
26
[ #164 ] ( https://github.com/optimizely/go-sdk/pull/164 )
16
- - Add User profile service
27
+ - Add User profile service
17
28
[ #163 ] ( https://github.com/optimizely/go-sdk/pull/163 )
18
29
19
30
### Bug Fixes
Original file line number Diff line number Diff line change 18
18
package pkg
19
19
20
20
// Version is the current version of the client
21
- const Version = "1.0.0-beta5 "
21
+ const Version = "1.0.0-beta7 "
22
22
23
23
// ClientName is the name of the client
24
24
const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments