All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.3.2 - 2025-01-06
- Updated error reporting to SWO (#470)
3.3.1 - 2024-11-21
- Upgraded OpenTelemetry API/SDK and instrumentation 1.28.2/0.49b2 (#459)
3.3.0 - 2024-11-14
- Fixed CodeQL warnings (#445, #446)
- Upgraded OpenTelemetry API/SDK and instrumentation 1.28.1/0.49b1, remove
pkg_resources
usage (#450)
3.2.0 - 2024-10-08
- Added support for
SW_APM_EXPORT_METRICS_ENABLED
(#439)
3.1.0 - 2024-10-01
- Added linting for all supported Python versions (#428)
- Added support for
SW_APM_ENABLED_SQLCOMMENT
,SW_APM_OPTIONS_SQLCOMMENT
(#434, #437)
- Fixed AwsLambdaInstrumentor loading in Lambda environment (#430)
- Fixed code style (#433)
- Deprecated
OTEL_SQLCOMMENTER_ENABLED
,OTEL_SQLCOMMENTER_OPTIONS
(#434)
3.0.0 - 2024-09-04
- Upgraded OpenTelemetry API/SDK and instrumentation 1.27.0/0.48b0 (#422)
- Skip logs_headers setdefault in lambda (#425)
- Reverted distro doing setdefault to disable AwsLambdaInstrumentor if outside Lambda, because of update in Otel 1.27.0/0.48b0 (#422)
2.2.0 - 2024-08-12
- Upgraded OpenTelemetry API/SDK and instrumentation 1.26.0/0.47b0 (#398, #406)
- Distro does setdefault to disable AwsLambdaInstrumentor if outside Lambda (#405)
- Reverted upgrade OpenTelemetry API/SDK and instrumentation 1.26.0/0.47b0 because of FastAPI instrumentation bug it introduces (#406)
- Reverted add of Python 3.12 support because of revert of API/SDK upgrade (#406)
2.1.0 - 2024-07-17
- Move builds and tests to gh
apm-arm-runner
(#385) - Don't inject baggage header if empty (#386)
- Always unset local token bucket capacity/rate (#388)
2.0.0 - 2024-06-18
- Upgraded OpenTelemetry API/SDK and instrumentation 1.25.0/0.46b0 (#364, #375, #376, #377, #380)
- Fixed version lookups at APM startup (#378)
- Upgraded c-lib 15.0.1 (#379)
- Removed docker-compose version keys (#381)
1.7.0 - 2024-05-16
- Fixed log duplication (#357)
- Refactored sampler (#359)
- Removed debug line (#360)
- Sampler inits with APM-proto exporter (#366)
- Fixed APM-proto export for non-scalar attribute types (#367)
1.6.0 - 2024-04-02
- Upgraded layer asgiref 3.8 (#343)
- Fixed init event logging (#345)
- Upgraded layer grpcio 1.62.1 (#351)
- Upgraded c-lib 14.1.0 (#352)
1.5.0 - 2024-03-18
- Added more
sw
resource attributes to metrics (#327) - Added default disabling of AWS context propagation (#333)
- Fixed grpcio ImportError if outside Python 3.8 (#326)
- Improve
load_instrumentor
error logging (#332) - Fixed APM-proto reporter status logging (#336)
1.4.0 - 2024-03-04
- SolarWinds c-lib 14.0.3 (#316)
- Update layer exec wrapper (#317)
- Non-empty
http.*
attributes on metrics (#319) - Add formatter to RotatingFileHander (#320)
- Fixed
sw.is_error
attribute type (#321) - Update CI role (#324)
- Remove ForceFlushSpanProcessor (#312)
1.3.0 - 2024-02-20
- Fixed release_pr script (#302)
- OTLP traces, metrics
sw.transaction
attribute with environment customization (#307) - Fixed service key, service name usage (#309)
- Fixed exporter defaults based on protocol (#310)
- Updated workflow dependency (#304)
- Removed
experimental
config support (#308)
1.2.0 - 2024-02-05
- Updated OTLP metrics components initialization (#289)
- Fixed no-op function signature (#295)
- Set histogram preferred temporality to delta (#296)
- Set Periodic metric reading interval infinity (#297)
- Fixed response_time metrics for milliseconds (#298)
- Renamed local variables (#300)
- Removed meters for sample_rate, sample_source (#299)
1.1.1 - 2024-01-31
- Updated lambda layer workflow (#278)
- Fixed release PR action (#282)
- SolarWinds c-lib 14.0.2 (#288)
- Added environment logging (#291)
- Linting (#292)
1.1.0 - 2024-01-18
- Added configuration of transaction name in response_time metrics by lambda environment (#257)
- Added Dependabot config (#261, #270)
- Added support for
SW_APM_LOG_FILEPATH
(#275)
- Fixed unit tests (#249)
- Refactored span processors (#251, #252, #253, #254, #255)
- Add API unit tests (#256)
- Refactor c-lib init (#258)
- SolarWinds c-lib 14.0.0 (#259)
- Upgraded workflow dependencies (#262,#263, #264, #265, #266, #271)
- Move build configuration to pyproject.toml (#273)
- SolarWinds c-lib 14.0.1 (#280)
- Removed unused mend/whitesource config (#260)
1.0.2 - 2023-12-04
- Update setup.cfg metadata (#232)
- Increased unit test coverage (#225, #231, #233, #234, #235, #236, #237, #238, #239, #240, #241, #242, #243, #244)
- SimpleSpanProcessor when lambda (#245)
1.0.1 - 2023-11-21
- Updated layer extension build target (#215)
- Updated experimental exporter defaults (#217)
- Optimized layer builds (#214)
- Updated setup.py and OboeAPI usage (#224)
- Fixed release workflows (#226)
1.0.0 - 2023-11-14
- Change c-lib usage and
agent_enabled
calculation ifis_lambda
(#211) - Updated Makefile for APM Python lambda builds (#212)
- Move organization and repo (#218)
0.18.0 - 2023-10-31
- Add experimental configuration of OpenTelemetry metrics (#200)
- Add generation and OTLP export of
trace.service.response_time
metrics (#201) - Add support for
SW_APM_TRANSACTION_NAME
(#206)
- Fixed test dependency for support of Flask < 3 (#202)
- Fixed EC2 runner publish actions (#203)
- Updated install test coverage for Debian 11 (#204)
- Updated Codeowners (#205)
0.17.0 - 2023-09-20
0.16.0 - 2023-08-24
- Updated to liboboe version 13.0.0 (skipped 12.4.1) (#192)
0.15.0 - 2023-08-17
- Remove unused baggage from propagator injection (#184)
- Simplify internal baggage setting for custom naming (#186)
- Fix custom name storage clearing when not sampled (#187)
0.14.0 - 2023-07-20
- Refactored propagator and sampler (#175)
- Renamed CI secrets (#176)
- Updated to liboboe version 12.4.0 (#177)
- OpenTelemetry API/SDK and instrumentation 1.19.0/0.40b0 (#178)
- Removed PackageCloud build workflows (#179)
0.13.0 - 2023-07-11
- Add OTEL_SQLCOMMENTER_ENABLED for some instrumentation libraries (#169)
- aarch64 builds run on EC2 (#170)
- Metric format is
ResponseTime
instead of both for non-AO backend (#172)
0.12.1 - 2023-06-13
- Add log warning when
set_transaction_name
with empty name (#162)
- Fix accepted config boolean values (#166)
- Removed unused log_trace_id config storage (#163)
- Removed unused enable_sanitize_sql config storage (#164)
- Removed unused is_grpc_clean_hack_enabled config storage (#165)
0.12.0 - 2023-06-01
- Bugfix: APM tracing disabled when platform not supported (#153)
- Updated to liboboe version 12.3.1 (#155)
- Verify Installation tests run on EC2 (#156, #160)
- Installation tests include Ubuntu 22 (#158)
0.11.0 - 2023-05-25
- Added trace context to logging (#146)
- Adjusted config file logging (#147)
- OpenTelemetry API/SDK 1.18.0 (#150)
- Added Amazon 2023 install tests; removed Amazon 2018 and Amazon 2 install tests (#151)
0.10.0 - 2023-05-01
- Add custom transaction filtering support (#136, #137, #138, #139, #141)
- Add span attribute
sw.span_name
at export (#143)
- Removed unused prepend_domain_name config storage (#140)
0.9.0 - 2023-04-20
- OpenTelemetry API/SDK 1.17.0 (#131)
- SolarWinds c-lib 12.2.0, to fix memory leak in extension (#132)
- Adds support for
SW_APM_CONFIG_FILE
(#133) - Updates Span Layer to be
<KIND>:<NAME>
(#134)
0.8.3 - 2023-03-21
- Bugfix: fixed errors at API
set_transaction_name
calls when APM library tracing disabled (#126) - SolarWinds c-lib 12.1.0, for enhanced metadata retrieval, skipping metrics HTTP status if unavailable, fixed threading locking issue (#127)
0.8.2 - 2023-03-13
- Bugfix: fixed noisy trace state KV deletion attempts when key not present (#121)
- Bugfix: fixed version lookup failures for instrumented aiohttp library (#122)
0.8.1 - 2023-03-08
- Fixed installation from source distribution (#119)
0.8.0 - 2023-02-28
- Add
set_transaction_name
API method (#115)
- Deprecated
solarwinds_apm.apm_ready.solarwinds_ready
. Instead, usesolarwinds_apm.api.solarwinds_ready
. (#115) - OpenTelemetry API/SDK 1.16.0 (#116)
- OpenTelemetry Instrumentation 0.37b0 (#116)
0.7.0 - 2023-02-22
- Add ARM support (#111)
- Updated CodeQL scans (#112)
0.6.0 - 2023-02-08
- SolarWinds c-lib 12.0.0, for gRPC upgrade (#107)
- Bugfix: fix version lookup failures for instrumented ASGI libraries (#108)
0.5.0 - 2023-01-18
- Add support for OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES environment variables (#90)
- Add prioritization of OTEL_SERVICE_NAME, OTEL_RESOURCE_ATTRIBUTES, SW_APM_SERVICE_KEY for setting service.name (#103)
- Update Init message with HostID (#90)
- Update Init message with Python framework versions (#94, #100)
- SolarWinds c-lib 11.1.0, for Init message updates (#90)
- Updated exported spans with Python framework versions (#92)
- Bugfix: existing attributes without parent context now write to spans (#102)
- Bugfix: setting sw.tracestate_parent_id is based on existence of remote parent span (#102)
- Fix install tests on Ubuntu with Python 3.10/3.11 using older setuptools version (#104)
0.4.0 - 2023-01-03
- OpenTelemetry API/SDK 1.15.0 (#91)
- OpenTelemetry Instrumentation 0.36b0 (#91)
- x-trace-options header
custom-*
KVs written to entry span attributes (#85) - Fix
x-trace-options-signature
extraction (#85) - Fix validation of
x-trace-options
header (#87) - Fix calculation of
x-trace-options-response
header (#88) - Update GH organization (#96)
0.3.0 - 2022-11-24
- Fix flake8 and installation tests (#83)
0.2.2 - 2022-11-24
- Added integration tests (#67)
- Added sdist and wheel extension file checks as part of library packaging (#75)
- Added linting and code formatting (#80, #82)
- OpenTelemetry API/SDK 1.14.0 (#76)
- OpenTelemetry Instrumentation 0.35b0 (#76)
- Reformatted code based on linting rules (#81)
- Fixed changelog links (#78)
0.2.1 - 2022-11-08
- Version bump for rebuild of 0.2.0 (#73)
0.2.0 - 2022-11-07
- SolarWinds c-lib 11.0.0, for AppOptics certificate compatibility (#70)
- Fixed logging vulnerabilities (#63)
- Update packaging and install tests (#71)
0.1.0 - 2022-10-13
- Initial release for GA (alpha)
- OpenTelemetry API/SDK 1.13.0, for trace generation
- OpenTelemetry Instrumentation 0.34b0, for (auto-)instrumentation of common Python frameworks
- SolarWinds c-lib 10.6.1, for unified inbound metrics generation, trace sample decision, and export to SWO
- W3C trace context propagation
- OTel, APM instrumentation startup, and trigger trace configurable with environment variables