Releases: rudderlabs/analytics-go
Releases · rudderlabs/analytics-go
v4.2.1
What's Changed
- fix: set sentAt to send time by @rhino1998 in #27
New Contributors
- @rhino1998 made their first contribution in #27
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.0
Deprecated
Gzip
inConfig
is deprecated; useDisableGzip
to disable/enable gzip
v4.0.0
BREAKING CHANGE
- support for
Gzip
.
from v4.0.0, gzip will be turned on by default. This requires Rudder-Server version 1.4 or later. - context is no longer available at the batch root level.
- removed data plane url as a parameter of
NewWithConfig
. UseConfig
object.
Features
- added module path support.
- added channel=server in every event object.
- added context.library object in every event object.
Deprecated
Endpoint
is deprecated. UseDataPlaneUrl
inConfig
.
Bug Fixes
- unit test cases.
Release v3.3.3
What's Changed
- [Feature] Added back off if DATA_PLANE URL returns 451
Release v3.3.2
The release contains the following updates:
- Configuration options
MaxMessageBytes
andMaxBatchBytes
were added. These options default to ~32 KB and ~500 KB respectively.
Release v3.3.1
RudderStack GO SDK with support for event ordering guarantee on multi-node setup