Skip to content

v0.4.0

Compare
Choose a tag to compare
@olirice olirice released this 02 Aug 13:54
· 800 commits to master since this release
34cc266

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