ApplicationInsights-Python/CHANGELOG.md

142 строки
7.7 KiB
Markdown
Исходник Обычный вид История

2018-05-09 06:50:30 +03:00
# Changelog
2019-04-26 08:42:10 +03:00
## Unreleased
2022-08-18 00:02:28 +03:00
- Unpin OTel SDK/API version
([#310](https://github.com/microsoft/ApplicationInsights-Python/pull/310))
2023-08-15 20:18:32 +03:00
- Replace custom log processor exporter interval env var with OT SDK env var
2023-08-15 20:53:37 +03:00
([#311](https://github.com/microsoft/ApplicationInsights-Python/pull/311))
## [1.0.0b15](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15) - 2023-07-17
- Upgrade to exporter 1.0.0b15 and OTel 1.19
([#308](https://github.com/microsoft/ApplicationInsights-Python/pull/308))
## [1.0.0b14](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b14) - 2023-07-12
- 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))
2023-06-16 00:41:30 +03:00
## [1.0.0b13](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b13) - 2023-06-14
- Vendor Instrumentations
([#280](https://github.com/microsoft/ApplicationInsights-Python/pull/280))
2023-05-19 01:55:50 +03:00
- Update samples
([#281](https://github.com/microsoft/ApplicationInsights-Python/pull/281))
2023-06-08 03:11:37 +03:00
- Fixed spelling
([#291](https://github.com/microsoft/ApplicationInsights-Python/pull/291))
2023-06-09 21:28:37 +03:00
- Fixing formatting issues for azure sdk
([#292](https://github.com/microsoft/ApplicationInsights-Python/pull/292))
- Support OTEL_PYTHON_DISABLED_INSTRUMENTATIONS
2023-06-16 01:31:21 +03:00
([#294](https://github.com/microsoft/ApplicationInsights-Python/pull/294))
2023-05-19 01:55:50 +03:00
2023-05-05 21:21:22 +03:00
## [1.0.0b12](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b12) - 2023-05-05
2023-05-03 00:56:25 +03:00
- Remove most configuration for Public Preview
([#277](https://github.com/microsoft/ApplicationInsights-Python/pull/277))
2023-05-02 03:17:44 +03:00
- Infer telemetry category disablement from exporter environment variables
([#278](https://github.com/microsoft/ApplicationInsights-Python/pull/278))
2023-05-05 00:01:36 +03:00
## [1.0.0b11](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b11) - 2023-04-12
2023-02-24 09:25:08 +03:00
- Reverse default behavior of instrumentations and implement configuration for exclusion
2023-02-27 21:01:38 +03:00
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
2023-03-02 00:20:14 +03:00
- Use entrypoints instead of importlib to load instrumentations
2023-03-02 00:23:53 +03:00
([#254](https://github.com/microsoft/ApplicationInsights-Python/pull/254))
2023-03-07 20:20:33 +03:00
- Add support for FastAPI instrumentation
([#255](https://github.com/microsoft/ApplicationInsights-Python/pull/255))
2023-03-08 01:52:43 +03:00
- Add support for Urllib3/Urllib instrumentation
2023-03-07 21:28:14 +03:00
([#256](https://github.com/microsoft/ApplicationInsights-Python/pull/256))
2023-03-15 19:52:12 +03:00
- Change instrumentation config to use TypedDict InstrumentationConfig
2023-03-15 20:00:51 +03:00
([#259](https://github.com/microsoft/ApplicationInsights-Python/pull/259))
2023-03-15 20:00:02 +03:00
- 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))
2023-02-24 09:25:08 +03:00
2023-02-23 22:43:22 +03:00
## [1.0.0b10](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b10) - 2023-02-23
2023-02-23 22:23:57 +03:00
- Fix source and wheel distribution, include MANIFEST.in and use `pkgutils` style `__init__.py`
([#250](https://github.com/microsoft/ApplicationInsights-Python/pull/250))
2023-02-23 00:31:40 +03:00
## [1.0.0b9](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b9) - 2023-02-22
- Made build.sh script executable from publish workflow
2022-12-06 02:29:50 +03:00
([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213))
2022-09-29 01:27:34 +03:00
- Updated main and distro READMEs
2022-09-29 20:18:26 +03:00
([#205](https://github.com/microsoft/ApplicationInsights-Python/pull/205))
2022-11-07 22:17:40 +03:00
- Update CONTRIBUTING.md, support Py3.11
2022-11-07 22:58:33 +03:00
([#210](https://github.com/microsoft/ApplicationInsights-Python/pull/210))
2023-01-21 01:38:53 +03:00
- Added Diagnostic Logging for App Service
([#212](https://github.com/microsoft/ApplicationInsights-Python/pull/212))
2022-12-25 00:40:16 +03:00
- Updated setup.py, directory structure
2022-12-25 00:58:40 +03:00
([#214](https://github.com/microsoft/ApplicationInsights-Python/pull/214))
2023-01-06 02:12:50 +03:00
- Introduce Distro API
2023-01-06 03:01:45 +03:00
([#215](https://github.com/microsoft/ApplicationInsights-Python/pull/215))
2023-01-12 07:20:19 +03:00
- Rename to `configure_azure_monitor`, add sampler to config
2023-01-12 20:39:37 +03:00
([#216](https://github.com/microsoft/ApplicationInsights-Python/pull/216))
2023-01-21 01:38:53 +03:00
- 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))
2023-01-20 02:57:33 +03:00
- Add instrumentation selection config
2023-01-24 22:54:29 +03:00
([#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))
2023-01-30 09:31:38 +03:00
- Add metric configuration to distro api
2023-01-30 20:42:14 +03:00
([#232](https://github.com/microsoft/ApplicationInsights-Python/pull/232))
2023-02-02 20:58:33 +03:00
- Add ability to pass custom configuration into instrumentations
([#235](https://github.com/microsoft/ApplicationInsights-Python/pull/235))
2023-02-02 21:17:44 +03:00
- Fix export interval bug
([#237](https://github.com/microsoft/ApplicationInsights-Python/pull/237))
2023-02-09 00:03:34 +03:00
- Add ability to specify custom metric readers
2023-02-08 22:54:57 +03:00
([#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))
2023-06-08 22:39:17 +03:00
- Move symbols to protected, add docstring for api, pin opentelemetry-api/sdk versions
([#244](https://github.com/microsoft/ApplicationInsights-Python/pull/244))
2023-02-14 04:25:10 +03:00
- Replace service.X configurations with Resource
2023-02-14 04:29:58 +03:00
([#246](https://github.com/microsoft/ApplicationInsights-Python/pull/246))
2023-06-08 22:39:17 +03:00
- Change namespace to `azure.monitor.opentelemetry`
2023-02-15 02:41:05 +03:00
([#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))
2022-09-29 01:27:34 +03:00
2022-09-27 03:25:09 +03:00
## [1.0.0b8](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b8) - 2022-09-26
- Changing instrumentation dependencies to ~=0.33b0
2022-09-27 03:33:47 +03:00
([#203](https://github.com/microsoft/ApplicationInsights-Python/pull/203))
2022-09-27 03:25:09 +03:00
2022-09-26 23:35:34 +03:00
## [1.0.0b7](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b7) - 2022-09-26
2022-09-27 00:26:40 +03:00
- Moved and updated README
2022-09-26 23:54:31 +03:00
([#201](https://github.com/microsoft/ApplicationInsights-Python/pull/201))
- Adding requests, flask, and psycopg2 instrumentations
2022-09-26 22:38:05 +03:00
([#199](https://github.com/microsoft/ApplicationInsights-Python/pull/199))
2022-08-30 01:20:11 +03:00
- Added publishing action
([#193](https://github.com/microsoft/ApplicationInsights-Python/pull/193))
2022-09-01 02:58:24 +03:00
2022-08-30 21:15:51 +03:00
## [1.0.0b6](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b6) - 2022-08-30
2022-08-18 00:02:28 +03:00
- 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))
2022-08-02 04:06:00 +03:00
- Added OpenTelemetry Distro and Configurator
([#187](https://github.com/microsoft/ApplicationInsights-Python/pull/187))
2022-08-18 00:02:28 +03:00
- Initial commit