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
Performance improvement on bulk json inserts, around 10% increase on requests per second by removing json_typeof from write queries by @steve-chavez in #2676.
Documentation
Dark mode toggling (with a button on the bottom right corner) by @laurenceisla in #3289
If the LISTEN connection fails, it's retried with exponential backoff
Force listener to connect to read-write instances using target_session_attrs by @steve-chavez in #3414
Fix incorrect 413 Request Entity Too Large on pg errors 54* by @taimoorzaeem in #3255
Remove verbosity from error logs starting with "An error occurred..." and replacing it with "Failed to..." by @laurenceisla in #3549
Deprecations
Support for PostgreSQL versions 9.6, 10 and 11 is deprecated. From this on version onwards, PostgREST will only support non-end-of-life PostgreSQL versions. See https://www.postgresql.org/support/versioning/.