Jerrycurl v1.0.3 Release Notes

Release Date: 2020-01-24 // about 4 years ago
  • ๐Ÿ”„ Changes

    dotnet-jerry

    • ๐Ÿ›  Fixed - Missing package Microsoft.Bcl.AsyncInterfaces #22

Previous changes from v1.0.1

  • ๐Ÿ”„ Changes

    Jerrycurl.Relations

    • ๐Ÿ†• New - NuGet package Jerrycurl.Relations with relational metadata/data abstractions

    Jerrycurl.Data

    • ๐Ÿ†• New - NuGet package Jerrycurl.Data giving access to low-level ORM
    • โž• Added - Asynchronous alignment for .NET Standard 2.0 with Microsoft.Bcl.AsyncInterfaces
    • โž• Added - Asynchronous filter support with IFilter.GetAsyncHandler - #13
    • โž• Added - Fully asynchronous DbTransaction support in .NET Standard 2.1
    • ๐Ÿ”„ Changed - Move low-level ADO.NET abstractions into Jerrycurl.Data.Sessions
    • ๐Ÿ›  Fixed - Low-level connection management issue - #3

    Jerrycurl.Mvc

    • ๐Ÿ†• New - NuGet dependency graph: Jerrycurl.Mvc <- Jerrycurl.Data <- Jerrycurl.Relations - #4
    • โž• Added - Better support for dependency injection - #6

    Jerrycurl.Vendors.SqlServer

    • ๐Ÿ”„ Changed - Package now targets the new Microsoft.Data.SqlClient - #5 - info

    Jerrycurl.Vendors.SqlServer.Legacy

    • ๐Ÿ†• New - NuGet legacy package Jerrycurl.Vendors.SqlServer.Legacy targeting System.Data.SqlClient 4.6.1 - #5

    ๐Ÿ— Jerrycurl.Build.Razor

    • โœ‚ Removed - Support for non-SDK projects - #14