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

Commit 02ed034

Browse files
authored
Post v0.11.2 release (#1224)
1 parent 927b750 commit 02ed034

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

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.11.2
6+
Released 2023-09-18
7+
8+
- Updated `azure`, `fastapi`,`flask` modules
9+
510
# 0.11.1
611
Released 2023-01-18
712

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.1.10
6+
7+
Released 2023-01-18
8+
59
- Fix export of exception information in traces
610
([#1187](https://github.com/census-instrumentation/opencensus-python/pull/1187))
711
- Modify metrics exporter to include setting export interval to 60s
812
([#1193](https://github.com/census-instrumentation/opencensus-python/pull/1193))
913
- Add str fallback to envelope serialization
1014
([#1196](https://github.com/census-instrumentation/opencensus-python/pull/1196))
1115

16+
## 1.1.9
17+
18+
Released 2023-03-10
19+
20+
- Fix export of exception information in traces
21+
([#1187](https://github.com/census-instrumentation/opencensus-python/pull/1187))
22+
- Modify metrics exporter to include setting export interval to 60s
23+
([#1193](https://github.com/census-instrumentation/opencensus-python/pull/1193))
24+
1225
## 1.1.8
1326

1427
Released 2023-01-18

contrib/opencensus-ext-fastapi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44

55
## 0.1.0
66

7+
Released 2023-03-10
8+
79
- Initial version
10+
([#1124](https://github.com/census-instrumentation/opencensus-python/pull/1124))

contrib/opencensus-ext-flask/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.8.2
6+
Released 2023-03-10
7+
58
- Add exception information to span attributes
69
([#1188](https://github.com/census-instrumentation/opencensus-python/pull/1188))
710

0 commit comments

Comments
 (0)