Skip to content

Releases: eaze/tide-sqlx

0.6.1

19 Apr 18:05
Compare
Choose a tag to compare
  • Change: reduce async_std::RwLock await trace spans (info -> debug level).

0.6.0

22 Mar 17:55
Compare
Choose a tag to compare

This release adds integration with the tracing crate ecosystem.

  • Added tracing feature.

0.5.0

22 Mar 17:53
Compare
Choose a tag to compare
  • Deps: updated to sqlx 0.5

0.4.1

22 Feb 19:44
Compare
Choose a tag to compare
  • Deps: Relaxed dependency version constraints.

0.4.0

29 Jan 21:06
Compare
Choose a tag to compare
  • Change: No longer enables "rustls" by default.
  • Deps: Updated to Tide 0.16

0.3.1

04 Dec 01:26
Compare
Choose a tag to compare
  • Docs: updated readme for 0.3.x apis & examples.

0.3.0

04 Dec 01:14
Compare
Choose a tag to compare

This release adds the ability to be generic over any SQLx database (except Sqlite, which is !Sync).

  • Changed PostgresConnectionMiddleware to SQLxMiddleware<DB>.
  • Changed PostgresRequestExt to SQLxRequestExt.
  • ConnectionWrapInner no longer implements Acquire and Executor, but now implements DerefMut.
  • Added From<Pool<DB>> for SQLxMiddleware.
  • Added postgres submodule with helpers similar to the old 0.1.x api.

0.2.5

19 Nov 18:11
Compare
Choose a tag to compare
  • Deps: default-features = false for Tide.

0.2.4

19 Nov 01:22
Compare
Choose a tag to compare
  • Fix: properly expose postgress_conn() from PostgresRequestExt.

0.2.3

19 Nov 01:22
Compare
Choose a tag to compare
  • Fix: actually fix Docs.rs build