This release changes test database naming inference and /monitor/ping
output.
Changes
- Change:
/monitor/ping
now randomly generates a human-readable name at start-up, and will reply with that for the process duration. - Change: the default postgres test database name is now
{crate_name}-test
.
Additions
- Support for overriding
host
,name
andport
for the postgres test database.