Skip to content

Commit ee553e7

Browse files
committed
Publish package v1.6.2
Update version number and CHANGELOG.md.
1 parent 7215da3 commit ee553e7

4 files changed

Lines changed: 10 additions & 16 deletions

File tree

.changesets/continuous-heartbeat-daemon-thread.md

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

.changesets/fix-unknown-events-in-some-node-js-routes.md

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

CHANGELOG.md

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

3+
## 1.6.2
4+
5+
_Published on 2026-02-11._
6+
7+
### Fixed
8+
9+
- Fix 'unknown' events being reported for some HTTP routes. (patch [d83efa6](https://github.com/appsignal/appsignal-python/commit/d83efa678b02d54bb7203ac453d9d9073bbbbca5))
10+
- Fix an issue where usage of continuous heartbeats would stop an application from winding down unless `appsignal.stop()` was called. (patch [b0408d5](https://github.com/appsignal/appsignal-python/commit/b0408d568c05ef7eef93b8833c1b73dc7e24e9c6))
11+
312
## 1.6.1
413

514
_Published on 2025-10-13._

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.1"
4+
__version__ = "1.6.2"

0 commit comments

Comments
 (0)