22
33## Unreleased
44
5+ ## 1.1.7
6+
7+ Released 2022-08-18
8+
59- Add storage existence checks to storing and transmitting in exporter
610([ #1150 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1150 ) )
711- Add 502 and 504 status codes as retriable
1014([ #1155 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1155 ) )
1115
1216## 1.1.6
17+
1318Released 2022-08-03
1419
1520- Add statusCode and exceptionType to network statsbeat
1621([ #1138 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1138 ) )
1722
1823## 1.1.5
24+
1925Released 2022-07-05
2026
2127- Allow specifying metrics (custom_measurements) for Azure custom events
@@ -28,6 +34,7 @@ Released 2022-07-05
2834([ #1134 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1134 ) )
2935
3036## 1.1.4
37+
3138Released 2022-04-20
3239
3340- Statsbeat bug fixes - status codes
@@ -38,12 +45,14 @@ Released 2022-04-20
3845([ #1118 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1118 ) )
3946
4047## 1.1.3
48+
4149Released 2022-03-03
4250
4351- Hotfix for version number
4452([ #1108 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1108 ) )
4553
4654## 1.1.2
55+
4756Released 2022-03-03
4857
4958- Statsbeat bug fixes, shorten host in network stats
@@ -52,6 +61,7 @@ Released 2022-03-03
5261([ #1105 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1105 ) )
5362
5463## 1.1.1
64+
5565Released 2022-01-19
5666
5767- Fix statsbeats metric names
@@ -60,6 +70,7 @@ Released 2022-01-19
6070([ #1093 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1093 ) )
6171
6272## 1.1.0
73+
6374Released 2021-10-05
6475
6576- Enable AAD authorization via TokenCredential
@@ -76,6 +87,7 @@ Released 2021-10-05
7687([ #1078 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1078 ) )
7788
7889## 1.0.8
90+
7991Released 2021-05-13
8092
8193- Fix ` logger.exception ` with no exception info throwing error
@@ -84,12 +96,14 @@ Released 2021-05-13
8496([ #1016 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1016 ) )
8597
8698## 1.0.7
99+
87100Released 2021-01-25
88101
89102- Hotfix
90103([ #1004 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1004 ) )
91104
92105## 1.0.6
106+
93107Released 2021-01-14
94108
95109- Disable heartbeat metrics in exporters
@@ -98,6 +112,7 @@ Released 2021-01-14
98112 ([ #986 ] ( https://github.com/census-instrumentation/opencensus-python/pull/986 ) )
99113
100114## 1.0.5
115+
101116Released 2020-10-13
102117
103118- Attach rate metrics via Heartbeat for Web and Function apps
@@ -112,6 +127,7 @@ Released 2020-10-13
112127 ([ #949 ] ( https://github.com/census-instrumentation/opencensus-python/pull/949 ) )
113128
114129## 1.0.4
130+
115131Released 2020-06-29
116132
117133- Remove dependency rate from standard metrics
@@ -120,6 +136,7 @@ Released 2020-06-29
120136 ([ #925 ] ( https://github.com/census-instrumentation/opencensus-python/pull/925 ) )
121137
122138## 1.0.3
139+
123140Released 2020-06-17
124141
125142- Change default path of local storage
@@ -128,6 +145,7 @@ Released 2020-06-17
128145 ([ #902 ] ( https://github.com/census-instrumentation/opencensus-python/pull/902 ) )
129146
130147## 1.0.2
148+
131149Released 2020-02-04
132150
133151- Add local storage and retry logic for Azure Metrics Exporter
@@ -138,6 +156,7 @@ Released 2020-02-04
138156 ([ #851 ] ( https://github.com/census-instrumentation/opencensus-python/pull/851 ) )
139157
140158## 1.0.1
159+
141160Released 2019-11-26
142161
143162- Validate instrumentation key in Azure Exporters
@@ -146,6 +165,7 @@ Released 2019-11-26
146165 ([ #822 ] ( https://github.com/census-instrumentation/opencensus-python/pull/822 ) )
147166
148167## 1.0.0
168+
149169Released 2019-09-30
150170
151171- Standard Metrics - Incoming requests execution time
@@ -154,12 +174,14 @@ Released 2019-09-30
154174 ([ #767 ] ( https://github.com/census-instrumentation/opencensus-python/pull/767 ) )
155175
156176## 0.7.1
177+
157178Released 2019-08-26
158179
159180- Standard metrics incoming requests per second
160181 ([ #758 ] ( https://github.com/census-instrumentation/opencensus-python/pull/758 ) )
161182
162183## 0.7.0
184+
163185Released 2019-07-31
164186
165187- Added standard metrics
@@ -172,18 +194,21 @@ Released 2019-07-31
172194 ([ #735 ] ( https://github.com/census-instrumentation/opencensus-python/pull/735 ) )
173195
174196## 0.3.1
197+
175198Released 2019-06-30
176199
177200- Added metrics exporter
178201 ([ #678 ] ( https://github.com/census-instrumentation/opencensus-python/pull/678 ) )
179202
180203## 0.2.1
204+
181205Released 2019-06-13
182206
183207- Support span attributes
184208 ([ #682 ] ( https://github.com/census-instrumentation/opencensus-python/pull/682 ) )
185209
186210## 0.2.0
211+
187212Released 2019-05-31
188213
189214- Added log exporter
@@ -195,6 +220,7 @@ Released 2019-05-31
195220 ([ #632 ] ( https://github.com/census-instrumentation/opencensus-python/pull/632 ) )
196221
197222## 0.1.0
223+
198224Released 2019-04-24
199225
200226- Initial release
0 commit comments