Added
- Add
<server_address>/version
endpoint for retrieving the server version
[server]
expose_version=true
If expose_version
entry is not present in the configuration file, /version
is not exposed. It is recommended to use this feature with authorization enabled.
Fixed
- Replace unmaintained
dotenv
crate withdotenvy
- Fixes RUSTSEC-2021-0141