1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
|
# Release History
## 1.6.10 (2025-05-30)
### Features Added
- Enabled diagnostics for AKS Attach
([#40988](https://github.com/Azure/azure-sdk-for-python/pull/40988))
### Other Changes
- Defensively import and vendor experimental components from OpenTelemetry and azure.core + upgrade dependencies to latest OpenTelemetry
([#41245](https://github.com/Azure/azure-sdk-for-python/pull/41245))
## 1.6.9 (2025-05-12)
### Features Added
- Enable Azure AI Agents instrumentation for azure-ai-agents
([#40866](https://github.com/Azure/azure-sdk-for-python/pull/40866))
## 1.6.8 (2025-04-17)
### Bugs Fixed
- Pin OTel before breaking change.
([#40529](https://github.com/Azure/azure-sdk-for-python/pull/40529))
## 1.6.7 (2025-04-10)
### Bugs Fixed
### Other Changes
## 1.6.6 (2025-04-07)
### Features Added
- Add `logging_format` as configuration option in api
([#40057](https://github.com/Azure/azure-sdk-for-python/pull/40057))
- Enable Azure AI Agents instrumentation
([#40043](https://github.com/Azure/azure-sdk-for-python/pull/40043))
## 1.6.5 (2025-02-14)
### Features Added
- Add more diagnostic log options
([#39701](https://github.com/Azure/azure-sdk-for-python/pull/39701))
- Only add OpenTelemetry LoggingHandler if current logger does not have it
([#38549](https://github.com/Azure/azure-sdk-for-python/pull/38549))
- Distro to automatically configure event logger provider
([#38543](https://github.com/Azure/azure-sdk-for-python/pull/38543))
- Configure live metrics first in pipeline to detect statsbeat usage
([#38556](https://github.com/Azure/azure-sdk-for-python/pull/38556))
- Ignore backoff warning from distro if in functions environment
([#38787](https://github.com/Azure/azure-sdk-for-python/pull/38787))
## 1.6.4 (2024-11-06)
### Bugs Fixed
- Fixed bug caused by migration from pkg_resources to importlib-metadata
([#38371](https://github.com/Azure/azure-sdk-for-python/pull/38371))
## 1.6.3 (2024-11-04)
### Features Added
- Enable Azure AI Inference instrumentation
([#38071](https://github.com/Azure/azure-sdk-for-python/pull/38071))
### Other Changes
- Added AAD auth samples to distro
([#37352](https://github.com/Azure/azure-sdk-for-python/pull/37352))
## 1.6.2 (2024-09-05)
### Bugs Fixed
- Update OTel sdk and instrumentations to fix fastapi bug
([#37206](https://github.com/Azure/azure-sdk-for-python/pull/37206))
## 1.6.1 (2024-07-30)
### Other Changes
- Support for Python 3.12
([#36482](https://github.com/Azure/azure-sdk-for-python/pull/36482))
## 1.6.0 (2024-06-06)
### Features Added
- Enable views configuration
([#35932](https://github.com/Azure/azure-sdk-for-python/pull/35932))
- Rework autoinstrumentation: Configure exporters and samplers directly
([#35890](https://github.com/Azure/azure-sdk-for-python/pull/35890))
## 1.5.0 (2024-05-31)
### Features Added
- Enable live metrics feature
([#35566](https://github.com/Azure/azure-sdk-for-python/pull/35566))
## 1.4.2 (2024-05-20)
### Features Added
- Add diagnostics for sdk detection and backoff
([#35610](https://github.com/Azure/azure-sdk-for-python/pull/35610))
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.4.1 (2024-04-25)
### Features Added
- Enable sampling for attach
([#35218](https://github.com/Azure/azure-sdk-for-python/pull/35218))
## 1.4.0 (2024-04-09)
### Features Added
- Adding diagnostic warning when distro detects RP attach
([#34971](https://github.com/Azure/azure-sdk-for-python/pull/34971))
- Added `resource` parameter
([#34900](https://github.com/Azure/azure-sdk-for-python/pull/34900))
### Other Changes
- Updated FastAPI sample
([#34738](https://github.com/Azure/azure-sdk-for-python/pull/34738))
- Refactored constants and utils
([#35066](https://github.com/Azure/azure-sdk-for-python/pull/35066))
## 1.3.0 (2024-02-29)
### Features Added
- Add custom span processors configuration option
([#34326](https://github.com/Azure/azure-sdk-for-python/pull/34326))
### Other Changes
- Update configure_azure_monitor signature and Django sample
([#33834](https://github.com/Azure/azure-sdk-for-python/pull/33834))
- Remove support for Python 3.7
([#34252](https://github.com/Azure/azure-sdk-for-python/pull/34252))
## 1.2.0 (2024-01-18)
### Other Changes
- Implement distro detection for statsbeat feature
([#33761](https://github.com/Azure/azure-sdk-for-python/pull/33761))
- Fix siteName in diagnostic logging
([#33808](https://github.com/Azure/azure-sdk-for-python/pull/33808))
- Update min dependency versions opentelemetry-resource-detector-azure~=0.1.1, exporter~=1.0.0b21, OTel SDK/API~= 1.21
([#33866](https://github.com/Azure/azure-sdk-for-python/pull/33866))
- Update configure_azure_monitor signature and Django sample
([#33834](https://github.com/Azure/azure-sdk-for-python/pull/33834))
## 1.1.1 (2023-12-04)
### Features Added
- Add App Service Resource Detector to Auto-Instrumentation.
([#33340](https://github.com/Azure/azure-sdk-for-python/pull/33340))
- Default Resource Detector environment variable to enable configuration.
([#33305](https://github.com/Azure/azure-sdk-for-python/pull/33305))
([#33373](https://github.com/Azure/azure-sdk-for-python/pull/33373))
([#33390](https://github.com/Azure/azure-sdk-for-python/pull/33390))
## 1.1.0 (2023-11-08)
### Features Added
- Add ability to specify which logger to export telemetry for via `logger_name` configuration
([#32192](https://github.com/Azure/azure-sdk-for-python/pull/32192))
- Add message ids for AppLens
([#32195](https://github.com/Azure/azure-sdk-for-python/pull/32195))
- Allow OTEL_PYTHON_DISABLED_INSTRUMENTATIONS functionality for Azure Core Tracing in Auto-instrumentation
([#32331](https://github.com/Azure/azure-sdk-for-python/pull/32331))
- Add instrumentation_options
([#31793](https://github.com/Azure/azure-sdk-for-python/pull/31793))
### Bugs Fixed
- Updated django samples with clearly artificial secret key
([#32698](https://github.com/Azure/azure-sdk-for-python/pull/32698))
## 1.0.0 (2023-09-12)
### Features Added
- Add Azure resource detectors
([#32087](https://github.com/Azure/azure-sdk-for-python/pull/32087))
### Other Changes
- The `autoinstrumentation', 'diagnostics' and 'util' subnamespaces have been made internal.
([#31931](https://github.com/Azure/azure-sdk-for-python/pull/31931))
## 1.0.0b16 (2023-08-28)
### Features Added
- Unpin OTel SDK/API version
([#310](https://github.com/microsoft/ApplicationInsights-Python/pull/310))
- Replace explicit log processor exporter interval env var with OT SDK env var
([#31740](https://github.com/Azure/azure-sdk-for-python/pull/31740))
- Un-vendoring instrumentations
([#31744](https://github.com/Azure/azure-sdk-for-python/pull/31740))
- Add preview warning for Autoinstrumentation entry points
([#31767](https://github.com/Azure/azure-sdk-for-python/pull/31767))
- Bandit and pylint
([#31881](https://github.com/Azure/azure-sdk-for-python/pull/31881))
## 1.0.0b15 (2023-07-17)
### Features Added
- Upgrade to exporter 1.0.0b15 and OTel 1.19
([#308](https://github.com/microsoft/ApplicationInsights-Python/pull/308))
## 1.0.0b14 (2023-07-12)
### Features Added
- Upgrade to exporter 1.0.0b14 and OTel 1.18
([#295](https://github.com/microsoft/ApplicationInsights-Python/pull/295))
- Enable Azure Core Tracing OpenTelemetry plugin
([#269](https://github.com/microsoft/ApplicationInsights-Python/pull/269))
- Fix connection string environment variable bug for manual instrumentation
([#302](https://github.com/microsoft/ApplicationInsights-Python/pull/302))
- Update Azure Core Tracing OpenTelemetry plugin
([#306](https://github.com/microsoft/ApplicationInsights-Python/pull/306))
## 1.0.0b13 (2023-06-14)
### Features Added
- Vendor Instrumentations
([#280](https://github.com/microsoft/ApplicationInsights-Python/pull/280))
- Support OTEL_PYTHON_DISABLED_INSTRUMENTATIONS
([#294](https://github.com/microsoft/ApplicationInsights-Python/pull/294))
### Other Changes
- Update samples
([#281](https://github.com/microsoft/ApplicationInsights-Python/pull/281))
- Fixed spelling
([#291](https://github.com/microsoft/ApplicationInsights-Python/pull/291))
- Fixing formatting issues for azure sdk
([#292](https://github.com/microsoft/ApplicationInsights-Python/pull/292))
## 1.0.0b12 (2023-05-05)
### Features Added
- Remove most configuration for Public Preview
([#277](https://github.com/microsoft/ApplicationInsights-Python/pull/277))
- Infer telemetry category disablement from exporter environment variables
([#278](https://github.com/microsoft/ApplicationInsights-Python/pull/278))
## 1.0.0b11 (2023-04-12)
### Features Added
- Reverse default behavior of instrumentations and implement configuration for exclusion
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
- Use entrypoints instead of importlib to load instrumentations
([#254](https://github.com/microsoft/ApplicationInsights-Python/pull/254))
- Add support for FastAPI instrumentation
([#255](https://github.com/microsoft/ApplicationInsights-Python/pull/255))
- Add support for Urllib3/Urllib instrumentation
([#256](https://github.com/microsoft/ApplicationInsights-Python/pull/256))
- Change instrumentation config to use TypedDict InstrumentationConfig
([#259](https://github.com/microsoft/ApplicationInsights-Python/pull/259))
- Change interval params to use `_ms` as suffix
([#260](https://github.com/microsoft/ApplicationInsights-Python/pull/260))
- Update exporter version to 1.0.0b13 and OTel sdk/api to 1.17
([#270](https://github.com/microsoft/ApplicationInsights-Python/pull/270))
## 1.0.0b10 (2023-02-23)
### Features Added
- Fix source and wheel distribution, include MANIFEST.in and use `pkgutils` style `__init__.py`
([#250](https://github.com/microsoft/ApplicationInsights-Python/pull/250))
## 1.0.0b9 (2023-02-22)
### Features Added
- Made build.sh script executable from publish workflow
([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213))
- Updated main and distro READMEs
([#205](https://github.com/microsoft/ApplicationInsights-Python/pull/205))
- Update CONTRIBUTING.md, support Py3.11
([#210](https://github.com/microsoft/ApplicationInsights-Python/pull/210))
- Added Diagnostic Logging for App Service
([#212](https://github.com/microsoft/ApplicationInsights-Python/pull/212))
- Updated setup.py, directory structure
([#214](https://github.com/microsoft/ApplicationInsights-Python/pull/214))
- Introduce Distro API
([#215](https://github.com/microsoft/ApplicationInsights-Python/pull/215))
- Rename to `configure_azure_monitor`, add sampler to config
([#216](https://github.com/microsoft/ApplicationInsights-Python/pull/216))
- Added Status Logger
([#217](https://github.com/microsoft/ApplicationInsights-Python/pull/217))
- Add Logging configuration to Distro API
([#218](https://github.com/microsoft/ApplicationInsights-Python/pull/218))
- Add instrumentation selection config
([#228](https://github.com/microsoft/ApplicationInsights-Python/pull/228))
- Removing diagnostic logging from its module's logger.
([#225](https://github.com/microsoft/ApplicationInsights-Python/pull/225))
- Add ability to specify logger for logging configuration
([#227](https://github.com/microsoft/ApplicationInsights-Python/pull/227))
- Add metric configuration to distro api
([#232](https://github.com/microsoft/ApplicationInsights-Python/pull/232))
- Add ability to pass custom configuration into instrumentations
([#235](https://github.com/microsoft/ApplicationInsights-Python/pull/235))
- Fix export interval bug
([#237](https://github.com/microsoft/ApplicationInsights-Python/pull/237))
- Add ability to specify custom metric readers
([#241](https://github.com/microsoft/ApplicationInsights-Python/pull/241))
- Defaulting logging env var for auto-instrumentation. Added logging samples.
([#240](https://github.com/microsoft/ApplicationInsights-Python/pull/240))
- Removed old log_diagnostic_error calls from configurator
([#242](https://github.com/microsoft/ApplicationInsights-Python/pull/242))
- Update to azure-monitor-opentelemetry-exporter 1.0.0b12
([#243](https://github.com/microsoft/ApplicationInsights-Python/pull/243))
- Move symbols to protected, add docstring for api, pin opentelemetry-api/sdk versions
([#244](https://github.com/microsoft/ApplicationInsights-Python/pull/244))
- Replace service.X configurations with Resource
([#246](https://github.com/microsoft/ApplicationInsights-Python/pull/246))
- Change namespace to `azure.monitor.opentelemetry`
([#247](https://github.com/microsoft/ApplicationInsights-Python/pull/247))
- Updating documents for new namespace
([#249](https://github.com/microsoft/ApplicationInsights-Python/pull/249))
- Configuration via env vars and argument validation.
([#262](https://github.com/microsoft/ApplicationInsights-Python/pull/262))
## 1.0.0b8 (2022-09-26)
### Features Added
- Changing instrumentation dependencies to ~=0.33b0
([#203](https://github.com/microsoft/ApplicationInsights-Python/pull/203))
## 1.0.0b7 (2022-09-26)
### Features Added
- Moved and updated README
([#201](https://github.com/microsoft/ApplicationInsights-Python/pull/201))
- Adding requests, flask, and psycopg2 instrumentations
([#199](https://github.com/microsoft/ApplicationInsights-Python/pull/199))
- Added publishing action
([#193](https://github.com/microsoft/ApplicationInsights-Python/pull/193))
## 1.0.0b6 (2022-08-30)
### Features Added
- Drop support for Python 3.6
([#190](https://github.com/microsoft/ApplicationInsights-Python/pull/190))
- Changed repository structure to use submodules
([#190](https://github.com/microsoft/ApplicationInsights-Python/pull/190))
- Added OpenTelemetry Distro and Configurator
([#187](https://github.com/microsoft/ApplicationInsights-Python/pull/187))
- Initial commit
|