Skip to content

Releases: mixpanel/mixpanel-go

v1.2.1

11 Jan 16:59
78376f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Jul 16:05
989f5f1
Compare
Choose a tag to compare

What's Changed

  • Import can now be used with just token now
  • Debugging request use httputil.DumpRequest now
  • remove extra fmt.Println :(

Full Changelog: v1.1.1...v1.2.0

V1.1.1

13 Jun 16:30
c5c4ccc
Compare
Choose a tag to compare

Updated Version

V1.1.0

13 Jun 16:26
649bbab
Compare
Choose a tag to compare

What's Changed

Can now Set/Disable Geo Lookup on PeopleSet and PeopleSetOnce

*NOTE: This is a breaking change since we do not geo lookup IP by default

example:

// use this ip
person.SetIp(net.ParseIP("IP"))
// for using request ip
person.SetIp(nil, mixpanel.UseRequestIp())

Address to fix issue: #52

New Contributors

Full Changelog: v1.0.0...v1.1.0

Init Release

30 May 19:01
c980194
Compare
Choose a tag to compare
v1.0.0

Update README.md

Pre Official Release v3

30 May 16:52
98f683e
Compare
Choose a tag to compare
Pre-release
renaming (#46)

* renaming

* rename to client

Pre Official Release v2

26 May 21:06
f2e68e9
Compare
Choose a tag to compare
Pre-release
v0.1.1

Update mixpanel.go (#43)

Pre Official Release

26 May 00:57
ed5cb31
Compare
Choose a tag to compare
Pre Official Release Pre-release
Pre-release

v0.1.0

Init Release v4

25 May 01:07
b62e313
Compare
Choose a tag to compare
Init Release v4 Pre-release
Pre-release
v0.0.4

people (#34)

Init Release v3

09 May 20:49
42aed00
Compare
Choose a tag to compare
Init Release v3 Pre-release
Pre-release
v0.0.3

don't panic (#19)