Releases: mixpanel/mixpanel-go
Releases · mixpanel/mixpanel-go
v1.2.1
What's Changed
- Upload dancing gopher to this repo in README by @austinpray-mixpanel in #61
- Bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 by @dependabot in #62
- Bump actions/checkout from 3 to 4 by @dependabot in #63
- feat: increase max events per /track request from 200 -> 2000 by @entombedvirus in #65
New Contributors
- @entombedvirus made their first contribution in #65
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
Updated Version
V1.1.0
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
v1.0.0 Update README.md
Pre Official Release v3
renaming (#46) * renaming * rename to client
Pre Official Release v2
v0.1.1 Update mixpanel.go (#43)
Pre Official Release
v0.1.0
Init Release v4
v0.0.4 people (#34)
Init Release v3
v0.0.3 don't panic (#19)