Feb 24, 2025
Python package v1.5.0
Python1.5.0
Changed
- Update span recognition following the OpenTelemetry Semantic Conventions 1.30 database specification. We now also sanitize SQL queries in the
db.query.text
attribute and Redis queries in thedb.operation.name
attribute. - Update bundled trusted root certificates
Removed
- Remove the OpenTelemetry beta feature in favor of the new AppSignal collector. If you are using the AppSignal agent to send OpenTelemetry data in our public beta through the
/enriched
endpoint on the agent's HTTP server, please migrate to the collector to continue using the beta. The collector has a much better implementation of this feature for the beta.
Fixed
- Fix an issue where calling
appsignal.stop()
after sending check-in events would leave a dangling thread, stopping the application from shutting down correctly.
View the Python package v1.5.0 changelog for more information.