- Updated dependencies.
- Fixed lint issues and modernized some code.
- Fixed
fsutiltest on newer Go toolchains. (#292 @fnoopv) - Fixed a panic in the recovery middleware if the panic value is an empty slice or a slice containing only
nilvalues. (#293 @fnoopv) - Fixed 500 error caused by
auth.BasicAuthenticatorif the user is not found. (#291 @fnoopv)