Skip to content

Commit e658608

Browse files
author
David Grant
committed
Changes & doc version.,
1 parent 728769c commit e658608

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
v4.6.0
29
* Add `$merge` support.
310
* Support for overriding API host for, say, making calls to EU APIs.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = u'mixpanel'
2121
copyright = u' 2020, Mixpanel, Inc.'
2222
author = u'Mixpanel <dev@mixpanel.com>'
23-
version = release = '4.6.0'
23+
version = release = '4.7.0'
2424
exclude_patterns = ['_build']
2525
pygments_style = 'sphinx'
2626

0 commit comments

Comments
 (0)