File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 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.
44The 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
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+
710## [ 1.0.0] - March 26th, 2020
811- Update documentation and examples
912- Add response body for override and track
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/go-kit/kit v0.9.0
1111 github.com/google/uuid v1.1.1
1212 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
1414 github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
1515 github.com/rakyll/statik v0.1.7
1616 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
8585github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
8686github.com/optimizely/go-sdk v1.1.2 h1:rojFANR6mp/eKfC/+HnXZNs+H0tpaS8qrQExBd/LptE =
8787github.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 =
8890github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 h1:lNCW6THrCKBiJBpz8kbVGjC7MgdCGKwuvBgc7LoD6sw =
8991github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 /go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI =
9092github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc =
You can’t perform that action at this time.
0 commit comments