Skip to content

Commit ba92daf

Browse files
chore: release
1 parent 4554de0 commit ba92daf

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/jdrouet/sqlx-tracing/compare/v0.1.0...v0.2.0) - 2025-10-02
11+
12+
### Added
13+
14+
- add attributes to pool
15+
- make sure returned_rows is populated
16+
- trace on pool connections and transactions
17+
- make it work with PoolConnection
18+
- make transaction part compile
19+
- create pool-connection and transaction
20+
21+
### Fixed
22+
23+
- unused import
24+
- create separate builder for sqlite and postgres
25+
- please clippy
26+
- remove unused traits
27+
28+
### Other
29+
30+
- use opentelemetry-testing from registry
31+
- comment the code
32+
- update readme with pool builder
33+
- ensure pool queries are traced
34+
- release v0.1.0
35+
1036
## [0.1.0](https://github.com/jdrouet/sqlx-tracing/releases/tag/v0.1.0) - 2025-09-07
1137

1238
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlx-tracing"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "OpenTelemetry-compatible tracing for SQLx database operations in Rust."
66
license = "MIT"

0 commit comments

Comments
 (0)