Skip to content

Commit 7cac4a7

Browse files
author
David Grant
committed
4.8.0 version notes.
1 parent 2c17d99 commit 7cac4a7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
v4.8.0
2-
* Add optional verify_cert param to Consumer.__init__ for those having trouble with server cert validation.
2+
* Add api_secret parameter to import_data and merge methods. API secret is the
3+
new preferred auth mechanism; the old API Key still works but is no longer
4+
accessible in the Mixpanel settings UI. (ref: issues #85, #88)
5+
* Add optional verify_cert param to Consumer.__init__ for those having trouble
6+
with server cert validation. (ref: issue #86)
37

48
v4.7.0
59
* Form $insert_id for track and import calls (if not present) to enable server-side event deduplication.

docs/.DS_Store

8 KB
Binary file not shown.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# General information about the project.
2020
project = u'mixpanel'
21-
copyright = u' 2020, Mixpanel, Inc.'
21+
copyright = u' 2021, Mixpanel, Inc.'
2222
author = u'Mixpanel <[email protected]>'
23-
version = release = '4.7.0'
23+
version = release = '4.8.0'
2424
exclude_patterns = ['_build']
2525
pygments_style = 'sphinx'
2626

0 commit comments

Comments
 (0)