mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
docs: Remove note about releasing apollo-server-hapi16
.
We do not intend on releasing an `apollo-server-hapi16`. For more information on running Hapi v16 with Apollo Server 1.x, please check this section of the Apollo Server v1 documentation: https://www.apollographql.com/docs/apollo-server/v1/servers/hapi.html#Hapi-16 Closes #937.
This commit is contained in:
parent
d934e7220d
commit
6117cf9b71
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ ListenOptions:
|
|||
|
||||
### v1.3.0
|
||||
|
||||
- **Breaking:** `apollo-server-hapi`: now supports Hapi v17, and no longer supports Hapi v16. (We intend to release a new `apollo-server-hapi16` for users still on Hapi v16.)
|
||||
- **Breaking:** `apollo-server-hapi`: now supports Hapi v17, and no longer supports Hapi v16. For information on running Apollo Server 1.x with Hapi v16, [check this documentation](https://www.apollographql.com/docs/apollo-server/v1/servers/hapi.html#Hapi-16).
|
||||
- **New package**: `apollo-server-adonis` supporting the Adonis framework!
|
||||
- The `graphqlOptions` parameter to server GraphQL integration functions now accepts context as a function and as an object with a prototype. [PR #679](https://github.com/apollographql/apollo-server/pull/679)
|
||||
- `apollo-server-express`: Send Content-Length header.
|
||||
|
|
Loading…
Add table
Reference in a new issue