We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839652d commit 576faddCopy full SHA for 576fadd
1 file changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
<a name="0.4.0"></a>
2
-# 0.4.0 (2025-08-XX)
+# 0.4.0 (2025-09-25)
3
4
## Breaking Changes
5
- **Apollo Server 5**: Upgraded from Apollo Server 2 to Apollo Server 5
@@ -15,6 +15,7 @@
15
- **Dependencies**: Updated all dependencies to latest compatible versions
16
- **Configuration**: Replaced `.eslintrc.js` and `.prettierrc.js` with modern `eslint.config.js` and `prettier.config.js`
17
- **Async Methods**: Made `makeExecutableSchema` and `generateGraphQLSchema` methods async for better async/await support
18
+- **Preparation**: Improved GraphQL schema preparation with promise-based mechanism to prevent multiple concurrent preparations
19
20
## Removed Features
21
- Removed file upload examples and documentation
0 commit comments