Skip to content

Releases: Dotnet-Boxed/Templates

Boxed Templates 2.2.0

28 Jul 11:35
Compare
Choose a tag to compare

ASP.NET Core API Boxed

  • Upgrade Serilog.
  • Set the Host in the swagger document.
  • Add a .gitattributes file.
  • Update the .editorconfig file

ASP.NET Core GraphQL Boxed

  • Upgrade Serilog.
  • Add null check on errors before EnrichWithApolloTracing.
  • Add a .gitattributes file.
  • Update the .editorconfig file

Microsoft Orleans Boxed

  • Upgrade Orleans to 2.3.6.
  • Upgrade Serilog.
  • Add telemetry and statistics when running on linux.
  • Add streaming and show a usage example in HelloGrain.
  • Add reminders and show a usage example in ReminderGrain.
  • Add a .gitattributes file.
  • Update the .editorconfig file

Boxed Templates 2.1.1

24 Apr 14:02
Compare
Choose a tag to compare

ASP.NET Core API Boxed

  • Fix template not showing up.

ASP.NET Core GraphQL Boxed

  • No Changes.

Microsoft Orleans Boxed

  • No Changes.

Boxed Templates 2.0.0

29 Mar 13:53
Compare
Choose a tag to compare

ASP.NET Core API Boxed

  • No changes.

ASP.NET Core GraphQL Boxed

  • No changes.

Microsoft Orleans Boxed

  • Initial release.

Boxed Templates 1.14.1

05 Mar 12:24
Compare
Choose a tag to compare

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.

Boxed Templates 1.14.0

19 Feb 14:37
Compare
Choose a tag to compare

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.

Boxed Templates 1.13.0

13 Feb 11:06
Compare
Choose a tag to compare

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.

Boxed Templates 1.12.0

11 Jan 15:16
Compare
Choose a tag to compare

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

Boxed Templates 1.11.1

03 Jan 16:19
Compare
Choose a tag to compare

ASP.NET Core API Boxed

  • Fix for #256. Set UpdateTraceIdentifier to false due to a bug in ASP.NET Core dotnet/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 dotnet/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.

Boxed Templates 1.11.0

31 Dec 12:25
Compare
Choose a tag to compare

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.

Boxed Templates 1.10.0

09 Nov 14:51
Compare
Choose a tag to compare

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