-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog with initial entry for v2
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change log | ||
|
||
All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). | ||
|
||
## [2.0.0] - 2016-08-08 | ||
### Added | ||
- Support for multivariate feature flags. New methods `StringVariation`, `JsonVariation` and `IntVariation` and `Float64Variation` for multivariates. | ||
- New `AllFlags` method returns all flag values for a specified user. | ||
- New `SecureModeHash` function computes a hash suitable for the new LaunchDarkly JavaScript client's secure mode feature. | ||
|
||
### Changed | ||
- The `Feature` data model has been replaced with `FeatureFlag`. | ||
|
||
### Deprecated | ||
- The `Toggle` call has been deprecated in favor of `BoolVariation`. |