8000 Tags · ITninja04/postgres-meta · GitHub
[go: up one dir, main page]

Skip to content

Tags: ITninja04/postgres-meta

Tags

v0.33.3

Toggle v0.33.3's commit message
fix: return `date`, `timestamp`, `timestamptz` as string

v0.33.2

Toggle v0.33.2's commit message
fix: handling of type identifier in column create() and update()

v0.33.1

Toggle v0.33.1's commit message
fix: trigger release

v0.33.0

Toggle v0.33.0's commit message
feat: additional header for debugging information

v0.32.1

Toggle v0.32.1's commit message
fix: respond with a 504 if appropriate

When we terminate an upstream connection due to a timeout, we ought to
respond with a 504 rather than a 400.

v0.32.0

Toggle v0.32.0's commit message
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

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.31.0

Toggle v0.31.0's commit message
feat: GET /views

v0.30.2

Toggle v0.30.2's commit message
fix: trigger release

v0.30.1

Toggle v0.30.1's commit message
chore: update actions

0