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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Optimizely Python SDK Changelog
2
2
3
+
## 3.5.0
4
+
July 9th, 2020
5
+
6
+
### New Features:
7
+
* Introduced 2 APIs to interact with feature variables:
8
+
*`get_feature_variable_json` allows you to get value for JSON variables related to a feature.
9
+
*`get_all_feature_variables` gets values for all variables under a feature.
10
+
* Added support for fetching authenticated datafiles. `AuthDatafilePollingConfigManager` is a new config manager that allows you to poll for a datafile belonging to a secure environment. You can create a client by setting the `datafile_access_token`.
11
+
12
+
### Bug Fixes:
13
+
* Fixed log messages for targeted rollouts evaluation. ([#268](https://github.com/optimizely/python-sdk/pull/268))
0 commit comments