Releases: goadesign/clue
Releases · goadesign/clue
v1.0.7
v1.0.6
What's Changed
- Upgrade to latest dependencies by @raphael in #438
- Fix OTel schema by updating out of date module by @douglaswth in #440
Full Changelog: v1.0.4...v1.0.6
v1.0.4
What's Changed
- Add Goa middleware example by @raphael in #401
- chore: fix linter issues by @raphael in #403
- Allow passing in an OTel resource as an option to clue.NewConfig by @douglaswth in #402
- Update dependencies by @raphael in #426
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Allow Wildcards for Include/Exclude Tester filtering by @jasondborneman in #355
- Update header comments to match latest package functions by @raphael in #356
tester
Service bug fixes (mostly around panicked test handling) by @jasondborneman in #359- Simplify TestName determination when running tests (no need for Closure) by @jasondborneman in #360
- Update semconv package by @raphael in #365
Full Changelog: v1.0.2...v1.0.3
v1.0.2
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
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
- Use GRPC stat.handler for tracing in gRPC by @raphael in #349
- Add example
tester
service to show API Integration Testing of a Goa System by @jasondborneman in #331 - V1.0.0 by @raphael in #350
New Contributors
- @jasondborneman made their first contribution in #331
Full Changelog: v0.20.0...v1.0.0
v0.20.0
v0.19.0
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
- @neha-viswanathan made their first contribution in #296
Full Changelog: v0.18.2...v0.19.0
v0.18.2
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
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