Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## Unreleased

## 0.7.1
Released 2019-08-05

- Added `set_status` to `span`
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))
- Update released stackdriver exporter version

## 0.7.0
Released 2019-07-31
Expand Down
5 changes: 3 additions & 2 deletions contrib/opencensus-ext-django/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
## 0.7.0
Released 2019-07-31

- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))
- Updated span attributes to include some missing attributes listed
[here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

## 0.3.2
Released 2019-07-26
Expand Down
10 changes: 8 additions & 2 deletions contrib/opencensus-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## Unreleased

## 0.7.1
Released 2019-08-05

- Update for core library changes

## 0.7.0
Released 2019-07-31

- Make ProbabilitySampler default
- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))
- Updated span attributes to include some missing attributes listed
[here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

## 0.3.0
Released 2019-04-24
Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.7.1
Released 2019-08-05

- Update for core library changes

## 0.3.0
Released 2019-05-31

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.7.1
Released 2019-08-05

- Update for core library changes

## 0.2.2
Released 2019-05-31

Expand Down
11 changes: 8 additions & 3 deletions contrib/opencensus-ext-ocagent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## Unreleased

## 0.7.1
Released 2019-08-05

- Update for core library changes

## 0.4.0
Released 2019-05-31

- Remove well_known_types.Error and well_known_types.ParseError.
Note this could be a breaking change if you depend on an older
version of protobuf and use ParseError.
- Remove well_known_types.Error and well_known_types.ParseError. Note this
could be a breaking change if you depend on an older version of protobuf and
use ParseError.

## 0.3.0
Released 2019-04-24
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-ocagent/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.5.dev0'
__version__ = '0.8.dev0'
10 changes: 8 additions & 2 deletions contrib/opencensus-ext-pymongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## Unreleased
- Changed attributes names to make it compatible with [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md), maintaining OpenCensus specs fidelity
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))

## 0.7.1
Released 2019-08-05

- Changed attributes names to make it compatible with
[OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md),
maintaining OpenCensus specs fidelity
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))

## 0.1.3
Released 2019-05-31
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 0.5.0
## 0.7.1
Released 2019-08-05

- Support exporter changes in `opencensus>=0.7.0`
Expand Down