pg_graphql v0.4.0
is a release focused on scalability and stability.
New Features:
- Introspection supports significantly (+10x) larger schemas #195
- Connections support filtering using the
in
operator #196
- Added support for json/jsonb typed columns #179
Bugfixes:
__typename
on mutation types #151
- Unused types are omitted from introspection #149
- Schema rebuilding event triggers are security definer #173
BigInt
fields on <Type>DeleteResponse
are treated as String
#177
- Schema's initial build no longer influenced by installer's
search_path
#184