-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming Release Changes #8370
Upcoming Release Changes #8370
Conversation
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request eliminates two changeset files that documented patch notes for the Redis configuration in GraphQL Mesh, removes references to Redis Sentinels, and introduces extensive dependency and version bumps across a wide range of projects. Numerous package.json and CHANGELOG.md files in the examples, core packages, legacy modules, loaders, and plugins have been updated. In addition to minor version adjustments, new configuration options have been added to the @graphql-mesh/cache-redis package (supporting REDIS_FAMILY) along with similar enhancements across the ecosystem. Changes
Sequence Diagram(s)sequenceDiagram
participant C as Client
participant CR as @graphql-mesh/cache-redis
participant RS as Redis Server
C->>CR: Initiate request with REDIS_FAMILY option
CR->>RS: Connect using IPv4/IPv6 as specified by REDIS_FAMILY
RS-->>CR: Confirm connection
CR-->>C: Return response
Possibly related PRs
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://5b4ece53.graphql-mesh.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🔭 Outside diff range comments (2)
packages/plugins/rate-limit/package.json (1)
8-8
:⚠️ Potential issueFix incorrect repository directory path.
The directory path in the repository field points to "packages/plugins/response-cache" but should point to "packages/plugins/rate-limit" to match the actual package location.
Apply this diff to fix the directory path:
- "directory": "packages/plugins/response-cache" + "directory": "packages/plugins/rate-limit"packages/legacy/cli/CHANGELOG.md (1)
4781-4802
:⚠️ Potential issueBreaking change not properly highlighted
This appears to be a breaking change in behavior but is not marked as such in the version number (should increment major version) or clearly called out as breaking.
Add explicit BREAKING CHANGE marker and consider bumping major version:
- Fix CLI usage of base-dir + BREAKING CHANGE: Fix CLI usage of base-dir
🧹 Nitpick comments (6)
packages/cache/redis/CHANGELOG.md (1)
1-3241
: Consider adding migration guides for breaking changesWhile the changelog is comprehensive in documenting version history, consider adding migration guides or upgrade notes for significant breaking changes (like the v1.0.0 release) to help users upgrade smoothly.
packages/legacy/types/CHANGELOG.md (1)
1-2814
: Consider enhancing breaking changes documentationWhile the changelog is well-structured and consistent, consider adding more detailed migration guides and impact assessments for breaking changes. For example:
- Version 0.94.0 could include step-by-step migration steps
- Version 0.80.0 could elaborate on the impact of the new endpoint option
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
2229-2229: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
2237-2237: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
2256-2256: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
2261-2261: Unordered list style
Expected: dash; Actual: asterisk(MD004, ul-style)
2296-2296: Bare URL used
null(MD034, no-bare-urls)
2318-2318: Spaces inside emphasis markers
null(MD037, no-space-in-emphasis)
2322-2322: Spaces inside emphasis markers
null(MD037, no-space-in-emphasis)
2322-2322: Spaces inside emphasis markers
null(MD037, no-space-in-emphasis)
2329-2329: Bare URL used
null(MD034, no-bare-urls)
2446-2446: Bare URL used
null(MD034, no-bare-urls)
packages/legacy/cli/CHANGELOG.md (3)
1013-1025
: Consider adding more details to the change descriptionThe change description "Cleanup dependencies" is quite vague. Consider adding more context about what dependencies were cleaned up and why.
- Cleanup dependencies + Removed unused dependencies and updated core dependencies to latest versions
2811-2823
: Add missing version comparison in dependency updateThe dependency update entry is missing the "from" version information which makes it harder to track the scope of the change.
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/typescript/v/4.8.3) + Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/typescript/v/4.8.3) (from `4.8.2`)
6885-6888
: Group related changes togetherThese two changes are related to GraphQL functionality updates but are listed separately. Consider grouping them together for better readability.
- - 2d14fcc3: bump graphql-tools to v7 - - 2d14fcc3: feat(graphql): use graphql-ws instead of subscriptions-transport-ws + - 2d14fcc3: GraphQL updates: + - Bump graphql-tools to v7 + - Replace subscriptions-transport-ws with graphql-wspackages/legacy/handlers/soap/CHANGELOG.md (1)
1647-1713
: Notable historical changes that may impact current usage.The changelog shows several significant changes that users should be aware of:
SOAP Handler Rewrite (v0.15.0):
- Complete rewrite based on new @omnigraph/soap package
- Generated API structure changed to follow XML structure
- Breaking change that affects API consumers
onFetch Hook (v0.14.0):
- Added new hook for request interception
- Improved HTTP call tracking capabilities
GraphQL v16 Compatibility (v0.12.0):
- Added support for GraphQL v16
- Required updates for modern GraphQL features
Consider reviewing your implementation if you haven't updated since these major changes, especially the SOAP handler rewrite which significantly changed the API structure.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
📒 Files selected for processing (207)
.changeset/eleven-carpets-nail.md
(0 hunks).changeset/ten-houses-unite.md
(0 hunks)e2e/cache-control/package.json
(1 hunks)e2e/thrift-calculator/package.json
(1 hunks)examples/auth0/package.json
(1 hunks)examples/cloudflare-workers/package.json
(1 hunks)examples/fastify/package.json
(1 hunks)examples/federation-example/gateway-supergraph/package.json
(1 hunks)examples/federation-example/gateway/package.json
(1 hunks)examples/gcp-functions/package.json
(1 hunks)examples/graphql-file-upload-example/package.json
(1 hunks)examples/grpc-example/package.json
(1 hunks)examples/grpc-reflection-example/package.json
(1 hunks)examples/hasura-openbrewery-geodb/package.json
(1 hunks)examples/hello-world-esm/package.json
(1 hunks)examples/hello-world/package.json
(1 hunks)examples/hive-example/gateway/package.json
(1 hunks)examples/hive-example/sources/authors/package.json
(1 hunks)examples/hive-example/sources/books/package.json
(1 hunks)examples/json-schema-covid/package.json
(1 hunks)examples/json-schema-example/package.json
(1 hunks)examples/json-schema-fhir/package.json
(1 hunks)examples/json-schema-file-upload/package.json
(1 hunks)examples/json-schema-subscriptions/package.json
(1 hunks)examples/mongoose-example/package.json
(1 hunks)examples/mysql-employees/package.json
(1 hunks)examples/mysql-rfam/package.json
(1 hunks)examples/neo4j-example/package.json
(1 hunks)examples/nextjs-apollo-example/package.json
(1 hunks)examples/nextjs-sdk-example/package.json
(1 hunks)examples/odata-microsoft/package.json
(1 hunks)examples/odata-msgraph-programmatic-ts/package.json
(1 hunks)examples/odata-msgraph-programmatic/package.json
(1 hunks)examples/odata-trippin/package.json
(1 hunks)examples/openapi-javascript-wiki/package.json
(1 hunks)examples/openapi-location-weather/package.json
(1 hunks)examples/openapi-meilisearch/package.json
(1 hunks)examples/openapi-react-weatherbit/package.json
(1 hunks)examples/openapi-stackexchange/package.json
(1 hunks)examples/openapi-stripe/package.json
(1 hunks)examples/openapi-subscriptions/package.json
(1 hunks)examples/openapi-youtrack/package.json
(1 hunks)examples/openwhisk-example/package.json
(1 hunks)examples/persisted-operations/package.json
(1 hunks)examples/postgres-geodb/package.json
(1 hunks)examples/programmatic-batching/package.json
(1 hunks)examples/reddit-example/package.json
(1 hunks)examples/response-cache/CHANGELOG.md
(1 hunks)examples/response-cache/package.json
(2 hunks)examples/soap-country-info/package.json
(1 hunks)examples/soap-demo/package.json
(1 hunks)examples/soap-netsuite/package.json
(1 hunks)examples/spacex-cfw/package.json
(1 hunks)examples/sqlite-chinook/package.json
(1 hunks)examples/thrift-calculator/package.json
(1 hunks)examples/type-merging-batching-example/package.json
(1 hunks)examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
(1 hunks)examples/v1-next/apollo-federation-compatibility/package.json
(2 hunks)examples/v1-next/auth0/package.json
(1 hunks)examples/v1-next/integrations/cfw-breweries/package.json
(1 hunks)examples/v1-next/integrations/cfw-spacex/package.json
(1 hunks)packages/cache/cfw-kv/CHANGELOG.md
(1 hunks)packages/cache/cfw-kv/package.json
(2 hunks)packages/cache/file/CHANGELOG.md
(1 hunks)packages/cache/file/package.json
(2 hunks)packages/cache/inmemory-lru/CHANGELOG.md
(1 hunks)packages/cache/inmemory-lru/package.json
(2 hunks)packages/cache/localforage/CHANGELOG.md
(1 hunks)packages/cache/localforage/package.json
(2 hunks)packages/cache/redis/CHANGELOG.md
(1 hunks)packages/cache/redis/package.json
(2 hunks)packages/compose-cli/CHANGELOG.md
(1 hunks)packages/compose-cli/package.json
(2 hunks)packages/fusion/composition/CHANGELOG.md
(1 hunks)packages/fusion/composition/package.json
(2 hunks)packages/include/CHANGELOG.md
(1 hunks)packages/include/package.json
(2 hunks)packages/legacy/apollo-link/CHANGELOG.md
(1 hunks)packages/legacy/apollo-link/package.json
(2 hunks)packages/legacy/cli/CHANGELOG.md
(1 hunks)packages/legacy/cli/package.json
(2 hunks)packages/legacy/config/CHANGELOG.md
(1 hunks)packages/legacy/config/package.json
(2 hunks)packages/legacy/handlers/graphql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/graphql/package.json
(2 hunks)packages/legacy/handlers/grpc/CHANGELOG.md
(1 hunks)packages/legacy/handlers/grpc/package.json
(2 hunks)packages/legacy/handlers/json-schema/CHANGELOG.md
(1 hunks)packages/legacy/handlers/json-schema/package.json
(2 hunks)packages/legacy/handlers/mongoose/CHANGELOG.md
(1 hunks)packages/legacy/handlers/mongoose/package.json
(2 hunks)packages/legacy/handlers/mysql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/mysql/package.json
(2 hunks)packages/legacy/handlers/neo4j/CHANGELOG.md
(1 hunks)packages/legacy/handlers/neo4j/package.json
(2 hunks)packages/legacy/handlers/odata/CHANGELOG.md
(1 hunks)packages/legacy/handlers/odata/package.json
(2 hunks)packages/legacy/handlers/openapi/CHANGELOG.md
(1 hunks)packages/legacy/handlers/openapi/package.json
(2 hunks)packages/legacy/handlers/postgraphile/CHANGELOG.md
(1 hunks)packages/legacy/handlers/postgraphile/package.json
(2 hunks)packages/legacy/handlers/raml/CHANGELOG.md
(1 hunks)packages/legacy/handlers/raml/package.json
(2 hunks)packages/legacy/handlers/soap/CHANGELOG.md
(1 hunks)packages/legacy/handlers/soap/package.json
(2 hunks)packages/legacy/handlers/supergraph/CHANGELOG.md
(1 hunks)packages/legacy/handlers/supergraph/package.json
(2 hunks)packages/legacy/handlers/thrift/CHANGELOG.md
(1 hunks)packages/legacy/handlers/thrift/package.json
(2 hunks)packages/legacy/handlers/tuql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/tuql/package.json
(2 hunks)packages/legacy/http/CHANGELOG.md
(1 hunks)packages/legacy/http/package.json
(2 hunks)packages/legacy/mergers/bare/CHANGELOG.md
(1 hunks)packages/legacy/mergers/bare/package.json
(2 hunks)packages/legacy/mergers/stitching/CHANGELOG.md
(1 hunks)packages/legacy/mergers/stitching/package.json
(2 hunks)packages/legacy/migrate-config-cli/CHANGELOG.md
(1 hunks)packages/legacy/migrate-config-cli/package.json
(2 hunks)packages/legacy/runtime/CHANGELOG.md
(1 hunks)packages/legacy/runtime/package.json
(2 hunks)packages/legacy/store/CHANGELOG.md
(1 hunks)packages/legacy/store/package.json
(2 hunks)packages/legacy/transforms/cache/CHANGELOG.md
(1 hunks)packages/legacy/transforms/cache/package.json
(2 hunks)packages/legacy/transforms/encapsulate/CHANGELOG.md
(1 hunks)packages/legacy/transforms/encapsulate/package.json
(2 hunks)packages/legacy/transforms/extend/CHANGELOG.md
(1 hunks)packages/legacy/transforms/extend/package.json
(2 hunks)packages/legacy/transforms/federation/CHANGELOG.md
(1 hunks)packages/legacy/transforms/federation/package.json
(2 hunks)packages/legacy/transforms/filter-schema/CHANGELOG.md
(1 hunks)packages/legacy/transforms/filter-schema/package.json
(2 hunks)packages/legacy/transforms/hive/CHANGELOG.md
(1 hunks)packages/legacy/transforms/hive/package.json
(2 hunks)packages/legacy/transforms/hoist-field/CHANGELOG.md
(1 hunks)packages/legacy/transforms/hoist-field/package.json
(2 hunks)packages/legacy/transforms/naming-convention/CHANGELOG.md
(1 hunks)packages/legacy/transforms/naming-convention/package.json
(3 hunks)packages/legacy/transforms/prefix/CHANGELOG.md
(1 hunks)packages/legacy/transforms/prefix/package.json
(2 hunks)packages/legacy/transforms/prune/CHANGELOG.md
(1 hunks)packages/legacy/transforms/prune/package.json
(2 hunks)packages/legacy/transforms/rate-limit/CHANGELOG.md
(1 hunks)packages/legacy/transforms/rate-limit/package.json
(2 hunks)packages/legacy/transforms/rename/CHANGELOG.md
(1 hunks)packages/legacy/transforms/rename/package.json
(2 hunks)packages/legacy/transforms/replace-field/CHANGELOG.md
(1 hunks)packages/legacy/transforms/replace-field/package.json
(2 hunks)packages/legacy/transforms/resolvers-composition/CHANGELOG.md
(1 hunks)packages/legacy/transforms/resolvers-composition/package.json
(2 hunks)packages/legacy/transforms/transfer-schema/CHANGELOG.md
(1 hunks)packages/legacy/transforms/transfer-schema/package.json
(2 hunks)packages/legacy/transforms/type-merging/CHANGELOG.md
(1 hunks)packages/legacy/transforms/type-merging/package.json
(2 hunks)packages/legacy/types/CHANGELOG.md
(1 hunks)packages/legacy/types/package.json
(2 hunks)packages/legacy/urql/CHANGELOG.md
(1 hunks)packages/legacy/urql/package.json
(2 hunks)packages/legacy/utils/CHANGELOG.md
(1 hunks)packages/legacy/utils/package.json
(2 hunks)packages/loaders/json-schema/CHANGELOG.md
(1 hunks)packages/loaders/json-schema/package.json
(2 hunks)packages/loaders/mysql/CHANGELOG.md
(1 hunks)packages/loaders/mysql/package.json
(2 hunks)packages/loaders/neo4j/CHANGELOG.md
(1 hunks)packages/loaders/neo4j/package.json
(2 hunks)packages/loaders/odata/CHANGELOG.md
(1 hunks)packages/loaders/odata/package.json
(2 hunks)packages/loaders/openapi/CHANGELOG.md
(1 hunks)packages/loaders/openapi/package.json
(2 hunks)packages/loaders/raml/CHANGELOG.md
(1 hunks)packages/loaders/raml/package.json
(2 hunks)packages/loaders/soap/CHANGELOG.md
(1 hunks)packages/loaders/soap/package.json
(2 hunks)packages/loaders/sqlite/CHANGELOG.md
(1 hunks)packages/loaders/sqlite/package.json
(2 hunks)packages/loaders/thrift/CHANGELOG.md
(1 hunks)packages/loaders/thrift/package.json
(2 hunks)packages/plugins/deduplicate-request/CHANGELOG.md
(1 hunks)packages/plugins/deduplicate-request/package.json
(2 hunks)packages/plugins/hive/CHANGELOG.md
(1 hunks)packages/plugins/hive/package.json
(2 hunks)packages/plugins/http-cache/CHANGELOG.md
(1 hunks)packages/plugins/http-cache/package.json
(2 hunks)packages/plugins/http-details-extensions/CHANGELOG.md
(1 hunks)packages/plugins/http-details-extensions/package.json
(2 hunks)packages/plugins/jit/CHANGELOG.md
(1 hunks)packages/plugins/jit/package.json
(2 hunks)packages/plugins/jwt-auth/CHANGELOG.md
(1 hunks)packages/plugins/jwt-auth/package.json
(2 hunks)packages/plugins/live-query/CHANGELOG.md
(1 hunks)packages/plugins/live-query/package.json
(2 hunks)packages/plugins/mock/CHANGELOG.md
(1 hunks)packages/plugins/mock/package.json
(3 hunks)packages/plugins/newrelic/CHANGELOG.md
(1 hunks)packages/plugins/newrelic/package.json
(2 hunks)packages/plugins/operation-field-permissions/CHANGELOG.md
(1 hunks)packages/plugins/operation-field-permissions/package.json
(2 hunks)packages/plugins/operation-headers/CHANGELOG.md
(1 hunks)packages/plugins/operation-headers/package.json
(2 hunks)packages/plugins/rate-limit/CHANGELOG.md
(1 hunks)packages/plugins/rate-limit/package.json
(2 hunks)packages/plugins/response-cache/CHANGELOG.md
(1 hunks)packages/plugins/response-cache/package.json
(2 hunks)packages/plugins/snapshot/CHANGELOG.md
(1 hunks)packages/plugins/snapshot/package.json
(2 hunks)
⛔ Files not processed due to max files limit (18)
- packages/plugins/statsd/CHANGELOG.md
- packages/plugins/statsd/package.json
- packages/transports/grpc/CHANGELOG.md
- packages/transports/grpc/package.json
- packages/transports/mysql/CHANGELOG.md
- packages/transports/mysql/package.json
- packages/transports/neo4j/CHANGELOG.md
- packages/transports/neo4j/package.json
- packages/transports/odata/CHANGELOG.md
- packages/transports/odata/package.json
- packages/transports/rest/CHANGELOG.md
- packages/transports/rest/package.json
- packages/transports/soap/CHANGELOG.md
- packages/transports/soap/package.json
- packages/transports/sqlite/CHANGELOG.md
- packages/transports/sqlite/package.json
- packages/transports/thrift/CHANGELOG.md
- packages/transports/thrift/package.json
💤 Files with no reviewable changes (2)
- .changeset/ten-houses-unite.md
- .changeset/eleven-carpets-nail.md
✅ Files skipped from review due to trivial changes (188)
- e2e/cache-control/package.json
- examples/v1-next/integrations/cfw-breweries/package.json
- e2e/thrift-calculator/package.json
- packages/plugins/jit/CHANGELOG.md
- packages/plugins/hive/package.json
- examples/soap-demo/package.json
- examples/openapi-subscriptions/package.json
- examples/federation-example/gateway-supergraph/package.json
- examples/v1-next/auth0/package.json
- examples/openapi-meilisearch/package.json
- examples/hive-example/sources/books/package.json
- packages/include/package.json
- packages/cache/inmemory-lru/CHANGELOG.md
- examples/mongoose-example/package.json
- examples/openwhisk-example/package.json
- examples/openapi-javascript-wiki/package.json
- examples/gcp-functions/package.json
- examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
- examples/fastify/package.json
- examples/hasura-openbrewery-geodb/package.json
- examples/hive-example/sources/authors/package.json
- packages/plugins/deduplicate-request/CHANGELOG.md
- packages/legacy/transforms/prune/package.json
- packages/legacy/handlers/supergraph/CHANGELOG.md
- packages/plugins/jwt-auth/CHANGELOG.md
- packages/loaders/sqlite/package.json
- packages/legacy/transforms/rate-limit/CHANGELOG.md
- packages/legacy/transforms/transfer-schema/CHANGELOG.md
- packages/legacy/urql/package.json
- examples/reddit-example/package.json
- examples/graphql-file-upload-example/package.json
- examples/json-schema-fhir/package.json
- examples/odata-trippin/package.json
- packages/loaders/thrift/CHANGELOG.md
- examples/programmatic-batching/package.json
- examples/openapi-stackexchange/package.json
- packages/legacy/runtime/package.json
- examples/v1-next/apollo-federation-compatibility/package.json
- examples/persisted-operations/package.json
- packages/plugins/snapshot/package.json
- packages/plugins/jit/package.json
- examples/v1-next/integrations/cfw-spacex/package.json
- examples/mysql-rfam/package.json
- examples/openapi-stripe/package.json
- examples/openapi-react-weatherbit/package.json
- packages/legacy/transforms/hive/package.json
- examples/thrift-calculator/package.json
- packages/legacy/handlers/tuql/package.json
- packages/plugins/http-details-extensions/package.json
- packages/legacy/types/package.json
- packages/legacy/handlers/mongoose/package.json
- packages/plugins/operation-headers/package.json
- examples/federation-example/gateway/package.json
- packages/legacy/transforms/resolvers-composition/package.json
- packages/legacy/store/package.json
- packages/cache/file/CHANGELOG.md
- examples/auth0/package.json
- examples/odata-microsoft/package.json
- packages/cache/file/package.json
- packages/cache/inmemory-lru/package.json
- examples/soap-netsuite/package.json
- packages/legacy/transforms/prune/CHANGELOG.md
- packages/plugins/jwt-auth/package.json
- packages/include/CHANGELOG.md
- examples/grpc-example/package.json
- packages/legacy/http/package.json
- packages/legacy/transforms/replace-field/CHANGELOG.md
- packages/plugins/mock/CHANGELOG.md
- examples/json-schema-subscriptions/package.json
- packages/legacy/store/CHANGELOG.md
- examples/soap-country-info/package.json
- examples/odata-msgraph-programmatic-ts/package.json
- examples/hello-world-esm/package.json
- packages/legacy/transforms/hoist-field/CHANGELOG.md
- packages/legacy/handlers/mongoose/CHANGELOG.md
- packages/plugins/newrelic/package.json
- packages/plugins/operation-field-permissions/CHANGELOG.md
- examples/neo4j-example/package.json
- examples/type-merging-batching-example/package.json
- packages/plugins/response-cache/package.json
- packages/legacy/transforms/hoist-field/package.json
- packages/plugins/mock/package.json
- examples/openapi-youtrack/package.json
- examples/cloudflare-workers/package.json
- packages/loaders/neo4j/package.json
- examples/mysql-employees/package.json
- packages/legacy/transforms/extend/package.json
- packages/legacy/transforms/encapsulate/package.json
- packages/fusion/composition/CHANGELOG.md
- examples/hive-example/gateway/package.json
- packages/loaders/odata/package.json
- packages/plugins/rate-limit/CHANGELOG.md
- packages/plugins/operation-headers/CHANGELOG.md
- packages/legacy/handlers/postgraphile/package.json
- packages/legacy/transforms/naming-convention/package.json
- packages/legacy/transforms/prefix/package.json
- packages/legacy/mergers/stitching/CHANGELOG.md
- packages/cache/cfw-kv/package.json
- packages/plugins/http-cache/package.json
- packages/plugins/deduplicate-request/package.json
- packages/legacy/transforms/rate-limit/package.json
- examples/json-schema-covid/package.json
- packages/legacy/transforms/rename/CHANGELOG.md
- packages/loaders/thrift/package.json
- examples/json-schema-example/package.json
- packages/legacy/transforms/encapsulate/CHANGELOG.md
- packages/legacy/utils/package.json
- examples/nextjs-sdk-example/package.json
- examples/sqlite-chinook/package.json
- packages/loaders/odata/CHANGELOG.md
- packages/legacy/apollo-link/package.json
- packages/legacy/handlers/openapi/package.json
- packages/legacy/handlers/raml/package.json
- packages/legacy/transforms/type-merging/package.json
- examples/json-schema-file-upload/package.json
- examples/hello-world/package.json
- packages/loaders/mysql/package.json
- packages/plugins/operation-field-permissions/package.json
- packages/cache/localforage/package.json
- packages/legacy/transforms/naming-convention/CHANGELOG.md
- packages/cache/localforage/CHANGELOG.md
- packages/legacy/http/CHANGELOG.md
- packages/legacy/handlers/thrift/CHANGELOG.md
- packages/loaders/json-schema/package.json
- packages/legacy/transforms/extend/CHANGELOG.md
- packages/legacy/mergers/bare/package.json
- packages/loaders/raml/package.json
- packages/legacy/handlers/soap/package.json
- packages/legacy/handlers/neo4j/package.json
- packages/legacy/handlers/supergraph/package.json
- packages/legacy/handlers/mysql/package.json
- packages/legacy/transforms/transfer-schema/package.json
- packages/legacy/transforms/cache/CHANGELOG.md
- packages/legacy/transforms/replace-field/package.json
- packages/plugins/hive/CHANGELOG.md
- packages/legacy/mergers/stitching/package.json
- examples/response-cache/package.json
- examples/spacex-cfw/package.json
- packages/loaders/neo4j/CHANGELOG.md
- packages/legacy/transforms/cache/package.json
- examples/postgres-geodb/package.json
- packages/loaders/json-schema/CHANGELOG.md
- packages/legacy/handlers/graphql/CHANGELOG.md
- packages/legacy/handlers/thrift/package.json
- packages/legacy/transforms/prefix/CHANGELOG.md
- packages/legacy/handlers/tuql/CHANGELOG.md
- packages/loaders/mysql/CHANGELOG.md
- packages/legacy/handlers/mysql/CHANGELOG.md
- packages/loaders/soap/CHANGELOG.md
- packages/legacy/transforms/filter-schema/CHANGELOG.md
- packages/plugins/live-query/CHANGELOG.md
- packages/plugins/http-cache/CHANGELOG.md
- packages/legacy/migrate-config-cli/package.json
- packages/legacy/config/package.json
- packages/legacy/handlers/json-schema/CHANGELOG.md
- examples/response-cache/CHANGELOG.md
- packages/plugins/newrelic/CHANGELOG.md
- packages/legacy/transforms/rename/package.json
- examples/grpc-reflection-example/package.json
- examples/openapi-location-weather/package.json
- examples/nextjs-apollo-example/package.json
- packages/compose-cli/CHANGELOG.md
- packages/cache/cfw-kv/CHANGELOG.md
- packages/loaders/openapi/package.json
- packages/legacy/cli/package.json
- packages/plugins/response-cache/CHANGELOG.md
- packages/legacy/runtime/CHANGELOG.md
- examples/odata-msgraph-programmatic/package.json
- packages/plugins/snapshot/CHANGELOG.md
- packages/legacy/handlers/grpc/CHANGELOG.md
- packages/legacy/transforms/filter-schema/package.json
- packages/legacy/handlers/openapi/CHANGELOG.md
- packages/legacy/utils/CHANGELOG.md
- packages/legacy/mergers/bare/CHANGELOG.md
- packages/compose-cli/package.json
- packages/legacy/handlers/odata/CHANGELOG.md
- packages/legacy/transforms/hive/CHANGELOG.md
- packages/legacy/handlers/raml/CHANGELOG.md
- packages/legacy/handlers/grpc/package.json
- packages/legacy/transforms/resolvers-composition/CHANGELOG.md
- packages/loaders/openapi/CHANGELOG.md
- packages/legacy/handlers/neo4j/CHANGELOG.md
- packages/legacy/config/CHANGELOG.md
- packages/plugins/http-details-extensions/CHANGELOG.md
- packages/legacy/apollo-link/CHANGELOG.md
- packages/legacy/handlers/postgraphile/CHANGELOG.md
- packages/legacy/transforms/type-merging/CHANGELOG.md
- packages/legacy/urql/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: e2e / node v22
- GitHub Check: e2e / node v20
- GitHub Check: e2e / node v18
🔇 Additional comments (24)
packages/plugins/live-query/package.json (1)
3-3
: LGTM! Version updates are consistent with the release plan.The version bump and dependency updates align with the coordinated patch release changes across the GraphQL Mesh ecosystem.
Also applies to: 42-43
packages/loaders/sqlite/CHANGELOG.md (2)
3-9
: LGTM! The new version entry follows the established format.The changelog entry for version 0.7.14 correctly documents the dependency update to @graphql-mesh/[email protected] with the appropriate commit link.
1-608
: Well-maintained changelog with consistent formatting.The changelog follows best practices:
- Clear version headers
- Detailed patch changes sections
- Proper linking to commit hashes
- Consistent formatting throughout the history
packages/loaders/soap/package.json (1)
3-3
: LGTM! Version updates are consistent with release objectives.The version bump and dependency updates follow semantic versioning and align with the broader release changes across the GraphQL Mesh ecosystem.
Also applies to: 41-43
packages/fusion/composition/package.json (2)
3-3
: LGTM! Version bump for patch release.The version bump from 0.7.19 to 0.7.20 follows semantic versioning and aligns with the automated release process.
53-53
: LGTM! Dependency update as part of ecosystem-wide version bump.The update of @graphql-mesh/utils to ^0.103.14 is consistent with the coordinated version updates across the GraphQL Mesh packages.
packages/cache/redis/package.json (1)
3-3
: LGTM! Version bump and dependency updates look good.The changes align with the PR objectives:
- Version bump to 0.103.15 for the upcoming release
- Dependencies updated to @graphql-mesh/types@^0.103.14 and @graphql-mesh/utils@^0.103.14
Also applies to: 40-41
packages/legacy/transforms/federation/package.json (2)
3-3
: LGTM! Version bump aligns with release objectives.The patch version update from 0.103.13 to 0.103.14 is consistent with the automated release changes.
40-41
: LGTM! Dependency updates match release objectives.The updates to @graphql-mesh/types and @graphql-mesh/utils are consistent with the coordinated version bumps across the GraphQL Mesh ecosystem.
packages/legacy/transforms/federation/CHANGELOG.md (1)
3-10
: LGTM! The changelog entry is well-formatted and clear.The new version entry follows the established format and properly documents the dependency updates with commit references.
packages/cache/redis/CHANGELOG.md (1)
3-30
: LGTM! Well documented changes for v0.103.15The latest version changes are clearly documented with:
- Support for REDIS_FAMILY environment variable with clear options (IPv4, IPv6, auto)
- Redis Sentinels support with documentation link
- Dependency updates
packages/plugins/rate-limit/package.json (2)
3-3
: LGTM: Version bump follows semantic versioning.The patch version increment from 0.103.13 to 0.103.14 aligns with the PR objectives for the upcoming release.
41-42
: LGTM: Dependency updates match PR objectives.The updates to @graphql-mesh/types and @graphql-mesh/utils align with the version bumps mentioned in the PR objectives.
packages/loaders/raml/CHANGELOG.md (2)
3-11
: LGTM! Well structured changelog entry.The latest version 0.108.16 changelog entry is properly formatted and clearly documents the dependency updates with proper commit references.
1-1073
: LGTM! Excellent changelog structure and consistency.The changelog follows best practices with:
- Clear semantic versioning
- Consistent formatting across versions
- Proper categorization of changes
- Well-documented dependencies with links
- Commit hash references for traceability
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
926-926: Bare URL used
null(MD034, no-bare-urls)
packages/legacy/handlers/odata/package.json (1)
3-3
: LGTM! Version bumps are consistent.The version updates follow semantic versioning for patch releases and are consistent with the PR objectives for the upcoming release.
Also applies to: 38-40
packages/legacy/handlers/json-schema/package.json (1)
3-3
: LGTM! Version bumps are consistent.The version updates follow semantic versioning for patch releases and are consistent with the PR objectives for the upcoming release.
Also applies to: 39-42, 44-44
packages/legacy/handlers/graphql/package.json (1)
3-3
: LGTM! Version bumps are consistent.The version updates follow semantic versioning for patch releases and are consistent with the PR objectives for the upcoming release.
Also applies to: 39-42
packages/legacy/types/CHANGELOG.md (2)
3-13
: LGTM! Well documented Redis Sentinels supportThe changelog entry properly documents the addition of Redis Sentinels support with appropriate PR and commit references. The link to Redis Sentinels documentation is helpful for users wanting to learn more about this feature.
12-13
: Well-structured dependency trackingThe changelog maintains clear and consistent tracking of dependency updates, making it easy for users to understand version changes and their potential impact.
packages/legacy/migrate-config-cli/CHANGELOG.md (2)
3-13
: LGTM! The new version entry follows the Keep a Changelog format.The version entry is well-structured with:
- Clear version number
- "Patch Changes" section
- Properly linked commit references
- Updated dependency versions
7-13
: Verify the dependency updates align with the PR objectives.The dependency updates match the PR objectives, which mention updating various packages to their latest versions. However, let's verify the specific versions:
✅ Verification successful
🏁 Script executed:
#!/bin/bash # Description: Verify dependency versions match across package.json files # Check package.json files for these dependencies for dep in "@graphql-mesh/types" "@graphql-mesh/compose-cli" "@graphql-mesh/cli" "@graphql-mesh/config" "@graphql-mesh/utils"; do echo "Checking $dep versions:" find . -name "package.json" -exec grep -l "\"$dep\"" {} \; | xargs grep "\"$dep\"" doneLength of output: 20053
Dependency update verification passed: Versions align with PR objectives.
- In all checked
package.json
files, the version for @graphql-mesh/types is consistently set to^0.103.14
, matching the changelog update.- @graphql-mesh/compose-cli shows the updated version
^1.3.8
where applicable.- @graphql-mesh/cli is updated to
^0.98.20
across the codebase.- @graphql-mesh/config is in line with the expected version
^0.106.20
.- @graphql-mesh/utils is uniformly updated to
^0.103.14
.These findings confirm that the dependency updates align with the PR objectives.
packages/legacy/cli/CHANGELOG.md (2)
1-2
: LGTM! The header section follows standard markdown format.
3-16
: LGTM! The version entry follows the standard format with:
- Version number
- Change type sections (Patch Changes)
- Dependency updates with proper links
## 0.105.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
[[`fc44a1e`](https://github.com/ardatan/graphql-mesh/commit/fc44a1e66c8bc8f27dc7e5e642031d17d75c0db8)]: | ||
- @graphql-mesh/[email protected] | ||
- @graphql-mesh/[email protected] | ||
- @graphql-mesh/[email protected] | ||
- @omnigraph/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
LGTM! Latest version updates dependencies correctly.
The changes in version 0.105.14 properly update all dependencies to their latest compatible versions:
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @omnigraph/[email protected]
Let's verify these dependency versions are the latest available:
🏁 Script executed:
#!/bin/bash
# Description: Check latest versions of dependencies
npm view @graphql-mesh/types version
npm view @graphql-mesh/store version
npm view @graphql-mesh/utils version
npm view @omnigraph/soap version
Length of output: 187
Mismatch in Dependency Version Numbers
The CHANGELOG.md for the SOAP package indicates updates for:
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @omnigraph/[email protected]
However, the npm view
outputs show the latest versions as:
- @graphql-mesh/types: 0.103.13
- @graphql-mesh/store: 0.103.13
- @graphql-mesh/utils: 0.103.13
- @omnigraph/soap: 0.105.13
Please update the changelog to reflect the correct dependency versions.
d86106b
to
231ef96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/cache/redis/CHANGELOG.md (1)
22-26
: Add more details about Redis Sentinel support.The Redis Sentinel feature documentation could be more detailed. Consider adding:
- Basic configuration example
- Key benefits of using Sentinels
- Link to official Redis Sentinel documentation
- Thanks [@ardatan](https://github.com/ardatan)! - Support Redis Sentinels - [See more](https://github.com/redis/ioredis?tab=readme-ov-file#sentinel) + Thanks [@ardatan](https://github.com/ardatan)! - Support Redis Sentinels for high availability: + + ```yaml + cache: + redis: + sentinels: + - host: sentinel-1 + port: 26379 + - host: sentinel-2 + port: 26379 + name: mymaster + ``` + + Sentinels provide automatic failover and high availability for Redis deployments. + [See Redis Sentinel documentation](https://redis.io/docs/management/sentinel/) for more details.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
📒 Files selected for processing (207)
.changeset/eleven-carpets-nail.md
(0 hunks).changeset/ten-houses-unite.md
(0 hunks)e2e/cache-control/package.json
(1 hunks)e2e/thrift-calculator/package.json
(1 hunks)examples/auth0/package.json
(1 hunks)examples/cloudflare-workers/package.json
(1 hunks)examples/fastify/package.json
(1 hunks)examples/federation-example/gateway-supergraph/package.json
(1 hunks)examples/federation-example/gateway/package.json
(1 hunks)examples/gcp-functions/package.json
(1 hunks)examples/graphql-file-upload-example/package.json
(1 hunks)examples/grpc-example/package.json
(1 hunks)examples/grpc-reflection-example/package.json
(1 hunks)examples/hasura-openbrewery-geodb/package.json
(1 hunks)examples/hello-world-esm/package.json
(1 hunks)examples/hello-world/package.json
(1 hunks)examples/hive-example/gateway/package.json
(1 hunks)examples/hive-example/sources/authors/package.json
(1 hunks)examples/hive-example/sources/books/package.json
(1 hunks)examples/json-schema-covid/package.json
(1 hunks)examples/json-schema-example/package.json
(1 hunks)examples/json-schema-fhir/package.json
(1 hunks)examples/json-schema-file-upload/package.json
(1 hunks)examples/json-schema-subscriptions/package.json
(1 hunks)examples/mongoose-example/package.json
(1 hunks)examples/mysql-employees/package.json
(1 hunks)examples/mysql-rfam/package.json
(1 hunks)examples/neo4j-example/package.json
(1 hunks)examples/nextjs-apollo-example/package.json
(1 hunks)examples/nextjs-sdk-example/package.json
(1 hunks)examples/odata-microsoft/package.json
(1 hunks)examples/odata-msgraph-programmatic-ts/package.json
(1 hunks)examples/odata-msgraph-programmatic/package.json
(1 hunks)examples/odata-trippin/package.json
(1 hunks)examples/openapi-javascript-wiki/package.json
(1 hunks)examples/openapi-location-weather/package.json
(1 hunks)examples/openapi-meilisearch/package.json
(1 hunks)examples/openapi-react-weatherbit/package.json
(1 hunks)examples/openapi-stackexchange/package.json
(1 hunks)examples/openapi-stripe/package.json
(1 hunks)examples/openapi-subscriptions/package.json
(1 hunks)examples/openapi-youtrack/package.json
(1 hunks)examples/openwhisk-example/package.json
(1 hunks)examples/persisted-operations/package.json
(1 hunks)examples/postgres-geodb/package.json
(1 hunks)examples/programmatic-batching/package.json
(1 hunks)examples/reddit-example/package.json
(1 hunks)examples/response-cache/CHANGELOG.md
(1 hunks)examples/response-cache/package.json
(2 hunks)examples/soap-country-info/package.json
(1 hunks)examples/soap-demo/package.json
(1 hunks)examples/soap-netsuite/package.json
(1 hunks)examples/spacex-cfw/package.json
(1 hunks)examples/sqlite-chinook/package.json
(1 hunks)examples/thrift-calculator/package.json
(1 hunks)examples/type-merging-batching-example/package.json
(1 hunks)examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
(1 hunks)examples/v1-next/apollo-federation-compatibility/package.json
(2 hunks)examples/v1-next/auth0/package.json
(1 hunks)examples/v1-next/integrations/cfw-breweries/package.json
(1 hunks)examples/v1-next/integrations/cfw-spacex/package.json
(1 hunks)packages/cache/cfw-kv/CHANGELOG.md
(1 hunks)packages/cache/cfw-kv/package.json
(2 hunks)packages/cache/file/CHANGELOG.md
(1 hunks)packages/cache/file/package.json
(2 hunks)packages/cache/inmemory-lru/CHANGELOG.md
(1 hunks)packages/cache/inmemory-lru/package.json
(2 hunks)packages/cache/localforage/CHANGELOG.md
(1 hunks)packages/cache/localforage/package.json
(2 hunks)packages/cache/redis/CHANGELOG.md
(1 hunks)packages/cache/redis/package.json
(2 hunks)packages/cache/upstash-redis/CHANGELOG.md
(1 hunks)packages/cache/upstash-redis/package.json
(2 hunks)packages/compose-cli/CHANGELOG.md
(1 hunks)packages/compose-cli/package.json
(2 hunks)packages/fusion/composition/CHANGELOG.md
(1 hunks)packages/fusion/composition/package.json
(2 hunks)packages/include/CHANGELOG.md
(1 hunks)packages/include/package.json
(2 hunks)packages/legacy/apollo-link/CHANGELOG.md
(1 hunks)packages/legacy/apollo-link/package.json
(2 hunks)packages/legacy/cli/CHANGELOG.md
(1 hunks)packages/legacy/cli/package.json
(2 hunks)packages/legacy/config/CHANGELOG.md
(1 hunks)packages/legacy/config/package.json
(2 hunks)packages/legacy/handlers/graphql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/graphql/package.json
(2 hunks)packages/legacy/handlers/grpc/CHANGELOG.md
(1 hunks)packages/legacy/handlers/grpc/package.json
(2 hunks)packages/legacy/handlers/json-schema/CHANGELOG.md
(1 hunks)packages/legacy/handlers/json-schema/package.json
(2 hunks)packages/legacy/handlers/mongoose/CHANGELOG.md
(1 hunks)packages/legacy/handlers/mongoose/package.json
(2 hunks)packages/legacy/handlers/mysql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/mysql/package.json
(2 hunks)packages/legacy/handlers/neo4j/CHANGELOG.md
(1 hunks)packages/legacy/handlers/neo4j/package.json
(2 hunks)packages/legacy/handlers/odata/CHANGELOG.md
(1 hunks)packages/legacy/handlers/odata/package.json
(2 hunks)packages/legacy/handlers/openapi/CHANGELOG.md
(1 hunks)packages/legacy/handlers/openapi/package.json
(2 hunks)packages/legacy/handlers/postgraphile/CHANGELOG.md
(1 hunks)packages/legacy/handlers/postgraphile/package.json
(2 hunks)packages/legacy/handlers/raml/CHANGELOG.md
(1 hunks)packages/legacy/handlers/raml/package.json
(2 hunks)packages/legacy/handlers/soap/CHANGELOG.md
(1 hunks)packages/legacy/handlers/soap/package.json
(2 hunks)packages/legacy/handlers/supergraph/CHANGELOG.md
(1 hunks)packages/legacy/handlers/supergraph/package.json
(2 hunks)packages/legacy/handlers/thrift/CHANGELOG.md
(1 hunks)packages/legacy/handlers/thrift/package.json
(2 hunks)packages/legacy/handlers/tuql/CHANGELOG.md
(1 hunks)packages/legacy/handlers/tuql/package.json
(2 hunks)packages/legacy/http/CHANGELOG.md
(1 hunks)packages/legacy/http/package.json
(2 hunks)packages/legacy/mergers/bare/CHANGELOG.md
(1 hunks)packages/legacy/mergers/bare/package.json
(2 hunks)packages/legacy/mergers/stitching/CHANGELOG.md
(1 hunks)packages/legacy/mergers/stitching/package.json
(2 hunks)packages/legacy/migrate-config-cli/CHANGELOG.md
(1 hunks)packages/legacy/migrate-config-cli/package.json
(2 hunks)packages/legacy/runtime/CHANGELOG.md
(1 hunks)packages/legacy/runtime/package.json
(2 hunks)packages/legacy/store/CHANGELOG.md
(1 hunks)packages/legacy/store/package.json
(2 hunks)packages/legacy/transforms/cache/CHANGELOG.md
(1 hunks)packages/legacy/transforms/cache/package.json
(2 hunks)packages/legacy/transforms/encapsulate/CHANGELOG.md
(1 hunks)packages/legacy/transforms/encapsulate/package.json
(2 hunks)packages/legacy/transforms/extend/CHANGELOG.md
(1 hunks)packages/legacy/transforms/extend/package.json
(2 hunks)packages/legacy/transforms/federation/CHANGELOG.md
(1 hunks)packages/legacy/transforms/federation/package.json
(2 hunks)packages/legacy/transforms/filter-schema/CHANGELOG.md
(1 hunks)packages/legacy/transforms/filter-schema/package.json
(2 hunks)packages/legacy/transforms/hive/CHANGELOG.md
(1 hunks)packages/legacy/transforms/hive/package.json
(2 hunks)packages/legacy/transforms/hoist-field/CHANGELOG.md
(1 hunks)packages/legacy/transforms/hoist-field/package.json
(2 hunks)packages/legacy/transforms/naming-convention/CHANGELOG.md
(1 hunks)packages/legacy/transforms/naming-convention/package.json
(3 hunks)packages/legacy/transforms/prefix/CHANGELOG.md
(1 hunks)packages/legacy/transforms/prefix/package.json
(2 hunks)packages/legacy/transforms/prune/CHANGELOG.md
(1 hunks)packages/legacy/transforms/prune/package.json
(2 hunks)packages/legacy/transforms/rate-limit/CHANGELOG.md
(1 hunks)packages/legacy/transforms/rate-limit/package.json
(2 hunks)packages/legacy/transforms/rename/CHANGELOG.md
(1 hunks)packages/legacy/transforms/rename/package.json
(2 hunks)packages/legacy/transforms/replace-field/CHANGELOG.md
(1 hunks)packages/legacy/transforms/replace-field/package.json
(2 hunks)packages/legacy/transforms/resolvers-composition/CHANGELOG.md
(1 hunks)packages/legacy/transforms/resolvers-composition/package.json
(2 hunks)packages/legacy/transforms/transfer-schema/CHANGELOG.md
(1 hunks)packages/legacy/transforms/transfer-schema/package.json
(2 hunks)packages/legacy/transforms/type-merging/CHANGELOG.md
(1 hunks)packages/legacy/transforms/type-merging/package.json
(2 hunks)packages/legacy/types/CHANGELOG.md
(1 hunks)packages/legacy/types/package.json
(2 hunks)packages/legacy/urql/CHANGELOG.md
(1 hunks)packages/legacy/urql/package.json
(2 hunks)packages/legacy/utils/CHANGELOG.md
(1 hunks)packages/legacy/utils/package.json
(2 hunks)packages/loaders/json-schema/CHANGELOG.md
(1 hunks)packages/loaders/json-schema/package.json
(2 hunks)packages/loaders/mysql/CHANGELOG.md
(1 hunks)packages/loaders/mysql/package.json
(2 hunks)packages/loaders/neo4j/CHANGELOG.md
(1 hunks)packages/loaders/neo4j/package.json
(2 hunks)packages/loaders/odata/CHANGELOG.md
(1 hunks)packages/loaders/odata/package.json
(2 hunks)packages/loaders/openapi/CHANGELOG.md
(1 hunks)packages/loaders/openapi/package.json
(2 hunks)packages/loaders/raml/CHANGELOG.md
(1 hunks)packages/loaders/raml/package.json
(2 hunks)packages/loaders/soap/CHANGELOG.md
(1 hunks)packages/loaders/soap/package.json
(2 hunks)packages/loaders/sqlite/CHANGELOG.md
(1 hunks)packages/loaders/sqlite/package.json
(2 hunks)packages/loaders/thrift/CHANGELOG.md
(1 hunks)packages/loaders/thrift/package.json
(2 hunks)packages/plugins/deduplicate-request/CHANGELOG.md
(1 hunks)packages/plugins/deduplicate-request/package.json
(2 hunks)packages/plugins/hive/CHANGELOG.md
(1 hunks)packages/plugins/hive/package.json
(2 hunks)packages/plugins/http-cache/CHANGELOG.md
(1 hunks)packages/plugins/http-cache/package.json
(2 hunks)packages/plugins/http-details-extensions/CHANGELOG.md
(1 hunks)packages/plugins/http-details-extensions/package.json
(2 hunks)packages/plugins/jit/CHANGELOG.md
(1 hunks)packages/plugins/jit/package.json
(2 hunks)packages/plugins/jwt-auth/CHANGELOG.md
(1 hunks)packages/plugins/jwt-auth/package.json
(2 hunks)packages/plugins/live-query/CHANGELOG.md
(1 hunks)packages/plugins/live-query/package.json
(2 hunks)packages/plugins/mock/CHANGELOG.md
(1 hunks)packages/plugins/mock/package.json
(3 hunks)packages/plugins/newrelic/CHANGELOG.md
(1 hunks)packages/plugins/newrelic/package.json
(2 hunks)packages/plugins/operation-field-permissions/CHANGELOG.md
(1 hunks)packages/plugins/operation-field-permissions/package.json
(2 hunks)packages/plugins/operation-headers/CHANGELOG.md
(1 hunks)packages/plugins/operation-headers/package.json
(2 hunks)packages/plugins/rate-limit/CHANGELOG.md
(1 hunks)packages/plugins/rate-limit/package.json
(2 hunks)packages/plugins/response-cache/CHANGELOG.md
(1 hunks)packages/plugins/response-cache/package.json
(2 hunks)
⛔ Files not processed due to max files limit (20)
- packages/plugins/snapshot/CHANGELOG.md
- packages/plugins/snapshot/package.json
- packages/plugins/statsd/CHANGELOG.md
- packages/plugins/statsd/package.json
- packages/transports/grpc/CHANGELOG.md
- packages/transports/grpc/package.json
- packages/transports/mysql/CHANGELOG.md
- packages/transports/mysql/package.json
- packages/transports/neo4j/CHANGELOG.md
- packages/transports/neo4j/package.json
- packages/transports/odata/CHANGELOG.md
- packages/transports/odata/package.json
- packages/transports/rest/CHANGELOG.md
- packages/transports/rest/package.json
- packages/transports/soap/CHANGELOG.md
- packages/transports/soap/package.json
- packages/transports/sqlite/CHANGELOG.md
- packages/transports/sqlite/package.json
- packages/transports/thrift/CHANGELOG.md
- packages/transports/thrift/package.json
💤 Files with no reviewable changes (2)
- .changeset/ten-houses-unite.md
- .changeset/eleven-carpets-nail.md
✅ Files skipped from review due to trivial changes (2)
- packages/cache/upstash-redis/CHANGELOG.md
- packages/cache/upstash-redis/package.json
🚧 Files skipped from review as they are similar to previous changes (201)
- e2e/thrift-calculator/package.json
- examples/openapi-react-weatherbit/package.json
- examples/fastify/package.json
- packages/plugins/jit/package.json
- examples/programmatic-batching/package.json
- packages/include/package.json
- packages/fusion/composition/package.json
- packages/cache/inmemory-lru/CHANGELOG.md
- packages/legacy/handlers/supergraph/CHANGELOG.md
- examples/soap-netsuite/package.json
- examples/openapi-stackexchange/package.json
- examples/json-schema-fhir/package.json
- examples/mysql-employees/package.json
- packages/legacy/urql/CHANGELOG.md
- examples/reddit-example/package.json
- examples/soap-demo/package.json
- packages/plugins/jwt-auth/CHANGELOG.md
- examples/v1-next/auth0/package.json
- packages/include/CHANGELOG.md
- packages/plugins/jit/CHANGELOG.md
- packages/legacy/urql/package.json
- examples/hasura-openbrewery-geodb/package.json
- packages/plugins/operation-field-permissions/package.json
- packages/legacy/apollo-link/package.json
- examples/openapi-meilisearch/package.json
- packages/legacy/transforms/extend/package.json
- examples/openwhisk-example/package.json
- packages/legacy/runtime/package.json
- packages/legacy/handlers/tuql/CHANGELOG.md
- examples/openapi-subscriptions/package.json
- examples/federation-example/gateway/package.json
- packages/plugins/live-query/CHANGELOG.md
- examples/graphql-file-upload-example/package.json
- packages/legacy/transforms/prune/package.json
- packages/plugins/deduplicate-request/CHANGELOG.md
- examples/openapi-stripe/package.json
- packages/cache/inmemory-lru/package.json
- examples/odata-msgraph-programmatic/package.json
- packages/plugins/http-cache/CHANGELOG.md
- examples/grpc-reflection-example/package.json
- packages/plugins/newrelic/CHANGELOG.md
- examples/hive-example/sources/authors/package.json
- packages/plugins/deduplicate-request/package.json
- examples/json-schema-covid/package.json
- packages/legacy/transforms/rate-limit/CHANGELOG.md
- packages/loaders/odata/CHANGELOG.md
- packages/legacy/handlers/odata/package.json
- examples/odata-microsoft/package.json
- packages/plugins/operation-field-permissions/CHANGELOG.md
- examples/mysql-rfam/package.json
- packages/legacy/transforms/resolvers-composition/package.json
- examples/gcp-functions/package.json
- examples/json-schema-subscriptions/package.json
- examples/sqlite-chinook/package.json
- examples/mongoose-example/package.json
- packages/plugins/response-cache/package.json
- examples/persisted-operations/package.json
- packages/legacy/transforms/filter-schema/CHANGELOG.md
- packages/loaders/openapi/package.json
- packages/legacy/handlers/mongoose/CHANGELOG.md
- packages/plugins/rate-limit/package.json
- packages/legacy/transforms/cache/CHANGELOG.md
- packages/loaders/neo4j/package.json
- packages/loaders/sqlite/package.json
- packages/legacy/transforms/hoist-field/CHANGELOG.md
- examples/spacex-cfw/package.json
- examples/json-schema-file-upload/package.json
- examples/json-schema-example/package.json
- packages/plugins/mock/CHANGELOG.md
- examples/hive-example/sources/books/package.json
- examples/v1-next/integrations/cfw-spacex/package.json
- packages/cache/file/package.json
- examples/hello-world/package.json
- examples/thrift-calculator/package.json
- packages/legacy/migrate-config-cli/CHANGELOG.md
- packages/plugins/http-cache/package.json
- examples/auth0/package.json
- packages/plugins/operation-headers/package.json
- examples/v1-next/integrations/cfw-breweries/package.json
- packages/legacy/types/package.json
- examples/hello-world-esm/package.json
- packages/legacy/mergers/stitching/package.json
- packages/loaders/sqlite/CHANGELOG.md
- packages/legacy/handlers/supergraph/package.json
- packages/legacy/utils/package.json
- packages/legacy/transforms/encapsulate/package.json
- packages/legacy/transforms/hive/package.json
- packages/fusion/composition/CHANGELOG.md
- e2e/cache-control/package.json
- examples/nextjs-apollo-example/package.json
- examples/v1-next/apollo-federation-compatibility/package.json
- examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
- packages/plugins/live-query/package.json
- packages/legacy/handlers/neo4j/CHANGELOG.md
- packages/legacy/transforms/resolvers-composition/CHANGELOG.md
- packages/legacy/http/CHANGELOG.md
- packages/legacy/transforms/cache/package.json
- packages/legacy/transforms/replace-field/package.json
- packages/legacy/transforms/rename/CHANGELOG.md
- packages/legacy/mergers/bare/package.json
- examples/neo4j-example/package.json
- examples/type-merging-batching-example/package.json
- examples/soap-country-info/package.json
- examples/federation-example/gateway-supergraph/package.json
- packages/legacy/handlers/tuql/package.json
- packages/loaders/soap/package.json
- packages/plugins/jwt-auth/package.json
- packages/legacy/transforms/type-merging/package.json
- packages/loaders/odata/package.json
- packages/legacy/apollo-link/CHANGELOG.md
- packages/legacy/transforms/federation/CHANGELOG.md
- examples/odata-trippin/package.json
- packages/plugins/mock/package.json
- packages/loaders/json-schema/package.json
- packages/plugins/hive/package.json
- packages/legacy/store/package.json
- examples/openapi-javascript-wiki/package.json
- examples/nextjs-sdk-example/package.json
- examples/grpc-example/package.json
- packages/loaders/mysql/package.json
- packages/legacy/handlers/thrift/CHANGELOG.md
- packages/loaders/thrift/package.json
- packages/legacy/handlers/postgraphile/package.json
- packages/cache/cfw-kv/package.json
- packages/legacy/handlers/openapi/package.json
- packages/legacy/transforms/naming-convention/package.json
- examples/odata-msgraph-programmatic-ts/package.json
- packages/legacy/handlers/postgraphile/CHANGELOG.md
- packages/legacy/transforms/filter-schema/package.json
- packages/plugins/newrelic/package.json
- packages/loaders/raml/package.json
- packages/legacy/transforms/extend/CHANGELOG.md
- packages/legacy/store/CHANGELOG.md
- packages/legacy/transforms/transfer-schema/package.json
- packages/legacy/handlers/thrift/package.json
- packages/legacy/handlers/graphql/package.json
- packages/plugins/http-details-extensions/package.json
- packages/legacy/transforms/federation/package.json
- examples/openapi-youtrack/package.json
- packages/cache/redis/package.json
- packages/legacy/transforms/rename/package.json
- packages/legacy/http/package.json
- packages/legacy/handlers/mongoose/package.json
- packages/legacy/handlers/soap/package.json
- packages/legacy/handlers/neo4j/package.json
- examples/response-cache/package.json
- packages/legacy/handlers/json-schema/CHANGELOG.md
- examples/cloudflare-workers/package.json
- packages/loaders/thrift/CHANGELOG.md
- packages/cache/localforage/package.json
- packages/loaders/openapi/CHANGELOG.md
- examples/hive-example/gateway/package.json
- packages/legacy/handlers/mysql/package.json
- examples/openapi-location-weather/package.json
- packages/legacy/transforms/rate-limit/package.json
- packages/legacy/handlers/graphql/CHANGELOG.md
- packages/plugins/operation-headers/CHANGELOG.md
- packages/legacy/handlers/raml/CHANGELOG.md
- packages/legacy/handlers/soap/CHANGELOG.md
- packages/legacy/transforms/transfer-schema/CHANGELOG.md
- packages/legacy/handlers/json-schema/package.json
- packages/legacy/transforms/hive/CHANGELOG.md
- packages/legacy/handlers/raml/package.json
- packages/legacy/migrate-config-cli/package.json
- packages/plugins/http-details-extensions/CHANGELOG.md
- packages/legacy/handlers/grpc/package.json
- packages/legacy/transforms/prefix/package.json
- packages/compose-cli/CHANGELOG.md
- packages/legacy/mergers/bare/CHANGELOG.md
- packages/plugins/response-cache/CHANGELOG.md
- examples/postgres-geodb/package.json
- packages/legacy/transforms/hoist-field/package.json
- packages/compose-cli/package.json
- packages/legacy/transforms/prune/CHANGELOG.md
- packages/legacy/runtime/CHANGELOG.md
- packages/legacy/utils/CHANGELOG.md
- packages/legacy/config/CHANGELOG.md
- examples/response-cache/CHANGELOG.md
- packages/legacy/transforms/type-merging/CHANGELOG.md
- packages/cache/cfw-kv/CHANGELOG.md
- packages/loaders/neo4j/CHANGELOG.md
- packages/loaders/mysql/CHANGELOG.md
- packages/legacy/transforms/prefix/CHANGELOG.md
- packages/legacy/transforms/replace-field/CHANGELOG.md
- packages/cache/localforage/CHANGELOG.md
- packages/legacy/transforms/encapsulate/CHANGELOG.md
- packages/plugins/hive/CHANGELOG.md
- packages/legacy/handlers/mysql/CHANGELOG.md
- packages/loaders/raml/CHANGELOG.md
- packages/legacy/mergers/stitching/CHANGELOG.md
- packages/legacy/handlers/grpc/CHANGELOG.md
- packages/plugins/rate-limit/CHANGELOG.md
- packages/cache/file/CHANGELOG.md
- packages/legacy/transforms/naming-convention/CHANGELOG.md
- packages/legacy/cli/package.json
- packages/loaders/json-schema/CHANGELOG.md
- packages/loaders/soap/CHANGELOG.md
- packages/legacy/config/package.json
- packages/legacy/types/CHANGELOG.md
- packages/legacy/handlers/openapi/CHANGELOG.md
- packages/legacy/handlers/odata/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: e2e / node v22
- GitHub Check: e2e / node v20
- GitHub Check: e2e / node v18
🔇 Additional comments (6)
packages/cache/redis/CHANGELOG.md (2)
3-21
: LGTM! Well documented feature addition for REDIS_FAMILY support.The documentation clearly explains:
- The purpose of the REDIS_FAMILY environment variable
- Available options (IPv4, IPv6, Automatic)
- Use case scenarios
27-30
: LGTM! Clear dependency updates section.The dependency updates are well documented with proper version numbers and links.
packages/legacy/cli/CHANGELOG.md (4)
1-2
: LGTM! The changelog header follows standard format with package name.
3-16
: LGTM! Latest version entry follows proper format with version number, change categories and descriptions.
17-42
: LGTM! Dependency updates are properly documented with exact version numbers and change types.
43-1570
: LGTM! Historical changelog entries follow consistent format and provide good traceability with PR numbers and commit hashes.
231ef96
to
7eade46
Compare
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 master, this PR will be updated.
Releases
@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
#8260
fc44a1e
Thanks @ardatan! - Support REDIS_FAMILY to set family of the IP
address (IPv4 or IPv6).
This enhancement allows you to explicitly specify the IP address family when connecting to Redis
instances:
This is particularly useful in network environments where specific IP protocols are required or
when troubleshooting connection issues.
#8260
fc44a1e
Thanks @ardatan! - Support Redis Sentinels -
See more
Updated dependencies
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
#8350
40673d5
Thanks @ardatan! - New Upstash Redis implementation
Updated dependencies
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
#8260
fc44a1e
Thanks @ardatan! - Support Redis Sentinels -
See more
Updated dependencies []:
@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@omnigraph/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
[
fc44a1e
]:@graphql-mesh/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
[email protected]
Patch Changes
[email protected]
Summary by CodeRabbit