v6.0.2¶
Full changelog is available at PostgREST releases page.
Added¶
- Ignoring payload keys for insert/update can be now done with the
?columns
query parameter. See Specifying Columns.
– @steve-chavez - websearch_to_tsquery can now be used
through the
wfts
operator. See Full-Text Search.
– @herulume - Resource Embedding on materialized views is now possible. See Embedding Views.
– @vitorbaptista - Bulk calling an RPC is now allowed. See Bulk Call.
– @steve-chavez - It’s now possible to request a
text/plain
output. See Plain Text Output.
– @steve-chavez - Config option for specifying PostgREST database pool timeout. See db-pool-timeout.
– @Qu4tro - Config option for binding the PostgREST web server to an unix socket. See server-unix-socket.
– @Dansvidania - Config option for extending the supported media types. See raw-media-types.
– @Dansvidania - We now offer an statically linked binary for Linux. Look for postgrest-<version>-linux-x64-static.tar.xz on the
releases page.
– @clojurians-org - A How-to guides section was added to the documentation.
Changed¶
SIGHUP
support was removed. You should useSIGUSR1
instead. See Schema Cache Reloading.- server-host default of
127.0.0.1
was changed to!4
. See server-host.
Thanks¶
This release is sponsored by:



- Daniel Babiak
- Evans Fernandes
- Tsingson Qin
- Michel Pelletier
- Jay Hannah
- Robert Stolarz
- Kofi Gumbs
- Nicholas DiBiase
- Christopher Reid
- Nathan Bouscal
If you like to join them please consider supporting PostgREST development.