You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This plugin adds a `filter` argument to Connection types in PostGraphile v4.
7
7
8
8
> **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.
9
9
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
+
10
14
## Breaking change in beta.9
11
15
12
16
The deprecated `is` and `null` operators were removed. Use the `isNull` operator instead.
0 commit comments