Releases: Dotnet-Boxed/Templates
Releases · Dotnet-Boxed/Templates
Boxed Templates 2.2.0
ASP.NET Core API Boxed
- Upgrade Serilog.
- Set the Host in the swagger document.
- Add a
.gitattributesfile. - Update the
.editorconfigfile
ASP.NET Core GraphQL Boxed
- Upgrade Serilog.
- Add null check on errors before EnrichWithApolloTracing.
- Add a
.gitattributesfile. - Update the
.editorconfigfile
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
.gitattributesfile. - Update the
.editorconfigfile
Boxed Templates 2.1.1
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
ASP.NET Core API Boxed
- No changes.
ASP.NET Core GraphQL Boxed
- No changes.
Microsoft Orleans Boxed
- Initial release.
Boxed Templates 1.14.1
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
ASP.NET Core API Boxed
- Add Brotli response compression.
- Add
application/vnd.restful+jsonandapplication/problem+jsonto 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
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
CursortoBoxed.AspNetCoreNuGet package.
Boxed Templates 1.12.0
ASP.NET Core API Boxed
- Upgrade to ASP.NET Core SDK 2.2.102
- Modify health check endpoints to
/statusand/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
/statusand/status/self
Boxed Templates 1.11.1
ASP.NET Core API Boxed
- Fix for #256. Set UpdateTraceIdentifier to false due to a bug in ASP.NET Core dotnet/aspnetcore#5144.
- Remove
UseIISIntegrationbecause 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
UseIISIntegrationbecause 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
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
IOptionsreadiness and liveness health checks. - Add ASP.NET Core 2.2
IOptionsvalidation. - 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
IOptionsreadiness and liveness health checks. - Add ASP.NET Core 2.2
IOptionsvalidation. - 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
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