Releases: faokunega/pg-embed
Releases · faokunega/pg-embed
v0.8.0
v0.7.1
v0.7.0
v0.6.6
Version 0.6.5
Fixes
- Linux compilation fix
Thanks to nicoulaj for his contribution
Version 0.6.4
Fixes
Attempting to write bytes to a Windows console that are not valid UTF-8 will return an error. std::io::error does not support Windows properly.
Removed the logging on Windows
Version 0.6.2
Fixes
- When operating in a console, the Windows implementation of std::io::stderr does not support non-UTF-8 byte sequences. Attempting to write bytes that are not valid UTF-8 will return an error.
Version 0.6.1
Fix
- Documentation update
Version 0.6.0
Feature
- Timeout can now be disabled through setting
PgSettings{.., timeout: None}
Breaking Changes
PgSettings
timeout attribute has been change toOption<Duration>
(description above)
Version 0.5.4
Restructuring
- Extracted command execution