All Versions
38
Latest Version
Avg Release Cycle
11 days
Latest Release
1038 days ago

Changelog History
Page 4

  • v2.0.0 Changes

    March 29, 2019

    ASP.NET Core API Boxed

    • No changes.

    ASP.NET Core GraphQL Boxed

    • No changes.

    Microsoft Orleans Boxed

    • ๐ŸŽ‰ Initial release.
  • v1.14.1 Changes

    March 05, 2019

    ASP.NET Core API Boxed

    • ๐Ÿ›  Fix HTTP port used in production mode.

    ASP.NET Core GraphQL Boxed

    • ๐Ÿ›  Fix HTTP port used in production mode.
    • ๐Ÿ›  Fix EnableMetrics not being read from configuration.
  • v1.14.0 Changes

    February 19, 2019

    ASP.NET Core API Boxed

    • โž• Add Brotli response compression.
    • โž• Add application/vnd.restful+json and application/problem+json to response compression MIME types.
    • โž• Add 406 Not Acceptable Swagger responses in the controller.
    • Bring back StreamOutputFormatter and StringOutputFormatter.

    ASP.NET Core GraphQL Boxed

    • โž• Add Brotli response compression.
    • Bring back StreamOutputFormatter and StringOutputFormatter.
  • v1.13.0 Changes

    February 13, 2019

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core SDK 2.2.104.

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core SDK 2.2.104.
    • โฌ†๏ธ Upgrade to GraphQL Server 3.4.0.
    • ๐Ÿ“ฆ Moved Cursor to Boxed.AspNetCore NuGet package.
  • v1.12.0 Changes

    January 11, 2019

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core SDK 2.2.102
    • Modify health check endpoints to /status and /status/self

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade GraphQL Dotnet to 3.3.0
    • โฌ†๏ธ Upgrade to ASP.NET Core SDK 2.2.102
    • Modify health check endpoints to /status and /status/self
  • v1.11.1 Changes

    January 03, 2019

    ASP.NET Core API Boxed

    • ๐Ÿ›  Fix for #256. Set UpdateTraceIdentifier to false due to a bug in ASP.NET Core aspnet/AspNetCore#5144.
    • โœ‚ Remove UseIISIntegration because we are using in-process hosting. Also add a comment about why.
    • โšก๏ธ Update favicon.ico with new .NET Boxed logo.

    ASP.NET Core GraphQL Boxed

    • ๐Ÿ›  Fix for #256. Set UpdateTraceIdentifier to false due to a bug in ASP.NET Core aspnet/AspNetCore#5144.
    • โœ‚ Remove UseIISIntegration because we are using in-process hosting. Also add a comment about why.
    • โšก๏ธ Update favicon.ico with new .NET Boxed logo.
  • v1.11.0 Changes

    December 31, 2018

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 2.2.
    • โž• Add in-process IIS hosting as new default.
    • โž• Add ASP.NET Core 2.2 IOptions readiness and liveness health checks.
    • โž• Add ASP.NET Core 2.2 IOptions validation.
    • โž• Add ASP.NET Core 2.2. Problem Details Support.
    • โœ‚ Removed StatusController.
    • โœ‚ Removed minimum IIS module setup due to a bug with IIS Express. Will add this back when there is a solution.

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 2.2.
    • โฌ†๏ธ Upgrade to GraphQL Dotnet 2.4.0.
    • โž• Add in-process IIS hosting as new default.
    • โž• Add ASP.NET Core 2.2 IOptions readiness and liveness health checks.
    • โž• Add ASP.NET Core 2.2 IOptions validation.
    • โœ‚ Removed minimum IIS module setup due to a bug with IIS Express. Will add this back when there is a solution.
  • v1.10.0 Changes

    November 09, 2018

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade Swashbuckle.AspNetCore to 4.0.1.
    • โฌ†๏ธ Upgrade Microsoft.AspNetCore.Mvc.Versioning from 2.1.0 to 2.3.0.

    ASP.NET Core GraphQL Boxed

    • None