Skip to content

Commit 4cd998e

Browse files
committed
chore(release): Preparing for 3.5.0 release
1 parent f9484bd commit 4cd998e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Optimizely Python SDK Changelog
22

3+
## 3.4.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. `HTTPProjectConfigManager` now accepts `datafileAccessToken` to be able to fetch datafiles belonging to secure environments.
11+
12+
### Bug Fixes:
13+
* Fixed log messages for targeted rollouts evaluation. ([#268](https://github.com/optimizely/python-sdk/pull/268))
14+
315
## 3.4.2
416
June 11th, 2020
517

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (3, 4, 2)
14+
version_info = (3, 5, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)