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
+
1
7
## 1.0.0
2
8
- Introduced support for Full Stack projects in Optimizely X. No breaking changes from previous version.
3
9
- 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
2
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
3
# you may not use this file except in compliance with the License.
4
4
# You may obtain a copy of the License at
11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- version_info = (1 , 0 , 0 )
14
+ version_info = (1 , 1 , 0 )
15
15
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments