Releases: theseus-rs/postgresql-embedded
Releases Β· theseus-rs/postgresql-embedded
v0.7.0
π₯ Breaking changes
- correct parallel archive extract failures (#39)
π Bug fixes
- correct parallel archive extract failures (#39)
v0.6.2
β¨ Enhancements
- add reqwest backoff/retry logic and tracing support (#38)
v0.6.1
π 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
π₯ 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
π₯ 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
β¨ 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
π₯ 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
π 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
π Documentation
- update cargo description (#10)
π οΈ Other improvements
- change tracing levels from info to debug (#11)
- update postgresql_embedded::ArchiveError argument (#9)
v0.3.0
π₯ Breaking changes
- rename ArchiveError and EmbeddedError (#8)