File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.1] - April 22, 2020
8
+ - Update to use go-sdk 1.1.3. This has a fix to the batch event processor was creating a dispatcher without a logger.
9
+
7
10
## [ 1.0.0] - March 26th, 2020
8
11
- Update documentation and examples
9
12
- Add response body for override and track
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/go-kit/kit v0.9.0
11
11
github.com/google/uuid v1.1.1
12
12
github.com/lestrrat-go/jwx v0.9.0
13
- github.com/optimizely/go-sdk v1.1.2
13
+ github.com/optimizely/go-sdk v1.1.3
14
14
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
15
15
github.com/rakyll/statik v0.1.7
16
16
github.com/rs/zerolog v1.15.0
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
85
85
github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
86
86
github.com/optimizely/go-sdk v1.1.2 h1:rojFANR6mp/eKfC/+HnXZNs+H0tpaS8qrQExBd/LptE =
87
87
github.com/optimizely/go-sdk v1.1.2 /go.mod h1:aA/UeFjLeQefRlvfTI8QkvBmJWPvLEHamKmp/CdJqGU =
88
+ github.com/optimizely/go-sdk v1.1.3 h1:zvhrj+nNlCrndXe7DbFtTQiy9Rny6ZLMyqdap1TMFi8 =
89
+ github.com/optimizely/go-sdk v1.1.3 /go.mod h1:aA/UeFjLeQefRlvfTI8QkvBmJWPvLEHamKmp/CdJqGU =
88
90
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 h1:lNCW6THrCKBiJBpz8kbVGjC7MgdCGKwuvBgc7LoD6sw =
89
91
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 /go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI =
90
92
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc =
You can’t perform that action at this time.
0 commit comments