fix: misleading "Starting.." logs on scache reload

This commit is contained in:
steve-chavez
2024-01-09 20:37:25 -05:00
committed by Steve Chavez
parent 6c3d7a946d
commit fdaeea8fd2
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2887, Add Preference `max-affected` to limit affected resources - @taimoorzaeem
### Fixed
- #3149, Misleading "Starting PostgREST.." logs on schema cache reloading - @steve-chavez
### Deprecated
- `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/stored_procedures.html#s-proc-single-json) instead. - @steve-chavez