Skip to content

Commit

Permalink
Post v0.11.2 release (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Sep 18, 2023
1 parent 927b750 commit 02ed034
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

# 0.11.2
Released 2023-09-18

- Updated `azure`, `fastapi`,`flask` modules

# 0.11.1
Released 2023-01-18

Expand Down
13 changes: 13 additions & 0 deletions contrib/opencensus-ext-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@

## Unreleased

## 1.1.10

Released 2023-01-18

- Fix export of exception information in traces
([#1187](https://github.com/census-instrumentation/opencensus-python/pull/1187))
- Modify metrics exporter to include setting export interval to 60s
([#1193](https://github.com/census-instrumentation/opencensus-python/pull/1193))
- Add str fallback to envelope serialization
([#1196](https://github.com/census-instrumentation/opencensus-python/pull/1196))

## 1.1.9

Released 2023-03-10

- Fix export of exception information in traces
([#1187](https://github.com/census-instrumentation/opencensus-python/pull/1187))
- Modify metrics exporter to include setting export interval to 60s
([#1193](https://github.com/census-instrumentation/opencensus-python/pull/1193))

## 1.1.8

Released 2023-01-18
Expand Down
3 changes: 3 additions & 0 deletions contrib/opencensus-ext-fastapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

## 0.1.0

Released 2023-03-10

- Initial version
([#1124](https://github.com/census-instrumentation/opencensus-python/pull/1124))
3 changes: 3 additions & 0 deletions contrib/opencensus-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.8.2
Released 2023-03-10

- Add exception information to span attributes
([#1188](https://github.com/census-instrumentation/opencensus-python/pull/1188))

Expand Down

0 comments on commit 02ed034

Please sign in to comment.