Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 86689fe

Browse files
authored
SD exporter and set_status release (#750)
1 parent 7f70b65 commit 86689fe

File tree

9 files changed

+44
-11
lines changed

9 files changed

+44
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.1
6+
Released 2019-08-05
7+
48
- Added `set_status` to `span`
59
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))
10+
- Update released stackdriver exporter version
611

712
## 0.7.0
813
Released 2019-07-31

contrib/opencensus-ext-django/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
## 0.7.0
66
Released 2019-07-31
77

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

1112
## 0.3.2
1213
Released 2019-07-26

contrib/opencensus-ext-flask/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## Unreleased
44

5+
## 0.7.1
6+
Released 2019-08-05
7+
8+
- Update for core library changes
9+
510
## 0.7.0
611
Released 2019-07-31
712

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

1218
## 0.3.0
1319
Released 2019-04-24

contrib/opencensus-ext-grpc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.7.1
6+
Released 2019-08-05
7+
8+
- Update for core library changes
9+
510
## 0.3.0
611
Released 2019-05-31
712

contrib/opencensus-ext-jaeger/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.7.1
6+
Released 2019-08-05
7+
8+
- Update for core library changes
9+
510
## 0.2.2
611
Released 2019-05-31
712

contrib/opencensus-ext-ocagent/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
## Unreleased
44

5+
## 0.7.1
6+
Released 2019-08-05
7+
8+
- Update for core library changes
9+
510
## 0.4.0
611
Released 2019-05-31
712

8-
- Remove well_known_types.Error and well_known_types.ParseError.
9-
Note this could be a breaking change if you depend on an older
10-
version of protobuf and use ParseError.
13+
- Remove well_known_types.Error and well_known_types.ParseError. Note this
14+
could be a breaking change if you depend on an older version of protobuf and
15+
use ParseError.
1116

1217
## 0.3.0
1318
Released 2019-04-24

contrib/opencensus-ext-ocagent/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.5.dev0'
15+
__version__ = '0.8.dev0'

contrib/opencensus-ext-pymongo/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

33
## Unreleased
4-
- 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
5-
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))
4+
5+
## 0.7.1
6+
Released 2019-08-05
7+
8+
- Changed attributes names to make it compatible with
9+
[OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md),
10+
maintaining OpenCensus specs fidelity
11+
([#738](https://github.com/census-instrumentation/opencensus-python/pull/738))
612

713
## 0.1.3
814
Released 2019-05-31

contrib/opencensus-ext-stackdriver/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
## 0.5.0
5+
## 0.7.1
66
Released 2019-08-05
77

88
- Support exporter changes in `opencensus>=0.7.0`

0 commit comments

Comments
 (0)