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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,23 @@
1
1
# Changelog
2
+
3
+
## Unreleased
4
+
- Add schema validation: Input Objects must not contain non-nullable circular references (https://github.com/webonyx/graphql-php/pull/492)
5
+
6
+
#### v0.13.4
7
+
- Force int when setting max query depth (https://github.com/webonyx/graphql-php/pull/477)
8
+
9
+
#### v0.13.3
10
+
- Reverted minor possible breaking change (https://github.com/webonyx/graphql-php/pull/476)
11
+
12
+
#### v0.13.2
13
+
- Added QueryPlan support (https://github.com/webonyx/graphql-php/pull/436)
14
+
- Fixed an issue with NodeList iteration over missing keys (https://github.com/webonyx/graphql-php/pull/475)
15
+
16
+
#### v0.13.1
17
+
- Better validation of field/directive arguments
18
+
- Support for Apollo-style client/server persisted queries
19
+
- Minor tweaks and fixes
20
+
2
21
## v0.13.0
3
22
This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.md) document for details.
0 commit comments