Skip to content

Releases: theseus-rs/postgresql-embedded

v0.18.7

20 Jun 02:09
6ce8dac
Compare
Choose a tag to compare

Fixed

  • set CREATE_NO_WINDOW creation flag on Windows

Other

  • update Cargo.toml dependencies

v0.18.6

17 Jun 15:05
bd40943
Compare
Choose a tag to compare

Added

  • add extractor feature flags

Other

  • make liblzma an optional dependency
  • add documentation for bundled feature flag
  • correct lint errors

v0.18.5

28 May 21:31
7ffb0c2
Compare
Choose a tag to compare

Fixed

  • custom release url not working and compilation failure

Other

  • update to criterion=0.6.0, pgvector=0.4.1, reqwest=0.12.18, sqlx=0.8.6, tokio=1.45.1, zip=4.0.0

v0.18.4

15 May 20:31
39a9206
Compare
Choose a tag to compare

Other

  • update to Rust 1.87.0
  • update dependencies
  • update Cargo.toml dependencies

v0.18.3

03 Apr 21:11
1b94bde
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies
  • update to Rust 1.86.0

v0.18.2

21 Mar 04:28
0a9cd1f
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

v0.18.1

26 Feb 20:13
d80e0ff
Compare
Choose a tag to compare

Fix

  • Check for existing installations in children before installing

v0.18.0

20 Feb 19:19
d47a700
Compare
Choose a tag to compare

Added

  • update to Rust 2024 edition

Other

  • update dependencies
  • [breaking] rename feature rustls-tls to rustls

v0.17.5

28 Jan 16:24
fa9a7e6
Compare
Choose a tag to compare

Other

  • make tracing-indicatif optional
  • remove anyhow and human_bytes dependencies
  • replace regex with regex-lite to reduce dependencies
  • remove http dependency
  • update ci configuration

v0.17.4

17 Jan 18:29
Compare
Choose a tag to compare

🐞 Bug fixes

  • use tokio::process::spawn() for pc_ctl on Windows (#153)

📦 Build system

  • update to Rust 1.84.0 (#152)

🛠️ Other improvements

  • update to Rust 1.83 (#151)