fix: max-affected preference not failing for rpc with strict handling

This commit is contained in:
Taimoor Zaeem
2025-06-03 14:31:17 -05:00
committed by Steve Chavez
parent e33ce843dd
commit dc46aea15e
7 changed files with 64 additions and 7 deletions
+4
View File
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ The exposed schemas are now listed in the `hint` instead of the `message` field.
- Improve error details of `PGRST301` error by @taimoorzaeem in #4051
### Fixed
- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100
## [13.0.2] - 2025-06-02
### Fixed