Skip to content

Commit 5420c7c

Browse files
chore: Prepare for 3.10.0 Release (#359)
Summary ------- - Prepare for 3.10.0 Release
1 parent 92174e0 commit 5420c7c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Optimizely Python SDK Changelog
22

3+
## 3.10.0
4+
September 16th, 2021
5+
6+
### New Features
7+
* Added new public properties to OptimizelyConfig.
8+
- sdk_key and environment_key [#338] (https://github.com/optimizely/python-sdk/pull/338)
9+
- attributes and events [#339] (https://github.com/optimizely/python-sdk/pull/339)
10+
- experiment_rules, delivery_rules, audiences and audiences in OptimizelyExperiment
11+
- [#342] (https://github.com/optimizely/python-sdk/pull/342)
12+
- [#351] (https://github.com/optimizely/python-sdk/pull/351/files)
13+
* For details please refer to our documentation page:
14+
- Python-sdk: [https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-python]
15+
16+
* OptimizelyFeature.experiments_map of OptimizelyConfig is now deprecated. Please use OptimizelyFeature.experiment_rules and OptimizelyFeature.delivery_rules. [#360] (https://github.com/optimizely/python-sdk/pull/360)
17+
18+
### Bug Fixes
19+
* Fix event processor negative timeout interval when retrieving events from queue. [#356] (https://github.com/optimizely/python-sdk/pull/356)
20+
321
## 3.9.1
422
July 14th, 2021
523

Diff for: optimizely/version.py

+1-1
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, 9, 1)
14+
version_info = (3, 10, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)