Skip to content

v3.0.0a6

Pre-release
Pre-release
Compare
Choose a tag to compare
@leszekhanusz leszekhanusz released this 09 Jun 20:24
· 206 commits to master since this release

New features

  • Add Streaming functionalities to file uploads (#174)
  • Add extensions field to ExecutionResult (#190)
  • Added keep_alive_timeout argument to the websockets transport to close the connection if no keep alive are received from the backend in the specified time (#201)
  • Add support for variable definitions in dsl (#210)

Fixes

  • Fix 4xx error handling in transports (#195)

Maintenance

  • Update graphql-core version to 3.1.5 (#213)
  • Update websockets to >=9 (#214)

Documentation

  • Adding docs and test about cookies (#202)
  • add docs on how to disable the transport logs (#183)