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.
77## [ Unreleased]
88Changes that have landed but are not yet released. Changes that have landed but are not yet released.
99
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+
1027## [ 1.0.0-rc1] - December 4th, 2019
1128
1229## New Features
Original file line number Diff line number Diff line change 1818package event
1919
2020// Version is the current version of the client
21- const Version = "1.0.0-rc1 "
21+ const Version = "1.0.0"
2222
2323// ClientName is the name of the client
2424const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments