Skip to content

February 13, 2025

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 13 Feb 13:05
· 39 commits to main since this release
917307e

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Minor Changes

  • #605 e5d77f3 Thanks @ardatan! - Extract subgraph execution batching logic outside, so batching is handled by the Gateway not Stitching

    BREAKING; UnifiedGraphHandlerOpts no longer takes batch option, it is handled by the runtime itself

Patch Changes

@graphql-hive/[email protected]

Minor Changes

Patch Changes

@graphql-hive/[email protected]

Patch Changes

  • #642 30e41a6 Thanks @ardatan! - New JSON-based logger

    By default, it prints pretty still to the console unless NODE_ENV is production.
    For JSON output, set the LOG_FORMAT environment variable to json.

@graphql-hive/[email protected]

Patch Changes

  • #642 30e41a6 Thanks @ardatan! - New JSON-based logger

    By default, it prints pretty still to the console unless NODE_ENV is production.
    For JSON output, set the LOG_FORMAT environment variable to json.

@graphql-hive/[email protected]

Major Changes

  • #622 16f9bd9 Thanks @ardatan! - Winston Adapter

    Now you can integrate Winston into Hive Gateway on Node.js

    import { defineConfig } from '@graphql-hive/gateway';
    import { createLoggerFromWinston } from '@graphql-hive/winston';
    import { createLogger, format, transports } from 'winston';
    
    // Create a Winston logger
    const winstonLogger = createLogger({
      level: 'info',
      format: format.combine(format.timestamp(), format.json()),
      transports: [new transports.Console()],
    });
    
    export const gatewayConfig = defineConfig({
      // Create an adapter for Winston
      logging: createLoggerFromWinston(winstonLogger),
    });

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-tools/[email protected]

Patch Changes