Skip to content

Commit 6657501

Browse files
committed
Publish package v1.5.0
Update version number and CHANGELOG.md.
1 parent 10c786d commit 6657501

6 files changed

+18
-30
lines changed

.changesets/fix-scheduler-stop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changesets/remove-opentelemetry-beta-feature.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changesets/sanitize-opentelemetry-semantic-conventions-database-attributes.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changesets/update-bundled-trusted-root-certificates.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# AppSignal for Python Changelog
22

3+
## 1.5.0
4+
5+
_Published on 2025-02-24._
6+
7+
### Changed
8+
9+
- [cea5704](https://github.com/appsignal/appsignal-python/commit/cea5704df63a917cb6d17449b88fa4710b708af9) patch - 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 the `db.operation.name` attribute.
10+
- [71eb3f7](https://github.com/appsignal/appsignal-python/commit/71eb3f743051d6864e5447cf4fc2ba1eb9e3fc3e) patch - Update bundled trusted root certificates
11+
12+
### Removed
13+
14+
- [cea5704](https://github.com/appsignal/appsignal-python/commit/cea5704df63a917cb6d17449b88fa4710b708af9) minor - Remove the OpenTelemetry beta feature in favor of the new [AppSignal collector](https://docs.appsignal.com/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.
15+
16+
### Fixed
17+
18+
- [11afe17](https://github.com/appsignal/appsignal-python/commit/11afe177c02feded4f296d3340f75d3729349ad3) patch - Fix an issue where calling `appsignal.stop()` after sending check-in events would leave a dangling thread, stopping the application from shutting down correctly.
19+
320
## 1.4.1
421

522
_Published on 2024-12-20._

src/appsignal/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "1.4.1"
4+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)