File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+ ## [ 2.3.1] - November 17, 2020
9+ - Add "enabled" field to decision metadata structure
10+
811## [ 2.3.0] - November 2, 2020
912- Introduce Agent interceptor plugins
1013- Adding support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/go-kit/kit v0.9.0
1313 github.com/google/uuid v1.1.1
1414 github.com/lestrrat-go/jwx v0.9.0
15- github.com/optimizely/go-sdk v1.5.0
15+ github.com/optimizely/go-sdk v1.5.1
1616 github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
1717 github.com/rakyll/statik v0.1.7
1818 github.com/rs/zerolog v1.18.1-0.20200514152719-663cbb4c8469
Original file line number Diff line number Diff line change @@ -91,10 +91,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLD
9191github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
9292github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
9393github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
94- github.com/optimizely/go-sdk v1.4.0 h1:9i6BUzqKGT5AMdSUdlrQZrmZRRhQQ9QjeielYiCCol8 =
95- github.com/optimizely/go-sdk v1.4.0 /go.mod h1:1uinGREH+AdijSRw3qitWkvIna1e/ZGN5eymNYPjw1A =
96- github.com/optimizely/go-sdk v1.5.0 h1:D02s3xRnP4Un+WqL4bh7rp/kmBuVdnroKpCvlfjLaxE =
97- github.com/optimizely/go-sdk v1.5.0 /go.mod h1:1uinGREH+AdijSRw3qitWkvIna1e/ZGN5eymNYPjw1A =
94+ github.com/optimizely/go-sdk v1.5.1 h1:jut7lAO0jCrkwIQr4kBcsT4f7PKdh+AOlltLXPFEoxM =
95+ github.com/optimizely/go-sdk v1.5.1 /go.mod h1:1uinGREH+AdijSRw3qitWkvIna1e/ZGN5eymNYPjw1A =
9896github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 h1:lNCW6THrCKBiJBpz8kbVGjC7MgdCGKwuvBgc7LoD6sw =
9997github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 /go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI =
10098github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc =
You can’t perform that action at this time.
0 commit comments