File tree Expand file tree Collapse file tree
graphql-parse-resolve-info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33We use PostGraphile's GitHub releases tab to log our changes in detail, but
44this auto-generated changelog helps us to produce that list, and it may be
55helpful to you also.
6- # [ ] ( https://github.com/graphile/graphile-engine/compare/v4.11.2...v ) (2021-01-29)
6+ # [ ] ( https://github.com/graphile/graphile-engine/compare/v4.11.2...v ) (2021-02-15)
7+
8+
9+ ### Features
10+
11+ * ** pg:** connections can use named queries ([ #715 ] ( https://github.com/graphile/graphile-engine/issues/715 ) ) ([ 352dab3] ( https://github.com/graphile/graphile-engine/commit/352dab32104e8c4fb9a5693f2cfe8d8c0fed4219 ) )
12+ * ** pg:** makeProcField can be used to construct aggregates ([ #714 ] ( https://github.com/graphile/graphile-engine/issues/714 ) ) ([ 8e0102b] ( https://github.com/graphile/graphile-engine/commit/8e0102b2a8c93f8eead89f41c9b0f988aee68411 ) )
13+ * ** pg:** procFieldDetails helper ([ #717 ] ( https://github.com/graphile/graphile-engine/issues/717 ) ) ([ 59a07a2] ( https://github.com/graphile/graphile-engine/commit/59a07a2c0ed80ef43d22759c1d0e1cafa129bd1f ) )
714
815
916
Original file line number Diff line number Diff line change 44 "packages" : [
55 " packages/*"
66 ],
7- "version" : " 4.11.2 " ,
7+ "version" : " 4.12.0-alpha.0 " ,
88 "command" : {
99 "publish" : {
1010 "allowBranch" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " graphile-build-pg" ,
3- "version" : " 4.11.2 " ,
3+ "version" : " 4.12.0-alpha.0 " ,
44 "description" : " Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build" ,
55 "main" : " node8plus/index.js" ,
66 "types" : " node8plus/index.d.ts" ,
4040 "@graphile/lru" : " 4.11.0" ,
4141 "chalk" : " ^2.4.2" ,
4242 "debug" : " ^4.1.1" ,
43- "graphile-build" : " 4.11 .0" ,
43+ "graphile-build" : " 4.12.0-alpha .0" ,
4444 "jsonwebtoken" : " ^8.5.1" ,
4545 "lodash" : " >=4 <5" ,
4646 "lru-cache" : " >=4 <5" ,
47- "pg-sql2" : " 4.11 .0"
47+ "pg-sql2" : " 4.12.0-alpha .0"
4848 },
4949 "peerDependencies" : {
5050 "pg" : " >=6.1.0 <9"
Original file line number Diff line number Diff line change 11{
22 "name" : " graphile-build" ,
3- "version" : " 4.11 .0" ,
3+ "version" : " 4.12.0-alpha .0" ,
44 "description" : " Build a GraphQL schema from plugins" ,
55 "main" : " node8plus/index.js" ,
66 "types" : " node8plus/index.d.ts" ,
3333 "@graphile/lru" : " 4.11.0" ,
3434 "chalk" : " ^2.4.2" ,
3535 "debug" : " ^4.1.1" ,
36- "graphql-parse-resolve-info" : " 4.11 .0" ,
36+ "graphql-parse-resolve-info" : " 4.12.0-alpha .0" ,
3737 "iterall" : " ^1.2.2" ,
3838 "lodash" : " >=4 <5" ,
3939 "lru-cache" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphile-utils" ,
3- "version" : " 4.11.2 " ,
3+ "version" : " 4.12.0-alpha.0 " ,
44 "description" : " Utilities to help with building graphile-build plugins" ,
55 "main" : " node8plus/index.js" ,
66 "types" : " node8plus/index.d.ts" ,
3838 "node" : " >=8.6"
3939 },
4040 "devDependencies" : {
41- "graphile-build" : " 4.11 .0" ,
42- "graphile-build-pg" : " 4.11.2 " ,
41+ "graphile-build" : " 4.12.0-alpha .0" ,
42+ "graphile-build-pg" : " 4.12.0-alpha.0 " ,
4343 "jest" : " 25.x" ,
4444 "jest-serializer-graphql-schema" : " 4.10.0" ,
4545 "ts-node" : " ^9.0.0" ,
4949 "graphile-build" : " ^4.5.0" ,
5050 "graphile-build-pg" : " ^4.5.0"
5151 },
52- "files" : [" node8plus" ]
52+ "files" : [
53+ " node8plus"
54+ ]
5355}
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-parse-resolve-info" ,
3- "version" : " 4.11 .0" ,
3+ "version" : " 4.12.0-alpha .0" ,
44 "description" : " Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree" ,
55 "main" : " index.js" ,
66 "types" : " node8plus/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphile/pg-pubsub" ,
3- "version" : " 4.11 .0" ,
3+ "version" : " 4.12.0-alpha .0" ,
44 "description" : " Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-sql2" ,
3- "version" : " 4.11 .0" ,
3+ "version" : " 4.12.0-alpha .0" ,
44 "description" : " Generate safe Postgres-compliant SQL with tagged template literals" ,
55 "main" : " node8plus/index.js" ,
66 "types" : " node8plus/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " postgraphile-core" ,
3- "version" : " 4.11.2 " ,
3+ "version" : " 4.12.0-alpha.0 " ,
44 "description" : " " ,
55 "main" : " node8plus/index.js" ,
66 "scripts" : {
1919 "url" : " https://github.com/graphile/graphile-engine/issues"
2020 },
2121 "dependencies" : {
22- "graphile-build" : " 4.11 .0" ,
23- "graphile-build-pg" : " 4.11.2 " ,
22+ "graphile-build" : " 4.12.0-alpha .0" ,
23+ "graphile-build-pg" : " 4.12.0-alpha.0 " ,
2424 "tslib" : " ^2.0.1"
2525 },
2626 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphile/subscriptions-lds" ,
3- "version" : " 4.11 .0" ,
3+ "version" : " 4.12.0-alpha .0" ,
44 "description" : " Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments