Skip to content

Commit

Permalink
Changes & doc version.,
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grant committed Sep 12, 2020
1 parent 728769c commit e658608
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v4.7.0
* Form $insert_id for track and import calls (if not present) to enable server-side event deduplication.
* Retry API calls upon connection or HTTP 5xx errors. Added new retry options to Consumer classes.
* Replaced urllib2-based HTTP calls with urllib3. This allows connection pooling as well at the aforementioned retries.
* Stop base64 encoding payloads, as Mixpanel APIs now support naked JSON.
* Bug: $time in people operations should be sent in seconds, not milliseconds.

v4.6.0
* Add `$merge` support.
* Support for overriding API host for, say, making calls to EU APIs.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = u'mixpanel'
copyright = u' 2020, Mixpanel, Inc.'
author = u'Mixpanel <[email protected]>'
version = release = '4.6.0'
version = release = '4.7.0'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down

0 comments on commit e658608

Please sign in to comment.