Skip to content

Releases: ardatan/graphql-mesh

v1.0.5

12 Sep 17:48
6bab4d1
Compare
Choose a tag to compare
chore(deps): update dependency @types/jest to v29.5.13 (#7677)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

September 12, 2024

12 Sep 17:45
6bab4d1
Compare
Choose a tag to compare

@graphql-mesh/compose-cli@1.0.2

Patch Changes

  • Updated dependencies
    [adc3293]:
    • @graphql-mesh/fusion-composition@0.5.2

@graphql-mesh/fusion-composition@0.5.2

Patch Changes

  • #7676
    adc3293
    Thanks @ardatan! - If the target hoisted field is a new field name
    that doesn't exist, create that field and keep the existing one;

    createHoistFieldTransform({
      mapping: [
        {
          typeName: 'Query',
          pathConfig: ['users', 'results'],
          newFieldName: 'usersResults'
        }
      ]
    })
    type Query {
      users(limit: Int!, page: Int): UserSearchResult # Keep this
    + usersResults(limit: Int!, page: Int): [User!]! # Add a new one
    }
    
    scalar _HoistConfig
    
    type UserSearchResult {
      page: Int!
    }
    
    type User {
      id: ID!
      name: String!
    }

@graphql-mesh/fusion-runtime@0.8.12

Patch Changes

  • #7676
    adc3293
    Thanks @ardatan! - If the target hoisted field is a new field name
    that doesn't exist, create that field and keep the existing one;

    createHoistFieldTransform({
      mapping: [
        {
          typeName: 'Query',
          pathConfig: ['users', 'results'],
          newFieldName: 'usersResults'
        }
      ]
    })
    type Query {
      users(limit: Int!, page: Int): UserSearchResult # Keep this
    + usersResults(limit: Int!, page: Int): [User!]! # Add a new one
    }
    
    scalar _HoistConfig
    
    type UserSearchResult {
      page: Int!
    }
    
    type User {
      id: ID!
      name: String!
    }

@graphql-hive/gateway@1.0.5

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-runtime@1.0.3
    • @graphql-mesh/serve-cli@1.0.4

@graphql-mesh/migrate-config-cli@1.0.2

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/compose-cli@1.0.2

@graphql-mesh/hmac-upstream-signature@1.0.3

@graphql-mesh/plugin-jwt-auth@1.0.3

@graphql-mesh/plugin-opentelemetry@1.0.3

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-runtime@1.0.3

@graphql-mesh/plugin-operation-headers@1.0.3

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-runtime@1.0.3

@graphql-mesh/plugin-prometheus@1.0.3

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-runtime@1.0.3

@graphql-mesh/serve-cli@1.0.4

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-runtime@1.0.3
    • @graphql-mesh/hmac-upstream-signature@1.0.3
    • @graphql-mesh/plugin-jwt-auth@1.0.3
    • @graphql-mesh/plugin-opentelemetry@1.0.3
    • @graphql-mesh/plugin-prometheus@1.0.3

@graphql-mesh/serve-runtime@1.0.3

Patch Changes

  • Updated dependencies
    [adc3293]:
    • @graphql-mesh/fusion-runtime@0.8.12
    • @graphql-mesh/hmac-upstream-signature@1.0.3

v1.0.4

11 Sep 22:00
d388c86
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7669)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.0.3

11 Sep 18:06
74bf8fe
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7665)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.0.2

11 Sep 12:57
12dd3da
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7662)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.0.1

11 Sep 11:41
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7660)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

September 11, 2024

11 Sep 21:57
d388c86
Compare
Choose a tag to compare

@graphql-mesh/fusion-runtime@0.8.11

Patch Changes

@graphql-hive/gateway@1.0.4

Patch Changes

  • Updated dependencies
    [547cbb7,
    547cbb7]:
    • @graphql-mesh/serve-runtime@1.0.2
    • @graphql-mesh/serve-cli@1.0.3

@graphql-mesh/graphql@0.102.6

Patch Changes

@graphql-mesh/supergraph@0.8.6

Patch Changes

@graphql-mesh/hmac-upstream-signature@1.0.2

@graphql-mesh/plugin-jwt-auth@1.0.2

@graphql-mesh/plugin-opentelemetry@1.0.2

Patch Changes

  • Updated dependencies
    [547cbb7,
    547cbb7]:
    • @graphql-mesh/serve-runtime@1.0.2

@graphql-mesh/plugin-operation-headers@1.0.2

Patch Changes

  • Updated dependencies
    [547cbb7,
    547cbb7]:
    • @graphql-mesh/serve-runtime@1.0.2

@graphql-mesh/plugin-prometheus@1.0.2

Patch Changes

  • Updated dependencies
    [547cbb7,
    547cbb7]:
    • @graphql-mesh/serve-runtime@1.0.2

@graphql-mesh/serve-cli@1.0.3

Patch Changes

  • Updated dependencies
    [547cbb7,
    547cbb7]:
    • @graphql-mesh/serve-runtime@1.0.2
    • @graphql-mesh/hmac-upstream-signature@1.0.2
    • @graphql-mesh/plugin-jwt-auth@1.0.2
    • @graphql-mesh/plugin-opentelemetry@1.0.2
    • @graphql-mesh/plugin-prometheus@1.0.2

@graphql-mesh/serve-runtime@1.0.2

Patch Changes

September 11, 2024

11 Sep 18:00
74bf8fe
Compare
Choose a tag to compare

@graphql-mesh/fusion-runtime@0.8.10

Patch Changes

@graphql-hive/gateway@1.0.3

Patch Changes

  • Updated dependencies
    [ccadfab]:
    • @graphql-mesh/serve-runtime@1.0.1
    • @graphql-mesh/serve-cli@1.0.2

@graphql-mesh/hmac-upstream-signature@1.0.1

@graphql-mesh/plugin-jwt-auth@1.0.1

@graphql-mesh/plugin-opentelemetry@1.0.1

Patch Changes

  • Updated dependencies
    [ccadfab]:
    • @graphql-mesh/serve-runtime@1.0.1

@graphql-mesh/plugin-operation-headers@1.0.1

Patch Changes

  • Updated dependencies
    [ccadfab]:
    • @graphql-mesh/serve-runtime@1.0.1

@graphql-mesh/plugin-prometheus@1.0.1

Patch Changes

  • Updated dependencies
    [ccadfab]:
    • @graphql-mesh/serve-runtime@1.0.1

@graphql-mesh/serve-cli@1.0.2

Patch Changes

  • Updated dependencies
    [ccadfab]:
    • @graphql-mesh/serve-runtime@1.0.1
    • @graphql-mesh/hmac-upstream-signature@1.0.1
    • @graphql-mesh/plugin-jwt-auth@1.0.1
    • @graphql-mesh/plugin-opentelemetry@1.0.1
    • @graphql-mesh/plugin-prometheus@1.0.1

@graphql-mesh/serve-runtime@1.0.1

Patch Changes

  • ccadfab
    Thanks @enisdenjo! - Header Propagation

  • Updated dependencies
    [ccadfab]:

    • @graphql-mesh/fusion-runtime@0.8.10
    • @graphql-mesh/hmac-upstream-signature@1.0.1

September 11, 2024

11 Sep 12:54
12dd3da
Compare
Choose a tag to compare

@graphql-mesh/compose-cli@1.0.1

Patch Changes

  • Updated dependencies
    [f1ce73e]:
    • @graphql-mesh/include@0.2.2

@graphql-hive/gateway@1.0.2

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/serve-cli@1.0.1

@graphql-mesh/include@0.2.2

Patch Changes

@graphql-mesh/cli@0.96.4

Patch Changes

  • Updated dependencies
    [f1ce73e]:
    • @graphql-mesh/include@0.2.2

@graphql-mesh/migrate-config-cli@1.0.1

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/compose-cli@1.0.1
    • @graphql-mesh/cli@0.96.4

@graphql-mesh/serve-cli@1.0.1

Patch Changes

  • Updated dependencies
    [f1ce73e]:
    • @graphql-mesh/include@0.2.2

September 11, 2024

11 Sep 11:38
Compare
Choose a tag to compare

@graphql-hive/gateway@1.0.1

Patch Changes

  • dae87f5
    Thanks @ardatan! - Add missing @graphql-hive/gateway package to
    the Docker bundle