This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +39
-6
lines changed
context/opencensus-context Expand file tree Collapse file tree 9 files changed +39
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## opencensus-ext-context 0.1.2
6-
75## 0.1.2
86Released 2020-06-29
97
Original file line number Diff line number Diff line change 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
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
2128Released 2020-06-29
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
35## 0.1.0
46Released 2019-11-26
57
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2126Released 2019-08-05
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
612Released 2020-02-03
713
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
612Released 2020-02-03
713
You can’t perform that action at this time.
0 commit comments