Skip to content

🍓 0.239.0

Compare
Choose a tag to compare
@botberry botberry released this 31 Aug 11:13
· 136 commits to main since this release

This release adds support for multipart subscriptions in almost all1 of our
http integrations!

Multipart subcriptions
are a new protocol from Apollo GraphQL, built on the
Incremental Delivery over HTTP spec,
which is also used for @defer and @stream.

The main advantage of this protocol is that when using the Apollo Client
libraries you don't need to install any additional dependency, but in future
this feature should make it easier for us to implement @defer and @stream

Also, this means that you don't need to use Django Channels for subscription,
since this protocol is based on HTTP we don't need to use websockets.

Releases contributed by @patrick91 via #3076

  1. Flask, Chalice and the sync Django integration don't support this.