Releases: theseus-rs/postgresql-embedded
Releases · theseus-rs/postgresql-embedded
v0.9.3
🐞 Bug fixes
- work around hang starting database on windows (#67)
🛠️ Other improvements
- don't trace self or command builders (#68)
v0.9.2
📦 Build system
- correct lint warnings (#65)
🛠️ Other improvements
- improve test coverage (#66)
- add auth tests (#64)
- update dependencies (#62)
v0.9.1
🐞 Bug fixes
- create extract_dir on same filesystem as out_dir (#58)
v0.9.0
💥 Breaking changes
- define bootstrap superuser as postgres (#57)
🐞 Bug fixes
- define bootstrap superuser as postgres (#57)
v0.8.2
🐞 Bug fixes
- suppress bytes parameter in tracing instrumentation (#52)
v0.8.1
🐞 Bug fixes
🛠️ Other improvements
- add command integration test (#50)
v0.8.0
💥 Breaking changes
- move commands into postgresql_commands crate (#49)
📦 Build system
- update dependencies (#48)
🛠️ Other improvements
- move commands into postgresql_commands crate (#49)
v0.7.3
✨ Enhancements
- add ability to create settings from a url (#42)
v0.7.2
✨ Enhancements
- add tracing instrumentation (#41)