This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Releases: census-instrumentation/opencensus-java
Releases · census-instrumentation/opencensus-java
Release 0.31.1
What's Changed
- [v0.31.x] Fix retry stat measures to match those in grpc-java exactly (#2097) by @mackenziestarr in #2102
Full Changelog: v0.31.0...v0.31.1
Release 0.31.0
- fix: Shutdown Stackdriver MetricServiceClient properly by @janhicken in #2091
- implement gRPC client retry stats measures and views by @mackenziestarr in #2084
Full Changelog: v0.29.0...v0.31.0
Release 0.30.0
- Bump log4j to 2.16.0 #2087
Full Changelog: v0.29.0...v0.30.0
Release 0.29.0
Breaking
- Update log4j dependency in log-trace correlation optional components. #2085
Release v0.28.3
Release v0.28.1
This release adds support for OpenCensus to OpenTelemetry migration:
- Add Support for Opencensus to OpenTelemetry migration (#2059)
Breaking change: ContextUtils is no longer public
Release v0.27.1
- Remove finalize from RecordEventsSpanImpl (#2043)
Release v0.27.0
v0.26.0 Release
- feat: Allow users to register the same Meter multiple times without exception (#2017)
- update gRPC (#2024): Since gRPC v1.27.0, census dependency is removed from
grpc-core
. Agrpc-census
artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features. For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration need to addgrpc-census
artifact to runtime classpath. - deps: update GSON (#2025)
- deps: update auth libraries (#2023)
- update guava (#2018)
v0.25.0 Release
- Add an experimental artifact
opencensus-contrib-observability-ready-util
, that allows users to use OpenCensus easily.