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
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
# Optimizely Python SDK Changelog
2
2
3
+
## 3.9.1
4
+
July 14th, 2021
5
+
6
+
### Bug Fixes:
7
+
* Fixed issue with serving incorrect variation in projects containing multiple flags with duplicate keys. [#347] (https://github.com/optimizely/python-sdk/pull/347)
8
+
* Fixed issue with serving incorrect variation in create_impression_event in user_event_factory.py. [#350] (https://github.com/optimizely/python-sdk/pull/350)
9
+
3
10
## 3.9.0
4
11
June 1st, 2021
5
12
6
13
### New Features
7
14
* Added support for multiple concurrent prioritized experiments per flag. [#322](https://github.com/optimizely/python-sdk/pull/322)
0 commit comments