Skip to content

Commit 727816e

Browse files
committed
v1.0.0-beta.9
1 parent 89d7f42 commit 727816e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ 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.9
1011

11-
## Future breaking changes
12-
13-
The `is` and `null` operators are deprecated and will be removed prior to v1.0.0. Please use the `isNull` operator instead.
12+
The deprecated `is` and `null` operators were removed. Use the `isNull` operator instead.
1413

1514
## Breaking change in beta.7
1615

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.8",
3+
"version": "1.0.0-beta.9",
44
"description": "Advanced filtering of Connections in PostGraphile",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)