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: CHANGELOG.MD
+17
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ 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.7.0] - September 17, 2021
11
+
12
+
### New Features
13
+
* Add new public properties to `OptimizelyConfig`. ([#322](https://github.com/optimizely/go-sdk/pull/322), [#312](https://github.com/optimizely/go-sdk/pull/312))
14
+
- SdkKey
15
+
- EnvironmentKey
16
+
- Attributes
17
+
- Audiences
18
+
- Events
19
+
- ExperimentRules and DeliveryRules to `OptimizelyFeature`
20
+
- Audiences to `OptimizelyExperiment`
21
+
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-go](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-go).
22
+
23
+
### Deprecated
24
+
25
+
*`OptimizelyFeature.ExperimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.ExperimentRules` and `OptimizelyFeature.DeliveryRules`. ([#322](https://github.com/optimizely/go-sdk/pull/322))
26
+
10
27
## [1.6.1] - March 2, 2021
11
28
## Bug Fix
12
29
- Fix issues for decision variables and reasons. [#309](https://github.com/optimizely/go-sdk/pull/309)
0 commit comments