Skip to content

Commit 50322ef

Browse files
Mat001jaeoptmsohailhussain
authored
chore: prepare 2.4.0 release (#300)
* chore: prepare 2.4.0 release * chore: add reference to Go SDK v1.6.0 * Update CHANGELOG.md Co-authored-by: Jae Kim <[email protected]> * update go-sdk version to pure 1.6.1 * add added go.sum after running acceptance tests * Update changelog w go sdk v1.6.1 * updated checksum * fix: update release date Co-authored-by: Jae Kim <[email protected]> Co-authored-by: Sohail Hussain <[email protected]>
1 parent 209e330 commit 50322ef

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
## [2.4.0] - March 3, 2021
9+
## New Features
10+
Introduce `/decide` endpoint as a new primary interface for Decide APIs, that is for retrieving feature flag status, configuration and associated experiment decisions for users ([#292](https://github.com/optimizely/agent/pull/292)).
11+
12+
For details about this Agent release, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizely-agent.
13+
Upgrade to use [Go SDK v1.6.1](https://github.com/optimizely/go-sdk/tree/v1.6.1). This adds support for OptimizelyDecision.
14+
815
## [2.3.1] - November 17, 2020
916
- Add "enabled" field to decision metadata structure
1017

@@ -167,4 +174,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
167174

168175
## [0.1.0] - September 4th, 2019
169176
This is the initial release which supported a basic web application and go-sdk integration.
170-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.1-0.20210226222257-68aca7d10f77
15+
github.com/optimizely/go-sdk v1.6.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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLD
9191
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
9292
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
9393
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
94-
github.com/optimizely/go-sdk v1.6.1-0.20210226222257-68aca7d10f77 h1:YGHuD2FA1qPkRqDSKJwuw5pGQmip8S6hOBcRPcYKntE=
95-
github.com/optimizely/go-sdk v1.6.1-0.20210226222257-68aca7d10f77/go.mod h1:1uinGREH+AdijSRw3qitWkvIna1e/ZGN5eymNYPjw1A=
94+
github.com/optimizely/go-sdk v1.6.1 h1:Q+0swDW5pcNU5xqDHbp5/6UZGdhFkK7z+h1ERve4HSI=
95+
github.com/optimizely/go-sdk v1.6.1/go.mod h1:1uinGREH+AdijSRw3qitWkvIna1e/ZGN5eymNYPjw1A=
9696
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 h1:lNCW6THrCKBiJBpz8kbVGjC7MgdCGKwuvBgc7LoD6sw=
9797
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI=
9898
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=

0 commit comments

Comments
 (0)