Skip to content

Publish Release 0.28.0#865

Merged
nalchevanidze merged 1 commit intomainfrom
publish-release/0.28.0
Jun 6, 2024
Merged

Publish Release 0.28.0#865
nalchevanidze merged 1 commit intomainfrom
publish-release/0.28.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

0.28.0 (2024-06-06)

Breaking Change

  • #811: Unified Deriving
    • 👤 @nalchevanidze

    • Details **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
    • 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.
  • #849: Feature: disable introspection
    • 👤 @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 : 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
@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