Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.8](https://github.com/doublewordai/outlet-postgres/compare/v0.4.7...v0.4.8) - 2026-03-11

### Added

- otel tracing ([#57](https://github.com/doublewordai/outlet-postgres/pull/57))
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog entry uses the abbreviation "otel", which isn’t defined anywhere else in the repo/docs. Consider spelling this out as "OpenTelemetry (OTel) tracing" (or "OpenTelemetry tracing") to make release notes clearer to readers.

Suggested change
- otel tracing ([#57](https://github.com/doublewordai/outlet-postgres/pull/57))
- OpenTelemetry (OTel) tracing ([#57](https://github.com/doublewordai/outlet-postgres/pull/57))

Copilot uses AI. Check for mistakes.

## [0.4.7](https://github.com/doublewordai/outlet-postgres/compare/v0.4.6...v0.4.7) - 2026-02-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "outlet-postgres"
version = "0.4.7"
version = "0.4.8"
edition = "2021"
description = "PostgreSQL logging handler for outlet HTTP request/response middleware"
license = "MIT"
Expand Down
Loading