Skip to content

Commit c8aec04

Browse files
committed
v1.0.0-beta.15
1 parent c41e802 commit c8aec04

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This plugin adds a `filter` argument to Connection types in PostGraphile v4.
77
88
> **Warning:** Use of this plugin (particularly with the default options) may make it **astoundingly trivial** for a malicious actor (or a well-intentioned application that generates complex GraphQL queries) to overwhelm your database with expensive queries. See the Performance and Security section for details.
99
10+
## Breaking change in beta.15
11+
12+
The v1.0.0-beta.15 release of this plugin relies on the `pgOmit` function introduced in PostGraphile v4.0.0-rc.2 and the `inet` type support introduced in PostGraphile v4.0.0-rc.4. As a result, the PostGraphile peer dependency was bumped to v4.0.0-rc.4 or later.
13+
1014
## Breaking change in beta.9
1115

1216
The deprecated `is` and `null` operators were removed. Use the `isNull` operator instead.
@@ -41,7 +45,7 @@ connectionFilterOperatorNames: {
4145
| 4.0.0-alpha2.30 | 1.0.0-alpha.7 - 1.0.0-alpha.8 |
4246
| 4.0.0-alpha2.33 | 1.0.0-alpha.9 - 1.0.0-alpha.10 |
4347
| 4.0.0-beta.0 - 4.0.0-beta.7 | 1.0.0-beta.0 - 1.0.0-beta.6 |
44-
| 4.0.0-beta.8 or later | 1.0.0-beta.7 or later |
48+
| 4.0.0-beta.8 - 4.0.0-rc.3 | 1.0.0-beta.7 - 1.0.0-beta.14 |
4549
| 4.0.0-rc.4 or later | 1.0.0-beta.15 or later |
4650

4751
## Performance and Security

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-plugin-connection-filter",
3-
"version": "1.0.0-beta.14",
3+
"version": "1.0.0-beta.15",
44
"description": "Advanced filtering of Connections in PostGraphile",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)