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
+
1
8
v4.6.0
2
9
* Add `$merge` support.
3
10
* Support for overriding API host for, say, making calls to EU APIs.
Original file line number Diff line number Diff line change 20
20
project = u'mixpanel'
21
21
copyright = u' 2020, Mixpanel, Inc.'
22
22
author = u'Mixpanel <dev@mixpanel.com>'
23
- version = release = '4.6 .0'
23
+ version = release = '4.7 .0'
24
24
exclude_patterns = ['_build' ]
25
25
pygments_style = 'sphinx'
26
26
You can’t perform that action at this time.
0 commit comments