Skip to content

Releases: rudderlabs/analytics-go

v4.2.1

19 Aug 10:34
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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