GraphQL for .NET v3.2.0 Release Notes

Release Date: 2020-12-07 // over 3 years ago
  • ISchema now inherits IProvideMetadata (#2036)

    Formally it is a breaking change but practically clients shouldn't run into problems, as hardly anyone creates their own ISchema implementations preferring to inherit from Schema class.

    MISC:

    • 🔒 GitHub Security Lab (GHSL) Vulnerability Report: GHSL-2020-231 (#2031)
    • ⬆️ Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.3 (#2032)
    • ➕ Add built-in analyzers (#2034)
    • Retarget System.Text.Json to netcoreapp3.1 (#2035)

Previous changes from v3.1.6

  • 🛠 BUGFIXES:

    • 🛠 Fix schema first issue - custom scalar with default value as GraphQLTypeReference! (#2025)
    • 🛠 Fix serialization of SubscriptionExecutionResult for System.Text.Json (#2030)

    MISC:

    • ➕ Add migration docs (#2017)
    • ⬆️ Bump Moq from 4.15.1 to 4.15.2 (#2028)
    • ⬆️ Bump Bogus from 31.0.3 to 32.0.1 (#2029)