Skip to content

Commit 48b91e5

Browse files
authored
prepare 3.4.0 (#207)
1 parent e96228a commit 48b91e5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: minimal
22

33
env:
44
global:
5-
RELEASE_BRANCH: "3.2.x"
5+
RELEASE_BRANCH: "master"
66

77
# Integration tests need to run first to reset the PR build status to pending
88
stages:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Optimizely C# SDK Changelog
22

3+
## 3.4.0
4+
January 23rd, 2020
5+
6+
### New Features
7+
- Added a new API to get a project configuration static data.
8+
- Call `GetOptimizelyConfig()` to get a snapshot copy of project configuration static data.
9+
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
10+
- Added caching for `GetOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile
11+
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-csharp
12+
13+
### Bug Fixes:
14+
- Blocking timeout was not being assigned. When not providing any value, it was just logging not setting up periodinterval and blocking timeout value. [#202](https://github.com/optimizely/csharp-sdk/pull/202)
15+
316
## 3.3.0
417
September 26th, 2019
518

0 commit comments

Comments
 (0)