Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 01:09
· 1102 commits to main since this release

Features

API

Authentication

Connection Pool

Errors

Observability

Transactions

Fixes

API

  • Remove unnecessary count on RPC returning single row by @steve-chavez in #3015

  • HTTP status responses for upserts by @taimoorzaeem in #2926

    • PUT returns 201 instead of 200 when rows are inserted
    • POST with Prefer: resolution=merge-duplicates returns 200 instead of 201 when no rows are inserted

Observability

  • Transaction-Scoped Settings are now shown clearly in the Postgres logs by @laurenceisla in #3032

    • Shows set_config('pgrst.setting_name', $1) instead of setconfig($1, $2)
    • Does not apply to role settings and app.settings.*
  • Display an actual TCP port app is bound to by @develop7 in #3034

  • Fix Acquision Timeout errors logging to stderr when log-level=crit by @laurenceisla in #3067

Breaking changes

API

Transactions

New Contributors

Full Changelog: v11.2.2...v12.0.0