Releases: dreamit-de/graphql-server
Releases · dreamit-de/graphql-server
v3.2.1
#124 Improve MetricsClient handling. Move default MetricsClient setting to GraphQLServer class.
Remove pull-request condition from ci workflow to avoid double ci pipeline execution
Update devDependencies
v3.2.0
#116 Add two new MetricsClient implementation. Use SimpleMetricsClient if cpuUsage is not available
v3.1.0
Feature #104 : Provide GraphQLServerOptions in context functions
Dependency updates
v3.0.1
Update dependencies
Update readme
Fix linting issue
v3.0.0
Release v3
- Add more handleRequest/executeRequest functions
- Remove body extraction from RequestInformationExtractor
- Improve IntrospectionDisabled recognition
- Code Cleanup and improvements
v2.5.0
#25 Add context to MetricsClient interface. Update dependencies
v2.4.0
#21 Provide context in Logger to use information from the context to adjust logging.
v2.3.0
#17 Change fields from private to protected
#18 Provide context in sendResponse related functions
#19 Add removeHeader to GraphQLServerResponse