File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.1.0
2+ - Included datafile revision information in log events.
3+ - Added event tags to track API to allow users to pass in event metadata.
4+ - Deprecated the ` event_value ` parameter from the track method. Should use ` event_tags ` to pass in event value instead.
5+ - Updated event logging endpoint to logx.optimizely.com.
6+
17## 1.0.0
28- Introduced support for Full Stack projects in Optimizely X. No breaking changes from previous version.
39- Introduced more graceful exception handling in instantiation and core methods.
Original file line number Diff line number Diff line change 1- # Copyright 2016, Optimizely
1+ # Copyright 2016-2017 , Optimizely
22# Licensed under the Apache License, Version 2.0 (the "License");
33# you may not use this file except in compliance with the License.
44# You may obtain a copy of the License at
1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- version_info = (1 , 0 , 0 )
14+ version_info = (1 , 1 , 0 )
1515__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments