Lots of fixes
Pre-release
Pre-release
·
11538 commits
to main
since this release
This will be the LAST RELEASE OF postgraphql@next - future releases will all go out under the postgraphile
moniker because managing both is absorbing too much time. If this is a problem for you, please get in touch. You should be able to switch out postgraphql@next for postgraphile without any issues.
v4 beta is not far away now, my list of remaining tasks has diminished radically:
https://trello.com/b/x4xS0bVG/postgraphile-v4-remaining-tasks
Changelog:
- Fix bigint/bigfloat precision loss
- Fix (remove) incorrect 'pagination' comments on mutation procedures
- Fix null cursors on edges on mutations
- Cursors on edges on mutations now support array of orderBy (potentially breaking change, but given it wasn't working I doubt you're relying on it...)
- Enums with asterisks in are better supported (potentially breaking change if your enums already have asterisks in)
- Better error messages when fields clash
pg@7
support- duck-type
pg
to avoid being told your config is invalid - Warn when a schema is missing
- Autorename tables that end with
input(s)
orpatch(s)
so they don't cause conflicts (potentially breaking change if you have any tables named like this (which I deem unlikely)) - Performance: reduce redundancy in the SQL
Thanks for this release goes to all my Patreon supporters 🙏