Skip to content

Releases: theseus-rs/postgresql-embedded

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)

v0.2.3

11 Feb 15:16
Compare
Choose a tag to compare

📦 Build system

  • add scheduled action to clear github caches (a2075be)

v0.2.2

11 Feb 01:52
Compare
Choose a tag to compare

📦 Build system

  • GitHub version handling (#5)
  • add code coverage badges (#6)

🛠️ Other improvements

  • add tests to improve code coverage (#7)