Skip to content

Commit 576fadd

Browse files
committed
update changelog
1 parent 839652d commit 576fadd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a name="0.4.0"></a>
2-
# 0.4.0 (2025-08-XX)
2+
# 0.4.0 (2025-09-25)
33

44
## Breaking Changes
55
- **Apollo Server 5**: Upgraded from Apollo Server 2 to Apollo Server 5
@@ -15,6 +15,7 @@
1515
- **Dependencies**: Updated all dependencies to latest compatible versions
1616
- **Configuration**: Replaced `.eslintrc.js` and `.prettierrc.js` with modern `eslint.config.js` and `prettier.config.js`
1717
- **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
1819

1920
## Removed Features
2021
- Removed file upload examples and documentation

0 commit comments

Comments
 (0)