Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-python/graphene-federation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.4
Choose a base ref
...
head repository: graphql-python/graphene-federation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.5
Choose a head ref
  • 2 commits
  • 194 files changed
  • 3 contributors

Commits on May 31, 2024

  1. [FEAT] Support upto Federation v2.7 (#27)

    * Bug Fix: Avoid schema rebuilding if provided as argument
    
    * Bug Fix: Typing
    
    * Fix: Lint Error
    
    * Bug Fix: build_schema
    
    * Bug Fix: build_schema
    
    * fix(SDL): Cleans type annotation spacing and removed extra spacing
    
    * feat(utils): Add helper function for cleaning schema and removing redundant spaces and new lines
    
    * fix(tests): Refactor code using dedent and clean_schema helper, uses absolute import
    
    * style(Lint): Format using black
    
    * feat(federation): Support for specifying specific federation version
    
    * feat(Compose Directive): Add support for Compose Directive, and allow marked directives to be composed into supergraph
    
    * fix(Schema): Entities recursion error fixed
    
    * fix: black styling
    
    * fix: when @requires is used, resolvers receive dict of fields instead of a graphql type
    
    * fix: graphene-federation does not work without directives in federation version >= 2.1
    
    * fix: schema spacing errors
    
    * fix: @requires type resolution errors
    
    * fix: enum types not allowed in @key
    
    * feat: support @external on OBJECT type
    
    * feat: add support for federation-v2.3 using graphene-directives
    
    * deprecate: extends
    
    * add: support upto 2.6 spec
    
    * refact: is_non_field check
    
    * refact: relative imports to absolute imports
    
    * add: validators for @provides
    
    * chore: make dev-setup
    
    * docs: add documentation
    
    * support: custom field names
    
    * docs: update readme
    
    * docs: add rover support upto 2.5v issue
    
    * refact: add description for scalars
    
    * fix: coveralls testing suite
    
    * refact: FederationDirective -> ComposableDirective
    
    * deprecated: enable_federation_2 in favour of federation_version
    
    * feat: add support for federation v2.7
    
    * feat: Added type conversion when using @requires
    
    * fix: incorrect @sharable definition in federation v2.2
    
    * fix: @sharable is applied multiple times on PageInfo in multithreaded environments
    
    ---------
    
    Co-authored-by: Arun Suresh Kumar <[email protected]>
    Co-authored-by: Abhinand C <[email protected]>
    3 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d62a529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f3e37 View commit details
    Browse the repository at this point in the history
Loading