Skip to content

Commit

Permalink
Publish package v1.3.9
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
luismiramirez committed Aug 19, 2024
1 parent e71b670 commit 3bdd10e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AppSignal for Python Changelog

## 1.3.9

_Published on 2024-08-19._

### Added

- [c2e3f26](https://github.com/appsignal/appsignal-python/commit/c2e3f26575747fbd17e333c527ab33fc4758385d) patch - Add helper to manually stop the agent process for this AppSignal instance.

Some contexts, like serverless functions, exit before AppSignal can ensure all data is sent to our servers. To ensure the data is sent, the new `appsignal.stop()` method can be called to gracefully stop the AppSignal agent process.

## 1.3.8

_Published on 2024-08-14._
Expand Down
2 changes: 1 addition & 1 deletion src/appsignal/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations


__version__ = "1.3.8"
__version__ = "1.3.9"

0 comments on commit 3bdd10e

Please sign in to comment.