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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
3
3
## 3.4.0
4
-
January 22nd, 2020
4
+
January 23rd, 2020
5
5
6
-
# New Features
6
+
###New Features:
7
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.
8
+
- Call `get_optimizely_config` to get a snapshot copy of project configuration static data.
9
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
10
+
- Added caching for `get_optimizely_config` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile
11
11
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-ruby
12
12
13
13
@@ -18,7 +18,7 @@ December 13th, 2019
18
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).
19
19
- EventDispatcher logs debug response and error responses from http post call i[#221](https://github.com/optimizely/ruby-sdk/pull/221).
20
20
21
-
# New Features
21
+
###New Features
22
22
- NotificationCenter should accept any Callable [#219](https://github.com/optimizely/ruby-sdk/pull/219).
0 commit comments