v1.0.0
What's Changed
- add otel push exporter by @mellowagain in #137
- Fix a minor typo by @paultag in #138
- feat: support for 'tracing-opentelemetry:0.21' by @woshilapin in #147
- Update to syn v2 by @aumetra in #145
- add better error message when using
async-trait
by @mellowagain in #149 - update changelog for #149 by @mellowagain in #150
- Add changelog message for PR #147 by @hatchan in #148
- add missing feature flag to opentelemetry_otlp for otel-push-exporter-http by @mellowagain in #151
- [autometrics 1.0 compliance] add repo url and provider by @mellowagain in #152
- [autometrics 1.0 compliance] add
autometrics.version
tobuild_info
by @mellowagain in #154 - [autometrics 1.0 compliance] allow setting repo url and provider at runtime by @mellowagain in #156
- update opentelemetry to 0.21 without backwards compatibility by @mellowagain in #159
- add full support for
async-trait
by @mellowagain in #161 - fix
#[async_trait]
attribute not being correctly detected when its re-exported from another crate by @mellowagain in #164 - bump version to v1.0.0 by @mellowagain in #165
New Contributors
- @paultag made their first contribution in #138
- @woshilapin made their first contribution in #147
- @hatchan made their first contribution in #148
Full Changelog: v0.6.0...v1.0.0