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

Changelog History
Page 3

  • v4.4.1 Changes

    June 10, 2020

    ๐Ÿ“ฆ ๐Ÿ“ฆ ASP.NET Core API Boxed

    ๐Ÿ“ฆ ๐Ÿ“ฆ ASP.NET Core GraphQL Boxed

    ๐Ÿ“ฆ ๐Ÿ“ฆ Microsoft Orleans Boxed

    ๐Ÿ“ฆ ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    ๐Ÿšง ๐Ÿงฐ Maintenance

    ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป Contributors

    @RehanSaeed

  • v4.4.0 Changes

    June 09, 2020

    ASP.NET Core API Boxed

    • โž• Add Directory.Build.props file to configure common project settings (#645).
    • โž• Add MinVer for versioning assemblies and Docker image (#645).
    • โšก๏ธ Update Docker image to .NET Core SDK 3.1.300.
    • Clear ForwardedHeaderOptions KnownNetworks and KnownProxies (#609).
    • ๐Ÿ”ง Configure Application Insights more correctly.
    • โฌ†๏ธ Upgrade NuGet package versions.

    ASP.NET Core GraphQL Boxed

    • โž• Add Directory.Build.props file to configure common project settings (#645).
    • โž• Add MinVer for versioning assemblies and Docker image (#645).
    • โšก๏ธ Update Docker image to .NET Core SDK 3.1.300.
    • Clear ForwardedHeaderOptions KnownNetworks and KnownProxies (#609).
    • ๐Ÿ”ง Configure Application Insights more correctly.
    • โฌ†๏ธ Upgrade NuGet package versions.

    Microsoft Orleans Boxed

    • โž• Add optional Docker feature (#645).
    • โž• Add Directory.Build.props file to configure common project settings (#645).
    • โž• Add MinVer for versioning assemblies and Docker image (#645).
    • ๐Ÿ›  Fix debugging Orleans in Development mode.
    • ๐Ÿ”ง Configure Application Insights more correctly.
    • โฌ†๏ธ Upgrade NuGet package versions.

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • โž• Add Directory.Build.props file to configure common project settings (#645).
    • โž• Add MinVer for versioning NuGet package (#645).
    • โฌ†๏ธ Upgrade .NET Core SDK to 3.1.300.
    • ๐Ÿ“ฆ Only publish non-preview packages to NuGet
    • โฌ†๏ธ Upgrade NuGet package versions.
  • v4.3.0 Changes

    March 28, 2020

    ASP.NET Core API Boxed

    • โฌ†๏ธ Bump Microsoft.AspNetCore.* to 3.1.3.
    • โฌ†๏ธ Bump Swashbuckle.AspNetCore.* to 5.2.1.
    • Replace '!= null' to 'is object' (#583).

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Bump Microsoft.AspNetCore.* to 3.1.3.
    • Replace '!= null' to 'is object' (#583).

    Microsoft Orleans Boxed

    • โฌ†๏ธ Bump Microsoft.Extensions.* to 3.1.3.
    • Replace '!= null' to 'is object' (#583).

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • โฌ†๏ธ Bump .NET Core SDK to 3.1.201 (#582).
    • โฌ†๏ธ Bump Microsoft.Orleans.* to 3.1.4
    • Replace '!= null' to 'is object' (#583).
    • ๐Ÿ‘‰ Use MinVer for versioning (#594).
    • ๐Ÿ— Use multiple nested Directory.Build.props files (#594).
    • โž• Add source control providers (#594).
    • โž• Add source link for more source control providers (#594).
    • โœ‚ Remove Git option (#594).
  • v4.2.0 Changes

    March 23, 2020

    ASP.NET Core API Boxed

    • โฌ†๏ธ Bump Swashbuckle.AspNetCore from 5.1.0 to 5.2.0.
    • โฌ†๏ธ Bump Boxed.Mapping from 3.0.0 to 4.0.0 (#568).
    • 0๏ธโƒฃ Enable Activity.ForceDefaultIdFormat.
    • Set the IHostEnvironment.ApplicationName to the Product name.
    • ๐Ÿ”Š Enrichy logs with IHostEnvironment.EnvironmentName.
    • โœ‚ Remove redundant Serilog packages (#557).
    • โšก๏ธ Update .editorconfig file.
    • appsettings.json is now Production and added appsettings.Development.json for Development (#535)
    • โž• Add --blame to dotnet test command.
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.13.0 to 2.13.1 (#531).

    ASP.NET Core GraphQL Boxed

    • 0๏ธโƒฃ Enable Activity.ForceDefaultIdFormat.
    • Set the IHostEnvironment.ApplicationName to the Product name.
    • ๐Ÿ”Š Enrichy logs with IHostEnvironment.EnvironmentName.
    • โœ‚ Remove redundant Serilog packages (#557).
    • โšก๏ธ Update .editorconfig file.
    • appsettings.json is now Production and added appsettings.Development.json for Development (#535)
    • โž• Add --blame to dotnet test command.
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.13.0 to 2.13.1 (#531).

    Microsoft Orleans Boxed

    • โฌ†๏ธ Bump Microsoft.Orleans to 3.1.3.
    • โœ‚ Remove ProcessExitHandlingOptions.
    • Switch from ISiloBuilderConfigurator to ISiloConfigurator.
    • Set the IHostEnvironment.ApplicationName to the Product name.
    • ๐Ÿ”Š Enrichy logs with IHostEnvironment.EnvironmentName.
    • โœ‚ Remove redundant Serilog packages (#557).
    • โšก๏ธ Update .editorconfig file.
    • appsettings.json is now Production and added appsettings.Development.json for Development (#535)
    • โž• Add --blame to dotnet test command.
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.13.0 to 2.13.1 (#531).

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • โšก๏ธ Update .editorconfig file.
    • โž• Add --blame to dotnet test command.
  • v4.1.0 Changes

    February 20, 2020

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade packages to ASP.NET Core 3.1.2.
    • โž• Add build.cake script to build and test the projects.
    • ๐ŸŒฒ Log health checks as verbose log messages (#511)
    • โฌ†๏ธ Bump Microsoft.NET.Test.Sdk from 16.5.0-preview-20200116-01 to 16.5.0 (#508)
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.45 to 16.5.132 (#510)
    • โฌ†๏ธ Bump Serilog.Sinks.ApplicationInsights from 3.0.4 to 3.1.0 (#512)
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.1 to 2.13.0 (#523)

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade packages to ASP.NET Core 3.1.2.
    • โž• Add build.cake script to build and test the projects.
    • ๐ŸŒฒ Log health checks as verbose log messages (#511)
    • โฌ†๏ธ Bump Microsoft.NET.Test.Sdk from 16.5.0-preview-20200116-01 to 16.5.0 (#508)
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.45 to 16.5.132 (#510)
    • โฌ†๏ธ Bump Serilog.Sinks.ApplicationInsights from 3.0.4 to 3.1.0 (#512)
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.1 to 2.13.0 (#523)

    Microsoft Orleans Boxed

    • โฌ†๏ธ Upgrade packages to ASP.NET Core 3.1.2.
    • ๐ŸŒฒ Log health checks as verbose log messages (#511)
    • โฌ†๏ธ Bump Microsoft.NET.Test.Sdk from 16.5.0-preview-20200116-01 to 16.5.0 (#508)
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.45 to 16.5.132 (#510)
    • โฌ†๏ธ Bump Serilog.Sinks.ApplicationInsights from 3.0.4 to 3.1.0 (#512)

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • Read .NET Core SDK version from global.json (#513).
    • ๐Ÿ‘‰ Use full signing which is now supported cross platform.
    • โœ‚ Remove CI server code from Cake script depending on options selected.
  • v4.0.1 Changes

    February 04, 2020

    ASP.NET Core API Boxed

    • โœ… Run dotnet test in functional tests to ensure the template is correct.
    • ๐Ÿ›  Fix health-check=false option.

    ASP.NET Core GraphQL Boxed

    • โœ… Run dotnet test in functional tests to ensure the template is correct.
    • ๐Ÿ›  Fix health-check=false option.

    Microsoft Orleans Boxed

    No changes

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • โž• Add PublicSign option.
    • 0๏ธโƒฃ Disable .NET Framework by default due to an issue.
    • โœ… Run dotnet test in functional tests to ensure the template is correct.
    • ๐Ÿ›  Fix health-check=false option.
  • v4.0.0 Changes

    February 03, 2020

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 3.1.1.
    • โž• Add Docker option.
    • โž• Add FxCop and Threading analysers.
    • โž• Add StyleCop analyser option.
    • โž• Add Coverlet for code coverage if the test option is enabled.
    • โœ… Use Serilog.Sinks.XUnit for integration tests.
    • ๐ŸŒฒ Log Host, Protocol, Scheme, QueryString, EndpointName, ContentType for each request in Serilog.
    • โฌ†๏ธ Bump Boxed.AspNetCore.Swagger to 7.0.0.
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.0 to 2.12.1.
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • โฌ†๏ธ Bump Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer from 4.1.0 to 4.1.1.
    • โฌ†๏ธ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • ๐Ÿ›  Fix some FxCop, Threading and StyleCop warnings.

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 3.1.1.
    • โž• Add Docker option.
    • โž• Add FxCop and Threading analysers.
    • โž• Add StyleCop analyser option.
    • โž• Add Coverlet for code coverage if the test option is enabled.
    • โœ… Use Serilog.Sinks.XUnit for integration tests.
    • ๐ŸŒฒ Log Host, Protocol, Scheme, QueryString, EndpointName, ContentType for each request in Serilog.
    • ๐ŸŒฒ Log apollographql client name and version HTTP headers for each request in Serilog if available.
    • โฌ†๏ธ Bump Microsoft.ApplicationInsights.AspNetCore from 2.12.0 to 2.12.1.
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • โฌ†๏ธ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • ๐Ÿ›  Fix some FxCop, Threading and StyleCop warnings.

    Microsoft Orleans Boxed

    • โฌ†๏ธ Upgrade to .NET Core 3.1.1.
    • โž• Add health checks option.
    • โž• Add FxCop and Threading analysers.
    • โž• Add StyleCop analyser option.
    • โž• Add Coverlet for code coverage if the test option is enabled.
    • โœ… Use ITestOutputHelper in integration tests.
    • โฌ†๏ธ Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45.
    • โฌ†๏ธ Bump Serilog.Exceptions from 5.3.1 to 5.4.0.
    • ๐Ÿ›  Fix some FxCop, Threading and StyleCop warnings.

    ๐Ÿ“ฆ Microsoft NuGet Package Boxed

    • ๐Ÿ†• New project template added.
  • v3.0.0 Changes

    December 12, 2019

    ASP.NET Core API Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 3.1.
    • โฌ†๏ธ Upgrade to Swashbuckle 5.0.0 (Open API v3).
    • ๐Ÿ— Switch to use the generic host builder.
    • โฌ†๏ธ Upgrade to Serilog.AspNetCore 3.2.0 and it's middleware based request logging.
    • ๐Ÿ”„ Change Startup to implement StartupBase instead of IStartup.
    • ๐Ÿ”„ Change paging to use a GraphQL like approach.
    • โž• Add lots more tests.
    • ๐Ÿ”„ Change integration tests to run all tests in parallel instead of relying on xUnit's IClassFixture.
    • โž• Add TestStartup class in integration tests instead of relying on the flaky extension methods on the test host.
    • โž• Add documented 500 ProblemDetails response to all API endpoints.
    • โž• Add more startup configurations to launchSettings.json.
    • โž• Add application/problem+xml media type when enabling XML.
    • โž• Add Server-Timing HTTP header to responses when in Development mode to aid in debugging.
    • โž• Add ASP.NET Core logs to the xUnit integration test failure output.
    • โœ‚ Remove the Correlation ID NuGet package and middleware.
    • Display the OperationId in Swagger.
    • ๐Ÿ‘‰ Use <example>foo</example> instead of schema filters for Swagger examples.
    • โž• Add names for HTTP OPTIONS routes.
    • ๐Ÿ”„ Change to only write logs to the console in development.
    • โšก๏ธ Update .editorconfig file.
    • โšก๏ธ Update .gitattributes file.
    • โฌ†๏ธ Upgrade Microsoft.AspNetCore.Mvc.Versioning from 2.3.0 to 3.2.1.
    • ๐Ÿ›  Fix passing cancellation tokens in controller.
    • โœ‚ Remove IsPackable from integration test because xUnit includes it.
    • ๐Ÿ— Get IOptions from IConfiguration instead of BuildServiceProvider and then Resolve.
    • ๐Ÿ‘‰ Use is null instead of == null.
    • ๐Ÿ‘‰ Use the W3C Trace Context format in the main method.

    ASP.NET Core GraphQL Boxed

    • โฌ†๏ธ Upgrade to ASP.NET Core 3.1.
    • ๐Ÿ— Switch to use the generic host builder.
    • โฌ†๏ธ Upgrade to Serilog.AspNetCore 3.2.0 and it's middleware based request logging.
    • ๐Ÿ”„ Change Startup to implement StartupBase instead of IStartup.
    • ๐Ÿ”„ Change integration tests to run all tests in parallel instead of relying on xUnit's IClassFixture.
    • โž• Add TestStartup class in integration tests instead of relying on the flaky extension methods on the test host.
    • โž• Add more startup configurations to launchSettings.json.
    • โž• Add Server-Timing HTTP header to responses when in Development mode to aid in debugging.
    • โž• Add ASP.NET Core logs to the xUnit integration test failure output.
    • ๐Ÿ”„ Change to only write logs to the console in development.
    • โšก๏ธ Update .editorconfig file.
    • โšก๏ธ Update .gitattributes file.
    • โœ‚ Remove IsPackable from integration test because xUnit includes it.
    • ๐Ÿ— Get IOptions from IConfiguration instead of BuildServiceProvider and then Resolve.
    • ๐Ÿ‘‰ Use is null instead of == null.
    • ๐Ÿ‘‰ Use the W3C Trace Context format in the main method.
    • Switch from IUrlHelper to LinkGenerator.

    Microsoft Orleans Boxed

    • โฌ†๏ธ Upgrade to .NET Core 3.1.
    • โฌ†๏ธ Upgrade to Orleans 3.0.2.
    • โฌ†๏ธ Upgrade to Serilog 2.9.0.
    • ๐Ÿ— Switch to use the generic host builder.
    • โž• Add more startup configurations to launchSettings.json.
    • โšก๏ธ Update .editorconfig file.
    • โšก๏ธ Update .gitattributes file.
    • โž• Add TLS option (you need to setup your own TLS certificate).
    • ๐Ÿ›  Fix calling Dispose on integration test cluster.
    • โœ‚ Remove IsPackable from integration test because xUnit includes it.
    • ๐Ÿ— Get IOptions from IConfiguration insteaof BuildServiceProvider and then Resolve.
    • ๐Ÿ‘‰ Use is null instead of == null.
  • v2.2.0 Changes

    July 28, 2019

    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
  • v2.1.1 Changes

    April 24, 2019

    ASP.NET Core API Boxed

    • ๐Ÿ›  Fix template not showing up.

    ASP.NET Core GraphQL Boxed

    • No Changes.

    Microsoft Orleans Boxed

    • No Changes.