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

Commit 03e115b

Browse files
authored
changelogs (#996)
1 parent f6c9bd4 commit 03e115b

File tree

9 files changed

+39
-6
lines changed

9 files changed

+39
-6
lines changed

context/opencensus-context/CHANGELOG.md

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

33
## Unreleased
44

5-
## opencensus-ext-context 0.1.2
6-
75
## 0.1.2
86
Released 2020-06-29
97

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.0.6
6+
Released 2021-01-14
7+
8+
- Disable heartbeat metrics in exporters
9+
([#984](https://github.com/census-instrumentation/opencensus-python/pull/984))
10+
- Loosen instrumentation key validation to GUID
11+
([#984](https://github.com/census-instrumentation/opencensus-python/pull/984))
12+
13+
## 1.0.5
14+
Released 2020-10-13
15+
516
- Attach rate metrics via Heartbeat for Web and Function apps
617
([#930](https://github.com/census-instrumentation/opencensus-python/pull/930))
718
- Attach rate metrics for VM
@@ -12,10 +23,6 @@
1223
([#946](https://github.com/census-instrumentation/opencensus-python/pull/946))
1324
- Added queue capacity configuration for exporters
1425
([#949](https://github.com/census-instrumentation/opencensus-python/pull/949))
15-
- Disable heartbeat metrics in exporters
16-
([#984](https://github.com/census-instrumentation/opencensus-python/pull/984))
17-
- Loosen instrumentation key validation to GUID
18-
([#984](https://github.com/census-instrumentation/opencensus-python/pull/984))
1926

2027
## 1.0.4
2128
Released 2020-06-29

contrib/opencensus-ext-datadog/CHANGELOG.md

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

3+
## Unreleased
4+
35
## 0.1.0
46
Released 2019-11-26
57

contrib/opencensus-ext-django/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.3
6+
Released 2021-01-14
7+
58
- Change blacklist to excludelist
69
([#977](https://github.com/census-instrumentation/opencensus-python/pull/977))
710

contrib/opencensus-ext-flask/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.4
6+
Released 2021-01-14
7+
58
- Change blacklist to excludelist
69
([#977](https://github.com/census-instrumentation/opencensus-python/pull/977))
710

@@ -16,6 +19,8 @@ Released 2019-08-26
1619

1720
- Updated `http.status_code` attribute to be an int.
1821
([#755](https://github.com/census-instrumentation/opencensus-python/pull/755))
22+
- Fixes value for `http.route` in Flask middleware
23+
([#759](https://github.com/census-instrumentation/opencensus-python/pull/759))
1924

2025
## 0.7.1
2126
Released 2019-08-05

contrib/opencensus-ext-grpc/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.2
6+
Released 2021-01-14
7+
58
- Extract byte size from proto-plus messages
69
([#976](https://github.com/census-instrumentation/opencensus-python/pull/976))
710

contrib/opencensus-ext-httplib/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.4
6+
Released 2021-01-14
7+
8+
- Change blacklist to excludelist
9+
([#977](https://github.com/census-instrumentation/opencensus-python/pull/977))
10+
511
## 0.7.3
612
Released 2020-02-03
713

contrib/opencensus-ext-pyramid/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.4
6+
Released 2021-01-14
7+
58
- Change blacklist to excludelist
69
([#977](https://github.com/census-instrumentation/opencensus-python/pull/977))
710

contrib/opencensus-ext-requests/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.4
6+
Released 2021-01-14
7+
8+
- Change blacklist to excludelist
9+
([#977](https://github.com/census-instrumentation/opencensus-python/pull/977))
10+
511
## 0.7.3
612
Released 2020-02-03
713

0 commit comments

Comments
 (0)