Releases: theseus-rs/postgresql-embedded
Releases · theseus-rs/postgresql-embedded
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)