2016-07-05 15:01:49 -07:00
# Changelog
2016-09-12 18:07:35 -04:00
### VNEXT
2016-09-09 07:49:23 -05:00
### v0.3.0
2016-09-09 20:22:13 -05:00
* Refactor Hapi integration to improve the API and make the plugins more idiomatic. ([@nnance ](https://github.com/nnance )) in
2016-09-09 07:49:23 -05:00
[PR #127 ](https://github.com/apollostack/apollo-server/pull/127 )
2016-09-09 20:22:13 -05:00
* Fixed query batching with Hapi integration. Issue #123 ([@nnance ](https://github.com/nnance )) in
2016-09-09 07:49:23 -05:00
[PR #127 ](https://github.com/apollostack/apollo-server/pull/127 )
2016-09-09 20:22:13 -05:00
* Add support for route options in Hapi integration. Issue #97 . ([@nnance ](https://github.com/nnance )) in
2016-09-09 07:49:23 -05:00
[PR #127 ](https://github.com/apollostack/apollo-server/pull/127 )
2016-09-09 20:22:13 -05:00
* Camelcase Hapi. Issue #129 . ([@nnance ](https://github.com/nnance )) in
[PR #132 ](https://github.com/apollostack/apollo-server/pull/132 )
2016-09-09 20:30:27 -05:00
* Fix error handling when parsing variables parameter. Issue #130 . ([@nnance ](https://github.com/nnance )) in
[PR #131 ](https://github.com/apollostack/apollo-server/pull/131 )
2016-09-10 17:28:38 -05:00
* Improve logging function. Issue #79 . ([@nnance ](https://github.com/nnance )) in
[PR #136 ](https://github.com/apollostack/apollo-server/pull/136 )
2016-09-12 15:02:41 -07:00
* Output stack trace for errors in debug mode. Issue #111 . ([@nnance ](https://github.com/nnance )) in
[PR #137 ](https://github.com/apollostack/apollo-server/pull/137 )
2016-09-19 12:19:57 -07:00
* Allow to pass custom headers in GraphiQL ([@nicolaslopezj ](https://github.com/nicolaslopezj ) in [#133 ](https://github.com/apollostack/apollo-server/pull/133 )).
2016-09-09 07:49:23 -05:00
### v0.2.6
2016-08-20 20:33:20 -07:00
* Expose the OperationStore as part of the public API. ([@nnance ](https://github.com/nnance ))
2016-08-22 20:19:01 -07:00
* Support adding parsed operations to the OperationStore. ([@nnance ](https://github.com/nnance ))
* Expose ApolloOptions as part of the public API.
2016-08-14 01:18:57 -07:00
### v0.2.5
* Made promise compatible with fibers ([@benjamn ](https://github.com/benjamn ) in [#92 ](https://github.com/apollostack/apollo-server/pull/92 ))
2016-08-05 11:14:56 -07:00
### v0.2.2
* Log server events such as request start etc. with logFunction ([@helfer ](https://github.com/helfer ) in [#78 ](https://github.com/apollostack/apollo-server/pull/78 ))
2016-08-02 10:41:36 -07:00
### v0.2.1
2016-08-02 10:46:29 -07:00
* Complete refactor of Apollo Server using TypeScript. PR [#41 ](https://github.com/apollostack/apollo-server/pull/41 )
2016-09-09 20:22:13 -05:00
* Added Hapi integration ([@nnance ](https://github.com/nnance ) in [#46 ](https://github.com/apollostack/apollo-server/pull/46 ))
2016-08-02 10:46:29 -07:00
* Added Koa integration ([@HriBB ](https://github.com/HriBB ) in [#59 ](https://github.com/apollostack/apollo-server/pull/59 ))
* Changed express integration to support connect as well ([@helfer ](https://github.com/helfer ) in [#58 ](https://github.com/apollostack/apollo-server/pull/58 ))
2016-07-05 15:12:24 -07:00
* Dropped express-graphql dependency
* Dropped support for GET requests, only POST requests are allowed now
* Split GraphiQL into a separate middleware
2016-09-09 20:22:13 -05:00
* Factored out core to support Hapi, Koa and connect implementations
2016-07-05 15:12:24 -07:00
* 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` and `formatResponse` functions to apollo options.
* Removed support for shorthand schema definitions, connectors and mocks (use `graphql-tools` instead)
2016-07-05 15:01:49 -07:00
### v0.1.5
2016-08-14 01:18:57 -07:00
* BUG: Fixed a spelling error with `tracer.submit()` from PR [#26 ](https://github.com/apollostack/apollo-server/pull/26 )
2016-07-05 15:01:49 -07:00
in PR [#31 ](https://github.com/apollostack/apollo-server/pull/31 )
### v.0.1.4
* BUG: Fixed a bug with tracer mocks that would throw a TypeError when using Ava [#26 ](https://github.com/apollostack/apollo-server/pull/26 )
### v0.1.3
* Updated graphql dependency to 0.6.0