1# Changelog
2
3## Unreleased
4
5TDB
6
7## 0.11.10
8
9- Add deprecation notice to `README.rst`
10
11## 0.11.9
12
13- Add `TelemetryProcessor` support.
14
15## 0.11.8
16
17- Allow to specify and endpoint to upload telemetry to.
18- Add option to set telemetry context for Flask integration.
19- Add `async_` argument to `logging.enable` to use async telemetry channel.
20- Add `endpoint` argument to `logging.enable` to configure custom telemetry endpoint.
21- Fix Flask>=1.0 exception handler catching control-flow exceptions.
22- Add `level` argument to `logging.enable` to configure telemetry verbosity.
23- Add optional queue persistence to prevent telemetry loss in case of application crash.
24- Add support for using `NullSender` with `AsynchronousQueue`.
25
26## 0.11.7
27
28- Added `track_dependency`.
29- Added optional `request_id` argument to `track_request`.
30
31## 0.11.6
32
33- Fixed exception logging in Flask integration on Python 2.
34- Fixed setting attributes in channel through context
35- Added support for Cloud Role Name and Cloud Role Instance fields
36
37## 0.11.5
38
39- Fixed setting custom properties through context. [#102](https://github.com/Microsoft/ApplicationInsights-Python/pull/102)
40
41## 0.11.4
42
43- Schemas for all data types and context objects updated to the latest version.
44- Add common properties argument to WSGIApplication initialization. Those common properties will be associated with telemetry produced by WSGIApplication.
45
46## 0.11.3
47
48- Changelog started from this version.
49