Skip to content

Upcoming Release Changes - #314

Merged
n1ru4l merged 1 commit into
mainfrom
changeset-release/main
Jul 22, 2026
Merged

Upcoming Release Changes#314
n1ru4l merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@theguild/federation-composition@0.23.2

Patch Changes

  • #312 32039b3 Thanks @jdolle! - Support composing directive argument default values. E.g.

    extend schema
      @link(
        url: "https://specs.apollo.dev/federation/v2.5"
        import: ["@key", "@composeDirective"]
      )
      @link(url: "https://myspecs.dev/access/v1.0", import: ["@access"])
      @composeDirective(name: "@access")
    
    directive @access(scope: Scope! = PUBLIC) on FIELD_DEFINITION
    enum Scope {
      PUBLIC
      PRIVATE
    }
    
    type Query {
      hello: String @access
    }

    Previously, the "PUBLIC" default value in the above example would not be set in the composed result.

@github-actions

Copy link
Copy Markdown
Contributor Author

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@theguild/federation-composition 0.23.2-rc-20260722133429-1fecc3cd62ada2c6800037385108ef27f366b65c npm ↗︎ unpkg ↗︎

@n1ru4l
n1ru4l merged commit b50d322 into main Jul 22, 2026
5 checks passed
@n1ru4l
n1ru4l deleted the changeset-release/main branch July 22, 2026 13:36
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.

1 participant