Skip to content

Releases: microsoft/ApplicationInsights-Python

v1.0.0b15

19 Jul 00:56
59e33bc
Compare
Choose a tag to compare
v1.0.0b15 Pre-release
Pre-release
  • Upgrade to exporter 1.0.0b15 and OTel 1.19
    (#308)

v1.0.0b14

13 Jul 00:16
8a5f332
Compare
Choose a tag to compare
v1.0.0b14 Pre-release
Pre-release
  • Upgrade to exporter 1.0.0b14 and OTel 1.18
    (#295)
  • Enable Azure Core Tracing OpenTelemetry plugin
    (#269)
  • Fix connection string environment variable bug for manual instrumentation
    (#302)
  • Update Azure Core Tracing OpenTelemetry plugin
    (#306)

v1.0.0b13

16 Jun 17:37
4dd3ffc
Compare
Choose a tag to compare
v1.0.0b13 Pre-release
Pre-release
  • Vendor Instrumentations
    (#280)
  • Update samples
    (#281)
  • Fixed spelling
    (#291)
  • Fixing formatting issues for azure sdk
    (#292)
  • Support OTEL_PYTHON_DISABLED_INSTRUMENTATIONS
    (#294)

v1.0.0b12

05 May 19:16
Compare
Choose a tag to compare
v1.0.0b12 Pre-release
Pre-release
  • Remove most configuration for Public Preview
    (#277)
  • Infer telemetry category disablement from exporter environment variables
    (#278)

v1.0.0b11

13 Apr 18:21
Compare
Choose a tag to compare
v1.0.0b11 Pre-release
Pre-release
  • Reverse default behavior of instrumentations and implement configuration for exclusion
    (#253)
  • Use entrypoints instead of importlib to load instrumentations
    (#254)
  • Add support for FastAPI instrumentation
    (#255)
  • Add support for Urllib3/Urllib instrumentation
    (#256)
  • Change instrumentation config to use TypedDict InstrumentationConfig
    (#259)
  • Change interval params to use _ms as suffix
    (#260)
  • Update exporter version to 1.0.0b13 and OTel sdk/api to 1.17
    (#270)

v1.0.0b10

23 Feb 21:46
Compare
Choose a tag to compare
v1.0.0b10 Pre-release
Pre-release
  • Fix source and wheel distribution, include MANIFEST.in and use pkgutils style __init__.py
    (#250)

v1.0.0b9

22 Feb 22:22
5901f5c
Compare
Choose a tag to compare
v1.0.0b9 Pre-release
Pre-release
  • Made build.sh script executable from publish workflow
    (#213)
  • Updated main and distro READMEs
    (#205)
  • Update CONTRIBUTING.md, support Py3.11
    (#210)
  • Added Diagnostic Logging for App Service
    (#212)
  • Updated setup.py, directory structure
    (#214)
  • Introduce Distro API
    (#215)
  • Rename to configure_azure_monitor, add sampler to config
    (#216)
  • Added Status Logger
    (#217)
  • Add Logging configuration to Distro API
    (#218)
  • Add instrumentation selection config
    (#228)
  • Removing diagnostic logging from its module's logger.
    (#225)
  • Add ability to specify logger for logging configuration
    (#227)
  • Add metric configuration to distro api
    (#232)
  • Add ability to pass custom configuration into instrumentations
    (#235)
  • Fix export interval bug
    (#237)
  • Add ability to specify custom metric readers
    (#241)
  • Defaulting logging env var for auto-instrumentation. Added logging samples.
    (#240)
  • Removed old log_diagnostic_error calls from configurator
    (#242)
  • Update to azure-monitor-opentelemetry-exporter 1.0.0b12
    (#243)
  • Move symbols to protected, add docstring for api, pin opentelemtry-api/sdk versions
    (#244)
  • Replace service.X configurations with Resource
    (#246)
  • Change namespace to azure.monitor.opentelemtry
    (#247)
  • Updating documents for new namespace
    (#249)

v1.0.0b8

29 Sep 14:47
9424d79
Compare
Choose a tag to compare
v1.0.0b8 Pre-release
Pre-release
  • Changing instrumentation dependencies to ~=0.33b0
    (#203)

v1.0.0b7

26 Sep 21:14
Compare
Choose a tag to compare
v1.0.0b7 Pre-release
Pre-release
  • Moved and updated changelog
    (#201)
  • Adding requests, flask, and psycopg2 instrumentations
    (#199)
  • Added publishing action
    (#193)

v1.0.0b6

30 Aug 18:34
754bfeb
Compare
Choose a tag to compare
v1.0.0b6 Pre-release
Pre-release
  • Drop support for Python 3.6
    (#190)
  • Changed repository structure to use submodules
    (#190)
  • Added OpenTelemetry Distro and Configurator
    (#187)
  • Initial commit