Skip to content

Commit

Permalink
Publish package v1.4.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Dec 20, 2024
1 parent cdab2cf commit aff7442
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.

This file was deleted.

11 changes: 0 additions & 11 deletions .changesets/set-app-revision-config-option-for-scalingo-deploys.md

This file was deleted.

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

## 1.4.1

_Published on 2024-12-20._

### Added

- Set the app revision config option for Scalingo deploys automatically. If the `CONTAINER_VERSION` system environment variable is present, it will use used to set the `revision` config option automatically. Overwrite it's value by configuring the `revision` config option for your application. (patch [fbec34c](https://github.com/appsignal/appsignal-python/commit/fbec34cbddfd40fa4bf2b2cd166e45c1df63fc56))

### Fixed

- Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. (patch [073e6d2](https://github.com/appsignal/appsignal-python/commit/073e6d2c5c928e6cb527786469a2b0518417c296))

## 1.4.0

_Published on 2024-10-09._
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.4.0"
__version__ = "1.4.1"

0 comments on commit aff7442

Please sign in to comment.