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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
Changes that have landed but are not yet released.
9
9
- Support for running full feature tests with the SDK.
10
10
11
+
## [0.2.0] - September 11th, 2019
12
+
This release of the SDK introduces Feature Management capabilities for running both Feature Rollouts as well as Feature Tests using Optimizely Feature Management.
13
+
14
+
### New Features
15
+
- Introduces feature variable getters via `GetFeatureVariable*` for parameterizing your feature tests.
16
+
- Introduces the `Track` API call for sending conversion events to Optimizely.
17
+
- The `IsFeatureEnabled` API will now send impression events if there is a feature test attached to the feature being accessed.
18
+
19
+
### Breaking Changes
20
+
- Vendored packages have been removed in favor of declaring dependencies and their versions using `go.mod`.
21
+
11
22
## [0.1.0-beta] - August 23rd, 2019
12
23
This is the initial release of the SDK, which includes support for running Feature Rollouts using Optimizely Feature Management.
0 commit comments