Merged
Conversation
nalchevanidze
approved these changes
Jun 6, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.28.0 (2024-06-06)
Breaking Change
👤 @nalchevanidze
Details
**breaking change:**directive defintinitions are required to be associated with
DIRECTIVEtype.New features
Details
Hi~! :) I'm having a great time with morpheus-graphql. This time I wanted to rename a type, so I tried to use Prefixes, Rename, DropNamespaces, but there was nothing suitable, so I created the Suffixes directive. Please take a look and merge or comment. Thanks.👤 @nalchevanidze
Details
In production, introspection can lead to safety problems, this function allows disabling introspection by configuration.you can disable introspection on your apps by :
disableIntrospectionfunctionBug Fixes
📦 client
👤 @ropwareJB
Details
+ Bump support to newer graphql-ws subscription protocol from deprecated + yesod example with node client using graphql-ws npm package. + Bump version to v0.28.0This PR will cease support for the older protocol due to line, which changes the name of an event from 'data' to 'next':
https://github.com/morpheusgraphql/morpheus-graphql/pull/805/files#diff-d7568c77ceef4d42fcddd7e99c510f1d7d53592431ab6ff0027f1667b6de68deR160
Deprecation notice:
https://www.npmjs.com/package/graphql-ws#disclaimer
Graphql-ws protocol:
https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Deprecated subscriptions-transport-ws protocol:
https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
Minor Changes
Details
Yesod-pubsub example had a minor issue where the client was sending a malformed subscription request.Details
Fixes Cannot build with GHC 9.8 #854