Skip to content

Releases: rudderlabs/analytics-go

v4.2.3

08 Jan 10:37
v4.2.3
a6d223a

Choose a tag to compare

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

23 Sep 07:51
v4.2.2
fa84ac9

Choose a tag to compare

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

Full Changelog: v4.2.1...v4.2.2

v4.2.1

19 Aug 10:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

15 Jun 14:32
5dd0f2f

Choose a tag to compare

What's Changed

  • added originalTimestamp and sentAt to all event models in #22
  • userId getting set as anonymousId if it is blank in #23

v4.1.0

17 Jan 09:39
b0c07c7

Choose a tag to compare

Deprecated

  • Gzip in Config is deprecated; use DisableGzip to disable/enable gzip

v4.0.0

05 Jan 06:04
54f4666

Choose a tag to compare

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. Use Config 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. Use DataPlaneUrl in Config.

Bug Fixes

  • unit test cases.

Release v3.3.3

18 Aug 17:25
8214be7

Choose a tag to compare

What's Changed

  • [Feature] Added back off if DATA_PLANE URL returns 451

Release v3.3.2

17 Dec 16:37
d4eb956

Choose a tag to compare

The release contains the following updates:

  • Configuration options MaxMessageBytes and MaxBatchBytes were added. These options default to ~32 KB and ~500 KB respectively.

Release v3.3.1

25 Feb 12:55
84a2620

Choose a tag to compare

RudderStack GO SDK with support for event ordering guarantee on multi-node setup