Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 1.5 KB

master

  • Compatibility with the latest juniper.

Breaking Changes

  • juniper_hyper::graphiql now requires a second parameter for subscriptions.
  • juniper_hyper::graphql now executes the schema asynchronously. For blocking synchronous execution consider juniper_hyper::graphql_sync for use.
  • 400 Bad Request is now returned if POST HTTP request contains no or invalid Content-Type header.
  • Compatibility with the latest juniper.
  • Compatibility with the latest juniper.
  • Compatibility with the latest juniper.
  • Compatibility with the latest juniper.
  • Compatibility with the latest juniper.
  • Compatibility with the latest juniper.

0.2.0 [2018-12-18]

Breaking changes

  • The tokio threadpool managed by hyper is now used for executing GraphQL operations as well. Previously a separate threadpool from futures_cpupool was required.

    #256