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