Files
Modrinth-plus/packages/sqlx-tracing/CHANGELOG.md
aecsocket e57c15b3ce Add SQLx operation tracing (#5223)
* wip: vendor sqlx-tracing

* (compiles) standardize pg types used

* more standardization

* general log message improvements

* wip: improve sqlx-tracing architecture

* unify sqlx::Executor type

* wip: try fix sqlx tracing

* wip: sqlx-tracing compiles

* so close

* it compiles

* fix ci
2026-01-28 13:38:57 +00:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.0 - 2025-10-02

Added

  • add attributes to pool
  • make sure returned_rows is populated
  • trace on pool connections and transactions
  • make it work with PoolConnection
  • make transaction part compile
  • create pool-connection and transaction

Fixed

  • unused import
  • create separate builder for sqlite and postgres
  • please clippy
  • remove unused traits

Other

  • use opentelemetry-testing from registry
  • comment the code
  • update readme with pool builder
  • ensure pool queries are traced
  • release v0.1.0

0.1.0 - 2025-09-07

Other

  • configure for auto release
  • update cargo.toml
  • set versions in dev deps
  • add readme
  • configure
  • check that it works for sqlite and postgres
  • simple project