Skip to content

Commit 8a53e98

Browse files
committed
Publish package v1.5.3
Update version number and CHANGELOG.md.
1 parent 37d0349 commit 8a53e98

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.changesets/allow-overriding-extractor-namespaces.md

Lines changed: 0 additions & 9 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.5.3
4+
5+
_Published on 2025-05-08._
6+
7+
### Changed
8+
9+
- Allow overriding namespaces that are automatically set by the AppSignal agent based on the OpenTelemetry instrumentation that emitted the span, such as the `graphql` or `background` namespaces. (patch [548ba1c](https://github.com/appsignal/appsignal-python/commit/548ba1c051bfaf9b6305c8ae3adabe785da0bacc))
10+
311
## 1.5.2
412

513
_Published on 2025-05-05._

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.5.2"
4+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)