Releases: segmentio/analytics-go
v3.3.0
GroupId was added to context so the track events can related to both a user and distinct id and group.
Note: When updating to this version, verify the groupId is not being found using the Extra map. The new groupId field will now take precedence.
Full Changelog: v3.2.1...v3.3.0
Fix vendor packages
analytics-go was failing to install correctly using vendored packages due to its use of git submodules. We've replaced the git submodules with proper Golang vendoring to fix this issue. In addition, we've updated some internal tooling for the library itself, namely our circle builds and adding a test CLI.
v3.0.0
v3 is a rewrite of our v2 version of the Go Library. We recommend using v3 as it supports many new features, has significant design improvements and is better tested.
Documentation on migrating from v2 to v3 is available at https://segment.com/docs/sources/server/go/#migrating-from-v2.
This release is the same as https://github.com/segmentio/analytics-go/releases/tag/3.0.0, but has the v
prefix to work with Go modules. See #134.
3.0.0
v3 is a rewrite of our v2 version of the Go Library. We recommend using v3 as it supports many new features, has significant design improvements and is better tested.
Documentation on migrating from v2 to v3 is available at https://segment.com/docs/sources/server/go/#migrating-from-v2.
2.1.1
Version 2.1.1