Releases: theseus-rs/postgresql-embedded
Releases · theseus-rs/postgresql-embedded
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)
v0.2.3
📦 Build system
- add scheduled action to clear github caches (a2075be)
v0.2.2
📦 Build system
- GitHub version handling (#5)
- add code coverage badges (#6)
🛠️ Other improvements
- add tests to improve code coverage (#7)