You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
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 `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 `get_optimizely_config` - `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
+
3
14
## 3.3.2
4
15
December 13th, 2019
5
16
6
17
### Bug Fixes:
7
18
- BatchEventProcessor will hang on poll after flushing with no event if no event count is greater than 3 [#224](https://github.com/optimizely/ruby-sdk/pull/224).
8
19
- EventDispatcher logs debug response and error responses from http post call i[#221](https://github.com/optimizely/ruby-sdk/pull/221).
9
20
10
-
# New Features
21
+
###New Features
11
22
- NotificationCenter should accept any Callable [#219](https://github.com/optimizely/ruby-sdk/pull/219).
0 commit comments