GraphQL for .NET v3.1.0 Release Notes

Release Date: 2020-10-23 // over 3 years ago
  • ๐Ÿ“š In addition to the below changes to the codebase, thanks to @joemcbride @fiyazbinhasan @sitereactor @jvitkauskas @srs6814 for updates to the documentation. Please note that while releases are still published to nuget, interim builds now are published to GitHub Packages rather than myget.

    • ๐Ÿ›  Fix tests for .Net Core 2.1 LTS and .Net Framework 4.8 (#1841) @Shane32
    • ๐Ÿ‘ป Rethrow canceled operations properly; do not call unhandled exception delegate (#1852) @Shane32
    • โœจ Enhancement: allows enumeration members to be specified by underlying value (#1836) @Shane32
    • ๐Ÿ“ฆ Publish merged PRs as nuget packages to GitHub Packages (#1886) @Shane32
    • ๐Ÿ›  fix check for interface covariance (#1891) @sungam3r
    • ๐Ÿ›  fix for aliased list arguments (#1893) @sungam3r
    • โž• add dependabot (#1900) @sungam3r
    • ๐Ÿ“œ Prevent variable parsing errors from masking validation errors (#1896) @Shane32
    • Do not register unused graph types (#1887) @Shane32 @sungam3r