Releases: zakodium/adonis-apollo
Releases · zakodium/adonis-apollo
v0.22.1
v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.0
0.18.0 (2023-02-28)
⚠ BREAKING CHANGES
- Apollo Server was upgraded to version 4. The
enableUploads
config option is nowfalse
by default. The default GraphQL context doesn't include thectx
property anymore (it is now an empty object). The value is still passed to the context function. Thecontext
config option should now be passed at the top level instead of theapolloServer
object. TheenablePlayground
andplaygroundOptions
config options were removed. You can now use Apollo Server plugins to configure the landing page. ApolloError and friends were removed so we also removed theZakodium/Apollo/Errors
re-export path. See https://www.apollographql.com/docs/apollo-server/migration/ for all details.
Code Refactoring
adonis-apollo v0.17.0
Features
- expose FileUpload type (f7635c0)
adonis-apollo v0.16.0
Features
- always support all resolvers of the current graphql-scalar version (30ecf36)
adonis-apollo v0.15.0
⚠ BREAKING CHANGES
- applyMiddleware() no longer needs route in its parameters
- removed getPlaygroundHandler method
- add enablePlayground and playgroundOptions in config. The Playground is no longer available by default in production.
- the GraphQL playground is now rendered at the same URL as the API. GET queries to the API are still possible.
- change organization of IoC bindings
Features
- add enablePlayground and playgroundOptions in config. The Playground is no longer available by default in production. (2b07ac0)
- add enableUploads and uploadOptions in config (2b07ac0)