Skip to content

v0.19.0

Compare
Choose a tag to compare
@raphael raphael released this 03 Nov 22:13
· 89 commits to main since this release
ec0eecf

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.16.0 to 1.17.0 by @dependabot in #278
  • build(deps): bump goa.design/model from 1.8.1 to 1.9.0 by @dependabot in #280
  • Update HTTP and gRPC log middleware/interceptor by @raphael in #283
  • build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 by @dependabot in #281
  • Support non-JSON encodings by health.Handler by @tchssk in #284
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #285
  • build(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.0 by @dependabot in #286
  • build(deps): bump goa.design/goa/v3 from 3.12.4 to 3.13.0 by @dependabot in #287
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.43.0 to 0.44.0 by @dependabot in #291
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.17.0 to 1.18.0 by @dependabot in #289
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.43.0 to 0.44.0 by @dependabot in #290
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.17.0 to 1.18.0 by @dependabot in #288
  • build(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.2 by @dependabot in #293
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.17.0 to 1.18.0 by @dependabot in #295
  • build(deps): bump goa.design/goa/v3 from 3.13.0 to 3.13.1 by @dependabot in #294
  • switch to chi router in weather example by @neha-viswanathan in #296
  • build(deps): bump go.opentelemetry.io/otel from 1.18.0 to 1.19.0 by @dependabot in #297
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.18.0 to 1.19.0 by @dependabot in #298
  • build(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #300
  • build(deps): bump goa.design/goa/v3 from 3.13.1 to 3.13.2 by @dependabot in #301
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.18.0 to 1.19.0 by @dependabot in #299
  • Change godoc of metrics.RouteResolver from httptreemux to chi by @tchssk in #302
  • build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 by @dependabot in #303
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.44.0 to 0.45.0 by @dependabot in #304
  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #308
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.44.0 to 0.45.0 by @dependabot in #305
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.18.0 to 1.19.0 by @dependabot in #307
  • build(deps): bump github.com/aws/smithy-go from 1.14.2 to 1.15.0 by @dependabot in #310
  • build(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #309
  • Make example/weather a separate Go Module to enable gonew by @raphael in #312
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.42.0 to 0.44.0 in /example/weather by @dependabot in #314
  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /example/weather by @dependabot in #313
  • build(deps): bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0 by @dependabot in #311
  • build(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 by @dependabot in #315
  • Update code to work with latest Goa by @raphael in #316

New Contributors

Full Changelog: v0.18.2...v0.19.0