Skip to content

Commit 3f324c9

Browse files
Introducing support for Optimizely X Full Stack Python project (#19)
1 parent 9d623fc commit 3f324c9

20 files changed

+1485
-224
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## 0.1.3
2+
- Added support for v2 endpoint and datafile.
3+
- Updated dispatch_event to consume an Event object instead of url and params. The Event object comprises of four properties: url (string representing URL to dispatch event to), params (dict representing the params to be set for the event), http_verb (one of 'GET' or 'POST') and headers (header values to be sent along).
4+
- Fixed issue with tracking events for experiments in groups.
5+
16
## 0.1.2
2-
- Updated requirements package.
7+
- Updated requirements file.
38

49
## 0.1.1
5-
- Introduce option to skip JSON schema validation.
10+
- Introduced option to skip JSON schema validation.
611

712
## 0.1.0
813
- Beta release of the Python SDK for server-side testing.

0 commit comments

Comments
 (0)