File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.1.0] - March 6th, 2020
11
+ ## New Features
12
+ - feat: Allow ClientName and Version to be set at compile time. [ #227 ] ( https://github.com/optimizely/go-sdk/pull/227 )
13
+ - feat: Add explicit json mappings. [ #228 ] ( https://github.com/optimizely/go-sdk/pull/228 )
14
+ - refact(snapshot): Made decisions optional for snapshot entity. [ #226 ] ( https://github.com/optimizely/go-sdk/pull/226 )
15
+ - feat: set specific error from default project config manager when CDN returns 403 response [ #232 ] ( https://github.com/optimizely/go-sdk/pull/232 )
16
+ - feat: OnEvent should be part of the event processor interface [ #233 ] ( https://github.com/optimizely/go-sdk/pull/233 )
17
+ - feat: add valid datafile version check [ #234 ] ( https://github.com/optimizely/go-sdk/pull/234 )
18
+
19
+ ## Bug Fixes
20
+ - fix: Properly instantiate event processor with dispatcher. [ #239 ] ( https://github.com/optimizely/go-sdk/pull/239 )
21
+
22
+ ## Breaking Changes
23
+ - feat: Return variables as an interface{} from GetAllFeatureVariables. [ #235 ] ( https://github.com/optimizely/go-sdk/pull/235 )
24
+
25
+
10
26
## [ 1.0.0] - January 9th, 2020
11
27
This is the General Availability release of the Go SDK.
12
28
Original file line number Diff line number Diff line change 18
18
package event
19
19
20
20
// Version is the current version of the client
21
- var Version = "1.0 .0"
21
+ var Version = "1.1 .0"
22
22
23
23
// ClientName is the name of the client
24
24
var ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments