File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed 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.0.0] - January 9th, 2020
11
+ This is the General Availability release of the Go SDK.
12
+
13
+ ## New Features
14
+ - feat(onTrack): Added onTrack callback. [ #198 ] ( https://github.com/optimizely/go-sdk/pull/198 )
15
+ - feat: Add observability metrics for event queue. [ #211 ] ( https://github.com/optimizely/go-sdk/pull/211 )
16
+ - feat: Implement OptimizelyConfig API. [ #216 ] ( https://github.com/optimizely/go-sdk/pull/216 )
17
+ - feat: Add observability metrics for event queue. [ #223 ] ( https://github.com/optimizely/go-sdk/pull/223 )
18
+
19
+ ## Bug Fixes
20
+ - fix: Revert signature changes to PollingProjectConfigManager. [ #209 ] ( https://github.com/optimizely/go-sdk/pull/209 )
21
+ - fix(notification): race detected send notification issue. [ #222 ] ( https://github.com/optimizely/go-sdk/pull/222 )
22
+
23
+ ## Breaking Changes
24
+ - refac: Execution context. [ #212 ] ( https://github.com/optimizely/go-sdk/pull/212 )
25
+ - refac(config: Move config interfaces back into config package. [ #213 ] ( https://github.com/optimizely/go-sdk/pull/213 )
26
+
10
27
## [ 1.0.0-rc1] - December 4th, 2019
11
28
12
29
## New Features
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
- const Version = "1.0.0-rc1 "
21
+ const Version = "1.0.0"
22
22
23
23
// ClientName is the name of the client
24
24
const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments