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
- track GraphiQL new version via @dependabot
- automate GraphiQL integration glue adapting for new versions
- rework `example/warp_subscriptions` to support subscriptions in new GraphiQL
Copy file name to clipboardExpand all lines: juniper/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
51
51
- Disabled `chrono`[Cargo feature] by default.
52
52
- Removed `scalar-naivetime`[Cargo feature].
53
53
- Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528])
54
+
- Upgraded [GraphiQL] to 3.0.5 version (requires new [`graphql-ws` GraphQL over WebSocket Protocol] integration on server, see `examples/warp_subscriptions`). ([#1188])
54
55
55
56
### Added
56
57
@@ -121,6 +122,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
0 commit comments