Releases: theseus-rs/postgresql-embedded
Releases Β· theseus-rs/postgresql-embedded
v0.11.0
π₯ Breaking changes
- allow releases URL to be configured (#80)
β¨ Enhancements
- export Version to improve dx (#81)
- allow releases URL to be configured (#80)
π Documentation
- update documentation (#79)
π¦ Build system
- Enable pedantic lints (#77)
π οΈ Other improvements
- add missing command error tests and clean up lint directives (#78)
v0.10.2
π Bug fixes
- correct errors when PGDATABASE envar is set (#76)
v0.10.1
π₯ Breaking changes
- add ability to specify multiple pg_ctl options and define server configuration in Settings (#74)
β¨ Enhancements
- add ability to specify multiple pg_ctl options and define server configuration in Settings (#74)
v0.9.5
π Bug fixes
- don't require rustls for the build script. only enable by default. (#72)
v0.9.4
β¨ Enhancements
- add native-tls support (#71)
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)