deprecate: target embedding disambiguation

This commit is contained in:
steve-chavez
2023-08-10 08:14:23 -05:00
committed by Steve Chavez
parent 5ce020d5bc
commit e30bf53afa
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -41,6 +41,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2881, Fix error when a function returns `RECORD` or `SET OF RECORD` - @laurenceisla
- #2896, Fix applying superuser settings for impersonated role - @steve-chavez
### Deprecated
- #2863, Deprecate resource embedding target disambiguation - @steve-chavez
+ The `/table?select=*,other!fk(*)` must be used to disambiguate
+ The server aids in choosing the `!fk` by sending a `hint` on the error whenever an ambiguous request happens.
## [11.1.0] - 2023-06-07
### Added