Releases: purview-dev/purview-telemetry-sourcegenerator
Releases · purview-dev/purview-telemetry-sourcegenerator
v1.0.4
What's Changed
- docs: fixed sample app by @kieronlanning in #22
- docs: completed docs to wiki migration by @kieronlanning in #23
- docs: fixed invalid xml comments in attributes by @kieronlanning in #24
- test: fixed tests from xml comment change by @kieronlanning in #25
- fix: fixed invalid prefix modes for instruments by @kieronlanning in #26
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- build(deps): bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #20
- build(deps): bump xunit from 2.7.1 to 2.8.0 by @dependabot in #19
- Fix generic parameters and added AutoCounterAttribute by @kieronlanning in #21
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat: used the assembly name as the default activity source name by @kieronlanning in #17
Full Changelog: v1.0.1...v1.0.2
v1.0.1
This does include a breaking change, where dependency generated method names no-longer contain the first I
from the interface name. E.g. AddICacheServiceTelemetry
is now AddCacheServiceTelemetry
.
v1.0.0
Merge pull request #10 from purview-dev/develop Develop