Skip to content

Commit 72f8f7a

Browse files
committed
Publish package v1.6.1
Update version number and CHANGELOG.md.
1 parent 8209230 commit 72f8f7a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changesets/fix-python-db-span-parsing.md

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

CHANGELOG.md

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

3+
## 1.6.1
4+
5+
_Published on 2025-10-13._
6+
7+
### Fixed
8+
9+
- Fix parsing of OpenTelemetry spans emitted by `FastAPI` and popular database libraries. (patch [8209230](https://github.com/appsignal/appsignal-python/commit/8209230267a26585c64ea69ddfcf930af2c2fd22))
10+
311
## 1.6.0
412

513
_Published on 2025-10-09._

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.6.0"
4+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)