Skip to content

Releases: goadesign/clue

v1.0.4

28 May 21:55
58de763
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 Jan 20:11
470c1e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Jan 22:43
605ad53
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #351
  • Add OTLP exporter constructors for convenience by @raphael in #353

Full Changelog: v1.0.0...v1.0.2

v1.0.0

08 Jan 00:43
fcfcc9c
Compare
Choose a tag to compare

v1.0!

This release introduces Clue v1.0.0. This new major version upgrades Clue to the latest OpenTelemetry functionality.
In particular it unifies metrics and trace instrumentations into a new package clue which replaces the previous metrics and trace packages.

v1.0.0 performs significantly better than v0.x mainly due to the switch to gRPC stats handler. Its API is also cleaner and more flexible.
Enjoy!

See the README for details on how to upgrade from v0.x.

What's Changed

New Contributors

Full Changelog: v0.20.0...v1.0.0

v0.20.0

16 Nov 00:46
b03bb8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

03 Nov 22:13
ec0eecf
Compare
Choose a tag to compare

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

v0.18.2

29 Aug 16:38
4d1dc69
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 by @dependabot in #261
  • build(deps): bump goa.design/goa/v3 from 3.12.1 to 3.12.3 by @dependabot in #262
  • build(deps): bump golang.org/x/tools from 0.11.0 to 0.11.1 by @dependabot in #268
  • build(deps): bump github.com/aws/smithy-go from 1.13.5 to 1.14.0 by @dependabot in #269
  • build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot in #267
  • Make test code clearer by @raphael in #270
  • Further clarify example test by @raphael in #271
  • build(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 by @dependabot in #273
  • build(deps): bump github.com/aws/smithy-go from 1.14.0 to 1.14.1 by @dependabot in #272
  • build(deps): bump goa.design/goa/v3 from 3.12.3 to 3.12.4 by @dependabot in #274
  • build(deps): bump github.com/aws/smithy-go from 1.14.1 to 1.14.2 by @dependabot in #275
  • build(deps): bump goa.design/model from 1.8.0 to 1.8.1 by @dependabot in #276
  • Support embedded interfaces in cmg by @douglaswth in #277

Full Changelog: v0.18.1...v0.18.2

v0.18.1

21 Jul 23:34
b014793
Compare
Choose a tag to compare

What's Changed

  • Use testify assert in log tests by @raphael in #241
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #240
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.41.0 to 0.41.1 by @dependabot in #239
  • build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 by @dependabot in #252
  • build(deps): bump golang.org/x/term from 0.8.0 to 0.9.0 by @dependabot in #249
  • build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #248
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.15.1 to 1.16.0 by @dependabot in #247
  • build(deps): bump golang.org/x/tools from 0.9.3 to 0.10.0 by @dependabot in #250
  • build(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #253
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #254
  • build(deps): bump golang.org/x/tools from 0.10.0 to 0.11.0 by @dependabot in #257
  • build(deps): bump goa.design/goa/v3 from 3.11.3 to 3.12.1 by @dependabot in #256
  • build(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.2 by @dependabot in #258
  • Fix Clue Mock Gen package name conflict by @douglaswth in #259

Full Changelog: v0.18.0...v0.18.1

v0.18.0

23 May 02:13
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.15.0 to 1.15.1 by @dependabot in #228
  • build(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 by @dependabot in #230
  • build(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 by @dependabot in #231
  • build(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #233
  • build(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.4.0 by @dependabot in #236
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.41.0 to 0.41.1 by @dependabot in #234
  • build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #235
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.15.0 to 1.15.1 by @dependabot in #237
  • Make error the first key logged by @raphael in #238

Full Changelog: v0.17.1...v0.18.0

v0.17.1

04 May 02:07
f4fd9e7
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.12.0 to 1.13.0 by @dependabot in #200
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #201
  • build(deps): bump goa.design/goa/v3 from 3.11.0 to 3.11.1 by @dependabot in #202
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.13.0 to 1.14.0 by @dependabot in #203
  • build(deps): bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 by @dependabot in #205
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.39.0 to 0.40.0 by @dependabot in #207
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.13.0 to 1.14.0 by @dependabot in #206
  • build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 by @dependabot in #204
  • build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 by @dependabot in #211
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.39.0 to 0.40.0 by @dependabot in #210
  • build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 by @dependabot in #209
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.13.0 to 1.14.0 by @dependabot in #208
  • build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #212
  • build(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 by @dependabot in #216
  • build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 1.3.0 to 1.4.0 by @dependabot in #215
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #213
  • build(deps): bump goa.design/goa/v3 from 3.11.1 to 3.11.3 by @dependabot in #214
  • build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in #217
  • build(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in #218
  • build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #220
  • Use application/json for Content-Type header in health handler by @douglaswth in #221
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.14.0 to 1.15.0 by @dependabot in #225
  • Fix mock generation of function pointer signature parameters by @douglaswth in #227

Full Changelog: v0.17.0...v0.17.1