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