Releases: supabase/postgrest-js
Releases · supabase/postgrest-js
v1.17.1
v1.17.0
1.17.0 (2024-10-28)
Bug Fixes
- parser: revert error unwrapping (#566) (e603768)
- types: handle many-to-many join tables references (e961e94)
- unwrap error within arrays (e31b1ff)
- parser: whitespace issue with inner embeding (90d9b18)
- result: error plain string results unwrapping (b4e587a)
- types: aggregate on a missing column with alias (c6c2795)
- hint matching (e01b7c2)
- inner join on many relationship (7298b54)
- make hinting relationships use name as well as hint to avoid duplicates (4eea178)
- make oneToOne optional (0c53e4b)
- prettier (afc0cc9)
- rpc procedures call (556bbc4)
- self-referencing relation corner case (e099a47)
- update GenericTable usage to work with views (59e23a5)
Features
Reverts
- Revert "feat: make new select-query-parser available under next flag" (237034a)