Return Location header only when using Prefer: return=header-only

This commit is contained in:
Laurence Isla
2022-06-24 12:53:27 -05:00
committed by GitHub
parent f7745e1569
commit 169547aee6
4 changed files with 39 additions and 30 deletions
+1
View File
@@ -71,6 +71,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ For migrating, clients must be updated to the embedding form of `/view?select=*,other_view!column(*)`.
- #1959, A full table PATCH(without filters) is now restricted, it requires a `limit` parameter - @steve-chavez
+ A `PATCH /tbl` will now result in 0 rows updated, unless `PATCH /tbl?limit=10&order=<pkcol>` is done
- #2312, Using `Prefer: return=representation` no longer returns a `Location` header - @laurenceisla
## [9.0.1] - 2022-06-03