Core
- Allow schema building to be async (https://github.com/Urigo/graphql-modules/pull/375)
- Added
onResponse
hooks (https://github.com/Urigo/graphql-modules/pull/382)
- Fix issues with increased memory in latest release
- Better support for
DataSource
s (https://github.com/Urigo/graphql-modules/pull/385)
- Do not load defaultLogger and defaultCache lazily (https://github.com/Urigo/graphql-modules/pull/392)
- Added tests to prevent memory leaks.
DI
- Added tests to prevent memory leaks.