Skip to content

Commit 21284b6

Browse files
committed
v4.9.1
1 parent 79017c5 commit 21284b6

5 files changed

Lines changed: 22 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@
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.9.0...v) (2020-09-09)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.9.0...v) (2020-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** fix parsing interval to support fractional seconds ([#678](https://github.com/graphile/graphile-engine/issues/678)) ([79017c5](https://github.com/graphile/graphile-engine/commit/79017c56d0b3b7ec76cd36b069d00129f6b8501f))
12+
* domains over array types now correctly apply "tweaks" ([#672](https://github.com/graphile/graphile-engine/issues/672)) ([99259f4](https://github.com/graphile/graphile-engine/commit/99259f4045d95d2e7a555f6788c0755a513a26bc))
13+
* **graphile-build-pg:** add more numeric casting exceptions ([#661](https://github.com/graphile/graphile-engine/issues/661)) ([ea8480e](https://github.com/graphile/graphile-engine/commit/ea8480e844bfdc025c615af07bbd82886e0f4faf))
14+
* **proc:** fix output of record/table returning functions ([#667](https://github.com/graphile/graphile-engine/issues/667)) ([7182d92](https://github.com/graphile/graphile-engine/commit/7182d9277f69bd342ffeb7b0c6aefc6a2a2d81fa))
15+
* **utils:** selectGraphQLResultFromTable now debugs SQL ([#668](https://github.com/graphile/graphile-engine/issues/668)) ([04a996a](https://github.com/graphile/graphile-engine/commit/04a996aa6aca32f2b273001a7500f1ae96dce533))
16+
* load makeAddPgTableConditionPlugins before PgConnectionArgOrderBy ([#658](https://github.com/graphile/graphile-engine/issues/658)) ([16d7b30](https://github.com/graphile/graphile-engine/commit/16d7b3086649ef972ea8e337acf3bfb56be9416e))
17+
18+
19+
### Features
20+
21+
* **smart-tags:** add support for '[@unique](https://github.com/unique)' fake constraints ([#673](https://github.com/graphile/graphile-engine/issues/673)) ([5cd51b6](https://github.com/graphile/graphile-engine/commit/5cd51b66ce1a9ecd0f2574e0105a0d6cbfecbb75))
722

823

924

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.9.0",
7+
"version": "4.9.1",
88
"command": {
99
"publish": {
1010
"allowBranch": [

packages/graphile-build-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build-pg",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
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",

packages/graphile-utils/package.json

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

packages/postgraphile-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-core",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "",
55
"main": "node8plus/index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"graphile-build": "4.9.0",
23-
"graphile-build-pg": "4.9.0",
23+
"graphile-build-pg": "4.9.1",
2424
"tslib": "^2.0.1"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)