You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce the number of database connections used on startup
Validate required configuration keys blockstore.type, auth.encrypt.secret_key. This breaks existing configurations that assume a default blockstore.type of "local". But no such configuration may be for production.
Fix incorrect time logged on DB get operations (#2341) thanks @holajiawei
API with an unknown path should return an error (#2190) thanks @DataDavD