Skip to content

Releases: faokunega/pg-embed

v0.8.0

20 Jun 20:15
Compare
Choose a tag to compare
  • fixed binary download error
  • updated default Postgres versions (because maven links changed)
  • removed unused features

Thanks for the support

v0.7.1

27 Dec 05:16
Compare
Choose a tag to compare

Updated latest postgres versions

v0.7.0

11 Dec 11:49
7c51e77
Compare
Choose a tag to compare
  • sqlx version upgrade
  • minor fixes

v0.6.6

10 Oct 09:20
e451a82
Compare
Choose a tag to compare
  • updated postgres versions

Version 0.6.5

05 Nov 06:19
13435f9
Compare
Choose a tag to compare

Fixes

  • Linux compilation fix
    Thanks to nicoulaj for his contribution

Version 0.6.4

04 Nov 06:45
Compare
Choose a tag to compare

Fixes

Attempting to write bytes to a Windows console that are not valid UTF-8 will return an error. std::io::error does not support Windows properly.
Removed the logging on Windows

Version 0.6.2

04 Nov 06:11
Compare
Choose a tag to compare

Fixes

  • When operating in a console, the Windows implementation of std::io::stderr does not support non-UTF-8 byte sequences. Attempting to write bytes that are not valid UTF-8 will return an error.

Version 0.6.1

22 Jul 18:53
Compare
Choose a tag to compare

Fix

  • Documentation update

Version 0.6.0

22 Jul 18:47
Compare
Choose a tag to compare

Feature

  • Timeout can now be disabled through setting PgSettings{.., timeout: None}

Breaking Changes

  • PgSettings timeout attribute has been change to Option<Duration> (description above)

Version 0.5.4

22 Jul 15:08
Compare
Choose a tag to compare

Restructuring

  • Extracted command execution