Hot Chocolate v0.6.0 Release Notes

Release Date: 2018-11-12 // over 5 years ago
  • โž• Added

    • Separate package providing a GraphiQL middleware. The middleware can serve all of GraphiQL without needing to refer to CDNs making it useful even in closed networks. Moreover, we have configured GraphiQL to work with the GraphQL-ws protocol which is supported by Hot Chocolate.
    • Initial Support for GraphQL subscriptions. We currently support the GraphQL-ws protocol over web sockets. There will be a lot of additional work in version 0.7.0 that will harden it.
    • ๐Ÿ“ฆ Authorization package for ASP .Net core which supports policy-base authorization on fields.
    • Diagnostic source which can be used to track field execution times and other events.
    • ๐Ÿš€ Implementing a directive middleware has now become much easier with this release. We have built the authorize-directive with these new APIs.

    ๐Ÿš€ [unreleased]: https://github.com/ChilliCream/hotchocolate/compare/0.8.2...HEAD