Releases: kolonialno/troncos
Releases · kolonialno/troncos
v3.0.1
What's Changed
- Add method to inject exceptions into traces by @gbbirkisson in #51
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.2.1
What's Changed
- Rename profiling frames by @gbbirkisson in #49
- Bump version by @gbbirkisson in #50
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add request duration to access logs by @haugene in #43
- Add continuous profiling support by @gbbirkisson in #46
Full Changelog: v2.1.2...v2.2.0
v2.1.2
v2.1.1
What's Changed
- Only warn on uninitialized processors by @gbbirkisson in #41
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- ✨ feature(logging): Add proper structlog support by @kiloreven in #38
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking changes
- Removed starlette middleware in favor of more generic asgi middleware
- Decorator signatures changed to force named arguments
What's Changed
- Fix trace_method signature and make sure the types are valid by @eirsyl in #22
- Change http span names and add resource by @gbbirkisson in #26
- Add trace sampling to README by @gbbirkisson in #32
- Add grpc back by @RmStorm in #28
- Force named arguments in decorators by @gbbirkisson in #33
- Add ability to disable traces on endpoints by @gbbirkisson in #31
- Set common attributes by @gbbirkisson in #34
- Update init_tracing_basic and README by @gbbirkisson in #35
Full Changelog: v1.0.0...v2.0.0
v1.0.1
v1.0.0
Breaking changes
TracingMiddleWare
renamed toTracingMiddleware
LoggingMiddleWare
renamed toLoggingMiddleware
- Switched from shipping traces with
grpc
to usinghttp
. This means you have to change the endpoint you are shipping to.
What's Changed
New Contributors
Full Changelog: v0.0.18...v1.0.0