Skip to content

Releases: einride/cloudrunner-go

v0.36.0

05 Nov 18:20
Compare
Choose a tag to compare

0.36.0 (2022-11-05)

Feature

  • cloudtrace: export opencensus instrumented traces (07e90a5)

Bug Fixes

  • cloudtrace: read trace context from x-cloud-trace-context (75dfbda)

v0.35.1

04 Nov 15:33
Compare
Choose a tag to compare

0.35.1 (2022-11-04)

Bug Fixes

  • cloudmonitoring: upgrade open-telemetry-operations-go v0.34.1 (93a2edd)

Chores

  • bump dependencies (3496ffa)
  • deps: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace (37c407c)
  • deps: bump google.golang.org/api from 0.98.0 to 0.101.0 (ac6c998)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/runtime (8f683a0)
  • deps: bump go.opentelemetry.io/otel/sdk from 1.11.0 to 1.11.1 (c48371f)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/host (d2d9024)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (8a0c8c4)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (e7d600e)
  • deps: bump go.opentelemetry.io/otel/metric from 0.32.1 to 0.33.0 (34f824b)
  • deps: bump go.einride.tech/sage from 0.176.0 to 0.182.0 in /.sage (4632f96)

v0.35.0

25 Oct 16:46
Compare
Choose a tag to compare

0.35.0 (2022-10-25)

Breaking Changes

  • change request logs from OK status to INFO level (7293a7e)

It is often not desireable to have debug logs in production however
today it is not possible to disable debug logs without also disabling
request logs from requests with an OK status.

BREAKING CHANGE: Changed OK logs to be written at INFO level

Bug Fixes

  • add dot to go comment on Sage (e2e7bfe)
  • disable go-licenses (c8e8f1f)

Chores

  • deps: bump go.opentelemetry.io/contrib/detectors/gcp (3b1195c)

v0.34.0

14 Oct 04:37
Compare
Choose a tag to compare

0.34.0 (2022-10-14)

Feature

  • bump Sage and introduce license checking (0f781a1)

Chores

  • deps: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (7a5c7db)
  • deps: bump go.einride.tech/sage from 0.161.0 to 0.167.0 in /.sage (671f401)
  • deps: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace (506293d)
  • deps: bump google.golang.org/grpc from 1.49.0 to 1.50.0 (66a500e)
  • deps: bump gotest.tools/v3 from 3.3.0 to 3.4.0 (81b1d2d)

v0.33.0

09 Oct 09:27
Compare
Choose a tag to compare

0.33.0 (2022-10-09)

Feature

  • deps: bump dependencies (5a0d4ad)
  • cloudrequestlog: expose CodeToLevel (f2e7636)

v0.32.4

03 Oct 11:37
Compare
Choose a tag to compare

0.32.4 (2022-10-03)

Bug Fixes

  • align keepalive settings between client and server (23e52cf)

Chores

  • deps: bump google.golang.org/api from 0.97.0 to 0.98.0 (4e2c9be)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/runtime (fb0f60d)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (f541301)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/host (9a05292)
  • deps: bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (1eb0f6b)

v0.32.3

25 Sep 14:43
Compare
Choose a tag to compare

0.32.3 (2022-09-25)

Bug Fixes

  • cloudrequestlog: treat codes.Unavailable as warning (e6ed2c2)

Chores

  • deps: bump go.einride.tech/sage from 0.158.0 to 0.161.0 in /.sage (7f075a4)
  • deps: bump go.opentelemetry.io/otel/metric from 0.32.0 to 0.32.1 (9b0d8e7)
  • deps: bump google.golang.org/api from 0.96.0 to 0.97.0 (b56884b)

v0.32.2

25 Sep 14:23
Compare
Choose a tag to compare

0.32.2 (2022-09-25)

Bug Fixes

  • cloudclient: make string matching more resilient (fe65032)

v0.32.1

23 Sep 08:54
Compare
Choose a tag to compare

0.32.1 (2022-09-23)

Bug Fixes

  • cloudmonitoring: demote stop Error log to Warn on InvalidArgument (de2c039)

v0.32.0

21 Sep 13:51
Compare
Choose a tag to compare

0.32.0 (2022-09-21)

Feature

Chores

  • cloudclient: simplify control flow (0583b23)