File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
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)
3
7
4
8
v4.7.0
5
9
* Form $insert_id for track and import calls (if not present) to enable server-side event deduplication.
Original file line number Diff line number Diff line change 18
18
19
19
# General information about the project.
20
20
project = u'mixpanel'
21
- copyright = u' 2020 , Mixpanel, Inc.'
21
+ copyright = u' 2021 , Mixpanel, Inc.'
22
22
author = u'Mixpanel <[email protected] >'
23
- version = release = '4.7 .0'
23
+ version = release = '4.8 .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