Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Releases: census-instrumentation/opencensus-java

Release 0.31.1

29 Apr 10:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.31.1

Release 0.31.0

27 Jan 02:08
3b0b339
Compare
Choose a tag to compare

Full Changelog: v0.29.0...v0.31.0

Release 0.30.0

17 Dec 03:58
Compare
Choose a tag to compare
  • Bump log4j to 2.16.0 #2087

Full Changelog: v0.29.0...v0.30.0

Release 0.29.0

15 Dec 18:45
4852502
Compare
Choose a tag to compare

Breaking

  • Update log4j dependency in log-trace correlation optional components. #2085

Release v0.28.3

15 Jan 22:04
Compare
Choose a tag to compare
  • fix: Return public access to unsafe ContextUtils api. Remove bincompat issue from 0.27.1. (#2072)
  • fix: When time rewinds, avoid throwing exceptions and crashing the disruptor thread. (#2071)

Release v0.28.1

21 Oct 08:58
Compare
Choose a tag to compare

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

24 Sep 11:10
Compare
Choose a tag to compare
  • Remove finalize from RecordEventsSpanImpl (#2043)

Release v0.27.0

14 Aug 02:34
Compare
Choose a tag to compare
  • deps: update protobuf (#2029)
  • Update release versions for all readme and build files. (#2028)
  • deps: update Guava to 29.0 (#2032)
  • Add more InstanaExporterHandler tests (#2014)
  • feat: Allow users to specify a metric display name prefix, separately from the metric name prefix (#2050)

v0.26.0 Release

18 Mar 21:43
Compare
Choose a tag to compare
  • 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. A grpc-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 add grpc-census artifact to runtime classpath.
  • deps: update GSON (#2025)
  • deps: update auth libraries (#2023)
  • update guava (#2018)

v0.25.0 Release

13 Feb 00:14
Compare
Choose a tag to compare
  • Add an experimental artifact opencensus-contrib-observability-ready-util, that allows users to use OpenCensus easily.