Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mixpanel/mixpanel-go

v2.0.0-beta.2

27 Feb 19:27
8f00da1

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Fix major version semantic versioning by @efahk in #77

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v2.0.0-beta.1

06 Feb 00:49
f85a98d

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • Implement feature flags providers by @efahk in #75

New Contributors

  • @efahk made their first contribution in #75

Full Changelog: v1.2.1...v2.0.0-beta.1

v1.2.1

11 Jan 16:59
78376f0

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

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

Choose a tag to compare

Updated Version

V1.1.0

13 Jun 16:26
649bbab

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

Choose a tag to compare

v1.0.0

Update README.md

Pre Official Release v3

30 May 16:52
98f683e

Choose a tag to compare

Pre-release
renaming (#46)

* renaming

* rename to client

Pre Official Release v2

26 May 21:06
f2e68e9

Choose a tag to compare

Pre-release
v0.1.1

Update mixpanel.go (#43)

Pre Official Release

26 May 00:57
ed5cb31

Choose a tag to compare

Pre Official Release Pre-release
Pre-release

v0.1.0