Skip to content

Releases: theseus-rs/postgresql-embedded

v0.7.2

16 Mar 17:10

Choose a tag to compare

✨ Enhancements

  • add tracing instrumentation (#41)

v0.7.1

16 Mar 04:32

Choose a tag to compare

🐞 Bug fixes

  • correct parallel archive extract failures (#40)

v0.7.0

15 Mar 19:56

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

Choose a tag to compare

✨ Enhancements

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

v0.6.1

06 Mar 20:06

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

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

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

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

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

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)