Skip to content

Releases: theseus-rs/postgresql-embedded

v0.11.0

20 Jun 04:29
Compare
Choose a tag to compare

πŸ’₯ 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

18 Jun 17:11
Compare
Choose a tag to compare

🐞 Bug fixes

  • correct errors when PGDATABASE envar is set (#76)

v0.10.1

14 Jun 19:56
Compare
Choose a tag to compare

πŸ’₯ 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

03 Jun 16:38
Compare
Choose a tag to compare

🐞 Bug fixes

  • don't require rustls for the build script. only enable by default. (#72)

v0.9.4

31 May 13:15
Compare
Choose a tag to compare

✨ Enhancements

  • add native-tls support (#71)

v0.9.3

21 May 17:53
Compare
Choose a tag to compare

🐞 Bug fixes

  • work around hang starting database on windows (#67)

πŸ› οΈ Other improvements

  • don't trace self or command builders (#68)

v0.9.2

19 May 18:23
Compare
Choose a tag to compare

πŸ“¦ Build system

  • correct lint warnings (#65)

πŸ› οΈ Other improvements

  • improve test coverage (#66)
  • add auth tests (#64)
  • update dependencies (#62)

v0.9.1

01 May 06:12
Compare
Choose a tag to compare

🐞 Bug fixes

  • create extract_dir on same filesystem as out_dir (#58)

v0.9.0

26 Apr 18:22
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • define bootstrap superuser as postgres (#57)

🐞 Bug fixes

  • define bootstrap superuser as postgres (#57)

v0.8.3

21 Apr 00:34
Compare
Choose a tag to compare

🐞 Bug fixes