Releases: rudderlabs/analytics-go
Releases · rudderlabs/analytics-go
v4.2.3
What's Changed
- chore: apply security best practices from step security by @stepsecurity-app[bot] in #43
- chore: bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #46
- chore: bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #45
- fix: use All instead of all for integrations by @MattiasMTS in #50
- chore: bump step-security/harden-runner from 2.13.1 to 2.14.0 by @dependabot[bot] in #49
- chore: bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #48
- chore: update workflow matrix to test multiple go version by @saikumarrs in #52
- fix: add hard limits for MaxMessageBytes and MaxBatchBytes by @vgupta98 in #51
- chore: release v4.2.3 by @saikumarrs in #53
New Contributors
- @stepsecurity-app[bot] made their first contribution in #43
- @MattiasMTS made their first contribution in #50
- @vgupta98 made their first contribution in #51
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- chore: upgrade min go version and test multiple versions by @saikumarrs in #35
- chore: bump the go-deps group with 5 updates by @dependabot[bot] in #36
- chore: bump slackapi/slack-github-action from 2.1.0 to 2.1.1 by @dependabot[bot] in #37
- chore: bump actions/checkout from 4 to 5 by @dependabot[bot] in #38
- chore: bump actions/setup-go from 5 to 6 by @dependabot[bot] in #39
- refactor: drop dependency on github.com/tidwall/gjson by @awly in #40
- chore: release v4.2.2 by @saikumarrs in #41
New Contributors
- @saikumarrs made their first contribution in #35
- @dependabot[bot] made their first contribution in #36
- @awly made their first contribution in #40
Full Changelog: v4.2.1...v4.2.2
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
GzipinConfigis deprecated; useDisableGzipto 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. UseConfigobject.
Features
- added module path support.
- added channel=server in every event object.
- added context.library object in every event object.
Deprecated
Endpointis deprecated. UseDataPlaneUrlinConfig.
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
MaxMessageBytesandMaxBatchByteswere 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