Skip to content

v3.0.0b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@leszekhanusz leszekhanusz released this 26 Oct 08:42
· 127 commits to master since this release

New features

  • Implementation of graphql-ws protocol (#242)
  • Add upload_files functionality for requests transport (#244)
  • AIOHTTPTransport ignore backend mimetype (#248)
  • Add the option to specify a filename on multipart file upload (#241)
  • DSL implementation of fragments (#235)
  • RequestsHTTPTransport add extra_args argument to execute function (#232)
  • Update typing hints of timeouts to allow passing floats (#234)
  • PhoenixChannelWebsocketsTransport: Handle Absinthe unsubscriptions (#228)

Bug fixes

  • Update requests/urllib3 dependency and allow retries on POST requests (#249)
  • Async generators always ensure that inner generator are closed properly (#230)