Fix embedded filter silently getting ignored (#2133)

When the embedded resource is not included in the request
This commit is contained in:
Steve Chavez
2022-01-24 17:52:27 -05:00
committed by GitHub
parent fae1e168a7
commit c7cadcd776
5 changed files with 80 additions and 49 deletions
+1
View File
@@ -27,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2107, Clarify error for failed schema cache load. - @steve-chavez
+ From `Database connection lost. Retrying the connection` to `Could not query the database for the schema cache. Retrying.`
- #2120, Fix reading database configuration properly when `=` is present in value - @wolfgangwalther
- #1771, Fix silently ignoring filter on a non-existent embedded resource - @steve-chavez
## [9.0.0] - 2021-11-25