mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
2.1 KiB
2.1 KiB
Changelog
- Expose the OperationStore as part of the public API. (@nnance)
- Support adding parsed operations to the OperationStore. (@nnance)
- Expose ApolloOptions as part of the public API.
v0.2.5
v0.2.2
v0.2.1
- Complete refactor of Apollo Server using TypeScript. PR #41
- Added HAPI integration (@nnance in #46)
- Added Koa integration (@HriBB in #59)
- Changed express integration to support connect as well (@helfer in #58)
- Dropped express-graphql dependency
- Dropped support for GET requests, only POST requests are allowed now
- Split GraphiQL into a separate middleware
- Factored out core to support HAPI, Koa and connect implementations
- Added support for query batching
- Added support for query whitelisting / stored queries
- Removed body parsing from express integration. Body must be parsed outside of apollo now
- Added
formatRequest
andformatResponse
functions to apollo options. - Removed support for shorthand schema definitions, connectors and mocks (use
graphql-tools
instead)
v0.1.5
v.0.1.4
- BUG: Fixed a bug with tracer mocks that would throw a TypeError when using Ava #26
v0.1.3
- Updated graphql dependency to 0.6.0