Releases: graphql-hive/graphql-modules
Releases · graphql-hive/graphql-modules
January 16, 2026
ℹ️ This is is a backport to v2 of the v3.3.1 release.
graphql-modules@2.4.1
Patch Changes
- #2634
d5efab6Thanks @enisdenjo! - Bind context to async execution avoiding race-conditions
January 16, 2026
graphql-modules@3.1.1
Patch Changes
- #2521
d22ecf3Thanks @enisdenjo! - Bind context to async execution avoiding race-conditions
January 16, 2026
February 19, 2025
graphql-modules@3.0.0
Major Changes
-
#2563
f40de70Thanks @kamilkisiela! - BREAKING Providers of each module are now resolved of upon application creation.This makes Dependency Injection less strict and not dependent on the order of module imports (hello circular imports).
BREAKING Removed
providers,operationProvidersandsingletonProvidersfrom theModuleinterface (unlikely you were using them).
Patch Changes
-
#2479
482499aThanks @renovate! - dependencies updates:- Updated dependency
ramda@^0.30.0↗︎ (from^0.29.0, independencies)
- Updated dependency
October 23, 2024
November 03, 2023
November 02, 2023
graphql-modules@2.2.1
Patch Changes
- #2461
472733b1Thanks @enisdenjo! - Execution context getters using closures
July 25, 2023
graphql-modules@2.2.0
Minor Changes
- #2395
d9e91d0aThanks @TomKlaverAH! - Use AsyncLocalStorage for execution context if available
Patch Changes
-
#2338
4d9150f0Thanks @renovate! - dependencies updates:- Updated dependency
@graphql-tools/schema@^10.0.0↗︎ (from^9.0.0, independencies) - Updated dependency
@graphql-tools/wrap@^10.0.0↗︎ (from^9.0.0, independencies)
- Updated dependency
-
#2354
d49191d9Thanks @renovate! - dependencies updates:- Updated dependency
ramda@^0.29.0↗︎ (from^0.28.0, independencies)
- Updated dependency
March 22, 2023
graphql-modules@2.1.2
Patch Changes
- #2329
df7e2dbaThanks @darkbasic! - TypeScript 5 support for the Inject and Optional decorators
March 16, 2023
graphql-modules@2.1.1
Patch Changes
-
#2233
1d6b7fb7Thanks @renovate! - dependencies updates:- Updated dependency
@graphql-tools/schema@^9.0.0↗︎ (was^8.3.1, independencies) - Updated dependency
@graphql-tools/wrap@^9.0.0↗︎ (was^8.3.1, independencies)
- Updated dependency
-
#2324
42599bfeThanks @patrickjm! - Fix missing attributes in package.json (as preparation for TS 5.0)