4.4.6-alpha.0 (2019-11-08)
Bug Fixes
- jwt: allow JWT exp to be bigint (#542) (69c7e8e)
- omit: if you omit update on all columns don't throw (#531) (b5d9e99)
- pagination: fix bug in cursor pagination for PL/pgSQL SETOF… (#559) (0089a07)
- types: correct tuples to arrays in pgIntrospectionPlugin (#530) (6488d5c)
- types: export more types inc PgIntrospectionResultByKind (#532) (1689f66)
- types: minor TypeScript fixes (#545) (0170064)
- types: use jwt.Secret type in PostGraphileCoreOptions (#546) (be18000)
- watch: don't built schema twice in watch mode (#558) (0a36f7b)
Features
- connections: expose totalCount on custom connections (#529) (b6c08cf)
- pg: add partial index detection to introspection (#535) (360e5e0)
- pg: add support for cidr and macaddr types (#520) (676c3f2)
- QueryBuilder: new methods for managing QB children (#537) (1a8a0bc)
- utils: @pgQuery support for scalars (#534) (49259c2)
- utils:
[@pg](https://github.com/pg)Query.source
can be function (#555) (907c8e6) - utils: add makePgSmartTagsPlugin (#541) (40a7bfa)
- utils: makeExtendSchemaPlugin supports enums and default values (#562) (2a23aee)