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
feat: default connection timeout of 15 seconds
By default there is no timeout, which results in fairly unhelpful
messages from other components in the stack because they do have
limits of e.g. 60s
fix: Better error messages (supabase#172)
* chore: cleaner logging output
- emit a string level rather than numeric (i.e. 'error' instead of 50)
- emit a readable ISO8601 timestamp instead of unix epoch time
* chore: better request logging when pg header is absent or malformed
* chore: better error message if query is not provided