All Versions
273
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 28

  • v0.6.2 Changes

    November 19, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed: byte[] cannot be defined as a custom scalar #345.
  • v0.6.1 Changes

    November 15, 2018

    ๐Ÿ”„ Changed

    • DateTimeType now serializes UTC DateTime to yyyy-MM-ddTHH\:mm\:ss.fffZ.

    ๐Ÿ›  Fixed

    • List Variable Coercion Failed.
    • InputTypes are now discovered correctly.
  • v0.6.0 Changes

    November 12, 2018

    โž• 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