Skip to content

Commit

Permalink
Publish package v1.3.5
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jun 11, 2024
1 parent 8e77aad commit 55c0c40
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .changesets/add-opentelemetry-messaging-support.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changesets/rename-hostname-tag-to-request_host.md

This file was deleted.

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

## 1.3.5

_Published on 2024-06-11._

### Added

- [8d036f8](https://github.com/appsignal/appsignal-python/commit/8d036f8ee5c6991ba9c15df64bdac66d0fc94a9d) patch - Add basic OpenTelemetry messaging support. This adds support for any OpenTelemetry instrumentation that complies with the OpenTelemetry Semantic Conventions specification for messaging.

### Changed

- [8d036f8](https://github.com/appsignal/appsignal-python/commit/8d036f8ee5c6991ba9c15df64bdac66d0fc94a9d) patch - Rename the `hostname` tag, which contains the host of the URI that an HTTP request was made against, to `request_host`.

This fixes an issue where the `hostname` tag would later be internally overriden to the hostname of the machine processing the request, but notifications would still be emitted containing the previous `hostname` value.

## 1.3.4

### Added
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.4"
__version__ = "1.3.5"

0 comments on commit 55c0c40

Please sign in to comment.