Skip to content

Release 4.8.0

Compare
Choose a tag to compare
@seizethedave seizethedave released this 18 Dec 16:49
· 62 commits to master since this release
  • Add api_secret parameter to import_data and merge methods. API secret is the new preferred auth mechanism; the old API Key still works but is no longer accessible in the Mixpanel settings UI. (ref: issues #85, #88)
  • Add optional verify_cert param to Consumer.init for those having trouble with server cert validation. (ref: issue #86)