Skip to content

Commit 742133b

Browse files
committed
v4.11.0
1 parent 969d923 commit 742133b

13 files changed

Lines changed: 36 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
We use PostGraphile's GitHub releases tab to log our changes in detail, but
44
this auto-generated changelog helps us to produce that list, and it may be
55
helpful to you also.
6-
# [](https://github.com/graphile/graphile-engine/compare/v4.10.0...v) (2020-11-18)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.10.0...v) (2021-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** ensure buildSchema fails on invalid GraphQL schema ([#695](https://github.com/graphile/graphile-engine/issues/695)) ([c837e09](https://github.com/graphile/graphile-engine/commit/c837e0968e8e98f1461cec47e4e48ede020a766c))
12+
* **pg-sql2:** use same placeholder for same sql.value node ([#705](https://github.com/graphile/graphile-engine/issues/705)) ([969d923](https://github.com/graphile/graphile-engine/commit/969d92313f5e86e7a115726bedc197795a63b97c))
13+
14+
15+
### Features
16+
17+
* **enum:** enum views ([#704](https://github.com/graphile/graphile-engine/issues/704)) ([d2770a5](https://github.com/graphile/graphile-engine/commit/d2770a5e847b9839e0ac3bd2848817fd2d53bcfb))
18+
* **utils:** makeExtendSchemaPlugin interfaces support ([#696](https://github.com/graphile/graphile-engine/issues/696)) ([8af9ed5](https://github.com/graphile/graphile-engine/commit/8af9ed5afa14817e3a682d3ef4e71d90d3e77dd8))
719

820

921

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "4.10.0",
7+
"version": "4.11.0",
88
"command": {
99
"publish": {
1010
"allowBranch": [

packages/graphile-build-pg/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build-pg",
3-
"version": "4.10.0",
3+
"version": "4.11.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",
@@ -37,15 +37,15 @@
3737
},
3838
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphile-build-pg",
3939
"dependencies": {
40-
"@graphile/lru": "4.9.0",
40+
"@graphile/lru": "4.11.0",
4141
"chalk": "^2.4.2",
4242
"debug": "^4.1.1",
43-
"graphile-build": "4.10.0",
43+
"graphile-build": "4.11.0",
4444
"graphql-iso-date": "^3.6.0",
4545
"jsonwebtoken": "^8.5.1",
4646
"lodash": ">=4 <5",
4747
"lru-cache": ">=4 <5",
48-
"pg-sql2": "4.9.0"
48+
"pg-sql2": "4.11.0"
4949
},
5050
"peerDependencies": {
5151
"pg": ">=6.1.0 <9"

packages/graphile-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"description": "Build a GraphQL schema from plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -30,10 +30,10 @@
3030
},
3131
"homepage": "https://graphile.org/graphile-build/",
3232
"dependencies": {
33-
"@graphile/lru": "4.9.0",
33+
"@graphile/lru": "4.11.0",
3434
"chalk": "^2.4.2",
3535
"debug": "^4.1.1",
36-
"graphql-parse-resolve-info": "4.10.0",
36+
"graphql-parse-resolve-info": "4.11.0",
3737
"iterall": "^1.2.2",
3838
"lodash": ">=4 <5",
3939
"lru-cache": "^5.0.0",

packages/graphile-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-utils",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"description": "Utilities to help with building graphile-build plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -38,8 +38,8 @@
3838
"node": ">=8.6"
3939
},
4040
"devDependencies": {
41-
"graphile-build": "4.10.0",
42-
"graphile-build-pg": "4.10.0",
41+
"graphile-build": "4.11.0",
42+
"graphile-build-pg": "4.11.0",
4343
"jest": "25.x",
4444
"jest-serializer-graphql-schema": "4.10.0",
4545
"ts-node": "^9.0.0",

packages/graphile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile",
3-
"version": "4.5.0",
3+
"version": "4.11.0",
44
"scripts": {
55
"watch": "sleep 1000000000",
66
"test": "true",

packages/graphql-parse-resolve-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-parse-resolve-info",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree",
55
"main": "index.js",
66
"types": "node8plus/index.d.ts",

packages/lds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphile/lds",
3-
"version": "4.9.0",
3+
"version": "4.11.0",
44
"description": "Logical decoding server for PostgreSQL, monitors for new/edited/deleted rows and announces them to interested clients.",
55
"main": "dist/index.js",
66
"scripts": {

packages/lru/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphile/lru",
3-
"version": "4.9.0",
3+
"version": "4.11.0",
44
"description": "Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",

packages/pg-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphile/pg-pubsub",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"description": "Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)