Skip to content

Releases: einride/cloudrunner-go

v0.57.0

03 Jan 10:59
Compare
Choose a tag to compare

0.57.0 (2024-01-03)

Feature

  • add ShutdownDelay configuration (da65246)

Chores

  • deps: bump google.golang.org/api from 0.153.0 to 0.154.0 (97ceb21)
  • deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (0ed1963)
  • deps: bump google.golang.org/grpc from 1.59.0 to 1.60.1 (ee62e84)
  • deps: bump go.einride.tech/sage from 0.259.0 to 0.260.0 in /.sage (c776d76)
  • deps: bump google.golang.org/api from 0.152.0 to 0.153.0 (b8f9842)

v0.56.0

11 Dec 16:27
Compare
Choose a tag to compare

0.56.0 (2023-12-11)

Breaking Changes

  • upgrade to latest stable otel API v1.21.0 (c26c078)

otel uses a little bit of a strange versioning schema, where the
contracts are versioned under otel/semconv/{VERSION}, but the package
can be upgraded to several versions ahead of the contract. This has
worked fine for our use-cases, but we recently ran into a problem where
we go the following error on application startup - after a dependabot
upgrade came along:

cannot merge resource due to conflicting Schema URL

This led down a rabbit hole, eventually finding out this quirk in otel
usage.

BREAKING CHANGE: This upgrades the version of the otel contract being
used. This is possibly a breaking change so care must be taken so that
other OTEL packages are upgraded to v1.21 simultaneously so there aren't
further breakages.

v0.55.0

07 Dec 18:29
Compare
Choose a tag to compare

0.55.0 (2023-12-07)

Feature

  • clouderror: treat http2.GoAwayError as Unavailable (37e60fa)

v0.54.0

07 Dec 18:10
Compare
Choose a tag to compare

0.54.0 (2023-12-07)

Feature

  • cloudrequestlog: map Unimplemented to Warning (b06fd7b)

Chores

  • deps: bump go.einride.tech/sage from 0.247.0 to 0.259.0 in /.sage (de1c732)
  • deps: bump google.golang.org/api from 0.151.0 to 0.152.0 (4d86a6f)
  • deps: bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 (dbd3265)
  • deps: bump google.golang.org/api from 0.149.0 to 0.151.0 (128fd33)
  • deps: bump golang.org/x/sync from 0.4.0 to 0.5.0 (3de84c7)

v0.53.1

22 Nov 09:09
Compare
Choose a tag to compare

0.53.1 (2023-11-22)

Bug Fixes

  • trace: update to opencensus.InstallTraceBridge() (6d460d1)
  • update opentelemetry packages (8ff38a3)

v0.53.0

16 Nov 09:00
Compare
Choose a tag to compare

0.53.0 (2023-11-16)

Feature

  • cloudserver: turn DeadlineExceeded into appropriate gRPC status (17365f7)

v0.52.2

13 Nov 11:56
3baebd7
Compare
Choose a tag to compare

0.52.2 (2023-11-13)

Bug Fixes

  • otel: bump all opentelemetry packages (3baebd7)

Chores

  • deps: bump go.einride.tech/sage from 0.244.0 to 0.247.0 in /.sage (19b2705)

v0.52.1

30 Oct 08:38
Compare
Choose a tag to compare

0.52.1 (2023-10-30)

Bug Fixes

  • update backstage component type (28dd1a4)

v0.52.0

27 Oct 09:35
cbb25c3
Compare
Choose a tag to compare

0.52.0 (2023-10-27)

Feature

  • cloudslog: bridge log/slog with cloudzap (cbb25c3)

Chores

  • deps: bump cloud.google.com/go/profiler from 0.3.1 to 0.4.0 (eece5d2)

v0.51.0

25 Oct 13:21
Compare
Choose a tag to compare

0.51.0 (2023-10-25)

Feature

  • enable collection of OpenCensus metrics (096a749)

Chores

  • deps: bump go.einride.tech/sage from 0.243.0 to 0.244.0 in /.sage (7b9acf8)