Skip to content

Releases: theseus-rs/postgresql-embedded

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

v0.8.2

05 Apr 16:12
Compare
Choose a tag to compare

🐞 Bug fixes

  • suppress bytes parameter in tracing instrumentation (#52)

v0.8.1

03 Apr 18:56
Compare
Choose a tag to compare

🐞 Bug fixes

🛠️ Other improvements

  • add command integration test (#50)

v0.8.0

03 Apr 04:18
Compare
Choose a tag to compare

💥 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

25 Mar 17:36
Compare
Choose a tag to compare

✨ Enhancements

  • add ability to create settings from a url (#42)

v0.7.2

16 Mar 17:10
Compare
Choose a tag to compare

✨ Enhancements

  • add tracing instrumentation (#41)