Skip to content

Releases: einride/cloudrunner-go

v0.80.0

20 Nov 13:25
Compare
Choose a tag to compare

0.80.0 (2024-11-20)

Feature

v0.79.3

31 Oct 13:48
Compare
Choose a tag to compare

0.79.3 (2024-10-31)

Bug Fixes

  • cloudtrace: re-add trace logger fields for zap (d359901)

Chores

  • deps: bump the all group with 3 updates (a3f2e6c)
  • deps: bump go.einride.tech/sage from 0.323.0 to 0.327.1 in /.sage (45531e9)

v0.79.2

22 Oct 09:55
Compare
Choose a tag to compare

0.79.2 (2024-10-22)

Bug Fixes

  • cloudotel: always install text map propagator (4c57ab0)

Chores

  • clouderror: clarify GoDoc for error wrapping (d2f1f6d)

v0.79.1

21 Oct 14:14
Compare
Choose a tag to compare

0.79.1 (2024-10-21)

Bug Fixes

  • cloudslog: don't over-redact fields (b7449a7)

v0.79.0

21 Oct 10:53
Compare
Choose a tag to compare

0.79.0 (2024-10-21)

Breaking Changes

  • cloudrequestlog: migrate AdditionalFields.AppendTo to slog (9dfb23e)

BREAKING CHANGE: Migrated from zap.Field to slog.Attr.

v0.78.0

21 Oct 10:34
Compare
Choose a tag to compare

0.78.0 (2024-10-21)

Breaking Changes

  • cloudrequestlog: migrate CodeToLevel to slog (d834237)

BREAKING CHANGE: The API now returns a slog.Level instead of
zapcore.Level.

Chores

  • deps: bump the all group across 1 directory with 20 updates (54b509a)

v0.77.2

18 Oct 12:32
Compare
Choose a tag to compare

0.77.2 (2024-10-18)

Bug Fixes

Chores

  • deps: bump go.einride.tech/sage from 0.314.0 to 0.323.0 in /.sage (8712673)

v0.77.1

16 Oct 09:53
Compare
Choose a tag to compare

0.77.1 (2024-10-16)

Bug Fixes

  • add missing request logger migration (dcdb658)

v0.77.0

16 Oct 05:16
Compare
Choose a tag to compare

0.77.0 (2024-10-16)

Feature

  • migrate cloudrunner internals to slog (0aeada6)

v0.76.0

08 Oct 07:48
Compare
Choose a tag to compare

0.76.0 (2024-10-08)

Feature

  • cloudrequestlog: use slog.Level for config values (c02e66b)
  • cloudrequestlog: migrate HTTP requests to slog (c471688)