File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ v4.7.0
2+ * Form $insert_id for track and import calls (if not present) to enable server-side event deduplication.
3+ * Retry API calls upon connection or HTTP 5xx errors. Added new retry options to Consumer classes.
4+ * Replaced urllib2-based HTTP calls with urllib3. This allows connection pooling as well at the aforementioned retries.
5+ * Stop base64 encoding payloads, as Mixpanel APIs now support naked JSON.
6+ * Bug: $time in people operations should be sent in seconds, not milliseconds.
7+
18v4.6.0
29* Add `$merge` support.
310* Support for overriding API host for, say, making calls to EU APIs.
Original file line number Diff line number Diff line change 2020project = u'mixpanel'
2121copyright = u' 2020, Mixpanel, Inc.'
2222author = u'Mixpanel <[email protected] >' 23- version = release = '4.6 .0'
23+ version = release = '4.7 .0'
2424exclude_patterns = ['_build' ]
2525pygments_style = 'sphinx'
2626
You can’t perform that action at this time.
0 commit comments