Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Release 0.28.0 #865

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Publish Release 0.28.0 #865

merged 1 commit into from
Jun 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 6, 2024

0.28.0 (2024-06-06)

Breaking Change

  • #811: Unified Deriving
    • 👤 @nalchevanidze

    • **breaking change:**

      directive defintinitions are required to be associated with DIRECTIVE type.

      instance GQLType MyDirective where
        type KIND Deprecated = DIRECTIVE

New features

  • #836: Add Suffixes directive
    • 👤 @eunmin
    • 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.
  • #849: Feature: disable introspection
    • 👤 @nalchevanidze

    • In production, introspection can lead to safety problems, this function allows disabling introspection by configuration.

      you can disable introspection on your apps by : disableIntrospection function

Bug Fixes

Minor Changes

@nalchevanidze nalchevanidze marked this pull request as ready for review June 6, 2024 19:22
@nalchevanidze nalchevanidze merged commit 4614725 into main Jun 6, 2024
9 checks passed
@nalchevanidze nalchevanidze deleted the publish-release/0.28.0 branch June 6, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot build with GHC 9.8
2 participants