diff --git a/releases/upcoming.rst b/releases/upcoming.rst index ae5ad4225..fc7b7b3ef 100644 --- a/releases/upcoming.rst +++ b/releases/upcoming.rst @@ -29,6 +29,24 @@ Added * Documentation reference for :ref:`mutation_embed`. +Fixed +----- + +* Allow embedding a VIEW when its source table foreign key is UNIQUE + |br| -- `@bwbroersma `_ + +* ``Accept: application/vnd.pgrst.object+json`` behavior is now enforced for POST/PATCH/DELETE regardless of ``Prefer: return=minimal`` + |br| -- `@dwagin `_ + +* Fix self join resource embedding on PATCH + |br| -- `@herulume `_, `@steve-chavez `_ + +* Allow PATCH/DELETE without ``Prefer: return=minimal`` on tables with no SELECT privileges + |br| -- `@steve-chavez `_ + +* Fix many to many resource embedding for RPC/PATCH + |br| -- `@steve-chavez `_ + Changed -------