Skip to content

Releases: theseus-rs/postgresql-embedded

v0.7.0

15 Mar 19:56
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • correct parallel archive extract failures (#39)

🐞 Bug fixes

  • correct parallel archive extract failures (#39)

v0.6.2

07 Mar 02:58
Compare
Choose a tag to compare

✨ Enhancements

  • add reqwest backoff/retry logic and tracing support (#38)

v0.6.1

06 Mar 20:06
Compare
Choose a tag to compare

🐞 Bug fixes

πŸ› οΈ Other improvements

  • remove use of copy left license MPL-2.0 from dependencies (#37)
  • update dependencies (#35)
  • update use of settings for postgres connection and correct typo in output (#32)

v0.6.0

24 Feb 22:21
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • remove bundled as a default feature and corrected bug when the bundled feature is not used (#31)

🐞 Bug fixes

  • remove bundled as a default feature and corrected bug when the bundled feature is not used (#31)

v0.5.0

22 Feb 23:50
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • refactor status to check on demand instead of attempting to track the state dynamically (#30)

πŸ“– Documentation

  • add postgres driver and sqlx examples (#29)

πŸ› οΈ Other improvements

  • refactor status to check on demand instead of attempting to track the state dynamically (#30)
  • update action permissions to reduce write privilege scope (#28)
  • remove unnecessary use of command pipes (#27)
  • run all benchmarks from workspace at once instead of individually from crates (#26)
  • create scorecard.yml (#25)

v0.4.1

18 Feb 21:38
Compare
Choose a tag to compare

✨ Enhancements

  • add devcontainer support (#21)

πŸ› οΈ Other improvements

  • update benchmark pull request configuration (#24)
  • refactor the way benchmarks run on the main branch vs a PR (#23)
  • add benchmark pull request integration (#22)
  • add benchmarks (#19)
  • update psql to manage setting the PGPASSWORD environment variable when pg_password is set (#20)
  • update windows to use UTF8 to align with other operating systems and utilize capabilities of the newer releases from https://github.com/theseus-rs/postgresql-binaries (#18)

v0.4.0

13 Feb 18:38
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • remove archive hash from the public interface and always calculate/verify the hash when requesting an archive (#15)

πŸ“– Documentation

  • add postgres to keywords (#17)

πŸ› οΈ Other improvements

  • improve lifecycle test coverage (#16)

v0.3.2

13 Feb 04:36
Compare
Choose a tag to compare

🐞 Bug fixes

  • correct bug where serialization fails when there is a draft release of the PostgreSQL binaries (#13)

πŸ› οΈ Other improvements

  • add examples (#14)
  • update test code coverage (#12)

v0.3.1

12 Feb 16:14
Compare
Choose a tag to compare

πŸ“– Documentation

  • update cargo description (#10)

πŸ› οΈ Other improvements

  • change tracing levels from info to debug (#11)
  • update postgresql_embedded::ArchiveError argument (#9)

v0.3.0

11 Feb 17:09
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • rename ArchiveError and EmbeddedError (#8)