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
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
3
+
## 3.9.0
4
+
September 16, 2021
5
+
6
+
### New Features:
7
+
- Add new public properties to `OptimizelyConfig`. ([#285](https://github.com/optimizely/ruby-sdk/pull/285))
8
+
- sdkKey
9
+
- environmentKey
10
+
- attributes
11
+
- audiences
12
+
- events
13
+
- experimentRules and deliveryRules to `OptimizelyFeature`
14
+
- audiences to `OptimizelyExperiment`
15
+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-ruby](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-ruby).
16
+
17
+
### Deprecated:
18
+
-`OptimizelyFeature.experimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.experimentRules` and `OptimizelyFeature.deliveryRules`. ([#285](https://github.com/optimizely/ruby-sdk/pull/285))
0 commit comments