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

v0.6.0 Release

08 Sep 02:18
Compare
Choose a tag to compare

What is in this release?

Where are the tags/stats APIs?

  • The tags/stats APIs are re-designed. They will be available in the next release.

v0.5.2 Release

26 Jul 10:41
Compare
Choose a tag to compare

This release:

  • Fix implementation bug #459

Initial release of the OpenCensus Java.

07 Jul 22:51
Compare
Choose a tag to compare

What is in this release?

  • Initial trace API to record events, and export traces (opencensus-api).
  • Initial trace implementation for Java Servers (opencensus-impl) and Android (opencensus-impl-lite).
  • Testing package (opencensus-testing).

Why is the version v0.5.1?

  • This repository was moved from github.com/google/instrumentation-java and the new package used is io.opencensus.
  • v0.5.0 is marked as BAD.

Where are the tags/stats APIs?

  • The tags/stats APIs are re-designed. They will be available in the next release under the same new package io.opencensus.

BAD RELEASE

08 Jul 00:56
Compare
Choose a tag to compare

Do not use this version.

v0.3.0 Release

18 Dec 21:45
Compare
Choose a tag to compare
v0.3.0 Release Pre-release
Pre-release

This release:

  • Expands the API by
    • adding data descriptors and data representations
    • adding support for registering data views
    • adding support for accessing stats via a pull interface
  • Provides a number of bug fixes.

v0.2.0 Release

27 Sep 23:59
Compare
Choose a tag to compare
v0.2.0 Release Pre-release
Pre-release

This release:

  • Simplifies the API by factoring out thread-local operations.
  • Adds support for protobuf based encoding and decoding of CensusContext wire representation (in the implementation class).
  • Provides a number of bug fixes.

v0.1.0 Release

10 Aug 01:02
Compare
Choose a tag to compare
v0.1.0 Release Pre-release
Pre-release

Initial release of the Census Java APIs.