Skip to content

Commit 6c40b21

Browse files
committed
prepare for release 3.4.0
1 parent c436c00 commit 6c40b21

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 3.4.0
4+
January 22nd, 2020
5+
6+
# New Features
7+
- Added a new API to get a project configuration static data.
8+
- Call `get_optimizely_config()` 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-ruby
12+
13+
314
## 3.3.2
415
December 13th, 2019
516

lib/optimizely/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '3.3.2'
20+
VERSION = '3.4.0'
2121
end

0 commit comments

Comments
 (0)