Skip to content

Releases: jdrouet/sqlx-tracing

v0.2.1

26 Apr 12:51
95aba22

Choose a tag to compare

Added

  • add MySQL support (#4)
  • (pool) Add try_begin method (#10)
  • add Transaction::commit and Transaction::rollback (#5)

Fixed

  • relax Clone bound on Pool (#14)

Other

  • bump dependencies (#15)

v0.2.0

02 Oct 06:56
ba92daf

Choose a tag to compare

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

v0.1.0

07 Sep 14:14
0bbecf2

Choose a tag to compare

chore: Release package sqlx-tracing version 0.1.0