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
#1417, Accept: application/vnd.pgrst.object+json behavior is now enforced for POST/PATCH/DELETE regardless of Prefer: return=representation/minimal - @dwagin
#1415, Add support for user defined socket permission via server-unix-socket-mode config option - @Dansvidania
#1088, Allow adding headers to GET/POST/PATCH/PUT/DELETE responses through the response.headers GUC - @steve-chavez
#1427, Allow overriding provided headers(Location, Content-Type, etc) through the response.headers GUC - @steve-chavez
#1450, Allow multiple schemas to be exposed in one instance. The schema to use can be selected through the headers Accept-Profile for GET/HEAD and Content-Profile for POST/PATCH/PUT/DELETE - @steve-chavez, @MahmoudKassem
#1355, Allow PATCH/DELETE without return=minimal on tables with no select privileges - @steve-chavez
#1361, Fix embedding a VIEW when its source foreign key is UNIQUE - @bwbroersma
Changed
#1385, bulk RPC call now should be done by specifying a Prefer: params=multiple-objects header - @steve-chavez
#1401, resource embedding now outputs an error when multiple relationships between two tables are found - @steve-chavez
#1423, default Unix Socket file mode from 755 to 660 - @dwagin
#1430, Remove embedding with duck typed column names GET /projects?select=client(*)- @steve-chavez
You can rename the foreign key to client to make this request work in the new version: alter table projects rename constraint projects_client_id_fkey to client
#1413, Change server-proxy-uri config option to openapi-server-proxy-uri - @steve-chavez