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.
77## [ Unreleased]
88Changes that have landed but are not yet released. Changes that have landed but are not yet released.
99
10- ## [ 1.0.0-beta6 ] - November 8th , 2019
10+ ## [ 1.0.0-beta7 ] - November 14th , 2019
1111
1212## 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 )
1321
22+ ## [ 1.0.0-beta6] - November 8th, 2019
23+
24+ ## New Features
1425- Experiment override service - implement groups
1526[ #164 ] ( https://github.com/optimizely/go-sdk/pull/164 )
16- - Add User profile service
27+ - Add User profile service
1728[ #163 ] ( https://github.com/optimizely/go-sdk/pull/163 )
1829
1930### Bug Fixes
Original file line number Diff line number Diff line change 1818package pkg
1919
2020// Version is the current version of the client
21- const Version = "1.0.0-beta5 "
21+ const Version = "1.0.0-beta7 "
2222
2323// ClientName is the name of the client
2424const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments