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
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
# Optimizely PHP SDK Changelog
2
2
3
-
## [Unreleased]
3
+
### New Features:
4
+
5
+
## 3.4.0
6
+
July 8th, 2020
4
7
5
8
### New Features:
6
-
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafileAccessToken` to be able to fetch authenticated datafiles.
9
+
- Introduced 2 APIs to interact with feature variables:
10
+
-`getFeatureVariableJSON` allows you to get value for JSON variables related to a feature.
11
+
-`getAllFeatureVariables` gets values for all variables under a feature.
12
+
- Added support for fetching authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafileAccessToken` to be able to fetch datafiles belonging to secure environments.
13
+
14
+
### Bug Fixes:
15
+
- Adjusted log level for audience evaluation logs. ([#198](https://github.com/optimizely/php-sdk/pull/198))
0 commit comments