Releases: BrighterCommand/Darker
Releases · BrighterCommand/Darker
4.0.1
What's Changed
- build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #233
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #234
- build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #235
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #243
Full Changelog: 4.0.0...4.0.1
4.0.0
Support .NET 8 and .NET 6
Full Changelog: 3.0.0...4.0.0
3.0.0
Breaking Change
Removed LibLog and replaced it with ILogger from Microsoft.Extensions.Logging. You just have to make sure ILogger has been registered which happens automatically in aspnetcore.
What's Changed
- build(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #203
- build(deps): bump actions/setup-dotnet from 1 to 2 by @dependabot in #201
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #202
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #200
- Remove liblog and add Microsoft.Extensions.Logging by @holytshirt in #204
- build(deps): bump actions/setup-dotnet from 2 to 3 by @dependabot in #212
New Contributors
- @holytshirt made their first contribution in #204
Full Changelog: 2.0.79...3.0.0
2.0.79
What's Changed
- Bump Newtonsoft.Json from 12.0.2 to 12.0.3 by @dependabot-preview in #88
- Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0 by @dependabot-preview in #91
- Bump Microsoft.CSharp from 4.5.0 to 4.7.0 by @dependabot-preview in #94
- Bump BenchmarkDotNet from 0.11.5 to 0.12.1 by @dependabot-preview in #106
- Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.6.1 by @dependabot-preview in #111
- Bump Moq from 4.13.0 to 4.14.1 by @dependabot-preview in #112
- Bump Polly from 7.1.1 to 7.2.1 by @dependabot-preview in #113
- Bump LightInject from 6.0.0 to 6.3.3 by @dependabot-preview in #114
- Bump Microsoft.Extensions.DependencyInjection from 2.2.0 to 3.1.5 by @dependabot-preview in #116
- Bump LibLog from 5.0.6 to 5.0.8 by @dependabot-preview in #119
- Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 by @dependabot-preview in #118
- Bump SimpleInjector from 4.7.1 to 5.0.1 by @dependabot-preview in #120
- Bump LightInject from 6.3.3 to 6.3.4 by @dependabot-preview in #122
- Bump Moq from 4.14.1 to 4.14.3 by @dependabot-preview in #123
- Create Dependabot config file by @dependabot-preview in #124
- Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 by @dependabot in #130
- Bump LightInject from 6.3.4 to 6.4.0 by @dependabot in #141
- Bump SimpleInjector from 5.0.1 to 5.1.0 by @dependabot in #142
- Bump Shouldly from 3.0.2 to 4.0.1 by @dependabot in #147
- Bump Moq from 4.14.3 to 4.15.2 by @dependabot in #148
- Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.8.3 by @dependabot in #149
- Bump Microsoft.Extensions.DependencyInjection from 3.1.5 to 5.0.1 by @dependabot in #150
- Bump SimpleInjector from 5.1.0 to 5.2.0 by @dependabot in #151
- Bump Shouldly from 4.0.1 to 4.0.2 by @dependabot in #152
- Bump SimpleInjector from 5.2.0 to 5.2.1 by @dependabot in #154
- Bump Shouldly from 4.0.2 to 4.0.3 by @dependabot in #153
- Bump Moq from 4.15.2 to 4.16.0 by @dependabot in #155
- Bump Moq from 4.16.0 to 4.16.1 by @dependabot in #156
- Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 by @dependabot in #157
- Bump SimpleInjector from 5.2.1 to 5.3.0 by @dependabot in #158
- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 by @dependabot in #159
- Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 by @dependabot in #160
- Bump Polly from 7.2.1 to 7.2.2 by @dependabot in #161
- Bump SimpleInjector from 5.3.0 to 5.3.2 by @dependabot in #165
- Bump Serilog.Sinks.Console from 3.1.1 to 4.0.0 by @dependabot in #166
- Bump Microsoft.Extensions.DependencyInjection from 5.0.1 to 5.0.2 by @dependabot in #167
- Bump BenchmarkDotNet from 0.12.1 to 0.13.1 by @dependabot in #168
- Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.0.0 by @dependabot in #170
- Bump Serilog.Extensions.Logging from 3.0.1 to 3.1.0 by @dependabot in #172
- Bump Microsoft.Extensions.DependencyInjection from 5.0.2 to 6.0.0 by @dependabot in #173
- Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0 by @dependabot in #174
- Bump Moq from 4.16.1 to 4.17.1 by @dependabot in #181
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #180
- Bump SimpleInjector from 5.3.2 to 5.3.3 by @dependabot in #178
- Bump LightInject from 6.4.0 to 6.4.1 by @dependabot in #179
- Bump Moq from 4.17.1 to 4.17.2 by @dependabot in #182
New Contributors
- @dependabot made their first contribution in #130
Full Changelog: 2.0.78...2.0.79
2.0.78
2.0.63
- No longer instantiating a new service provider each query
- You can change the lifetime of the queryprocessor to Scoped https://github.com/BrighterCommand/todo-backend-aspnetcore-brighter/blob/master/src/ToDoApi/Startup.cs#L78-L85
services.AddDarker(options =>
{
//EFCore by default registers Context as scoped, which forces the QueryProcessorLifetime to also be scoped
options.QueryProcessorLifetime = ServiceLifetime.Scoped;
})
Paramore.Brighter.v2.0.11
BenchmarkDotNet=v0.11.4, OS=Windows 8.1 (6.3.9600.0), VM=Hyper-V
Intel Xeon CPU E5-2697 v3 2.60GHz, 1 CPU, 2 logical and 2 physical cores
.NET Core SDK=2.2.103
[Host] : .NET Core 2.2.1 (CoreCLR 4.6.27207.03, CoreFX 4.6.27207.03), 64bit RyuJIT
DefaultJob : .NET Core 2.2.1 (CoreCLR 4.6.27207.03, CoreFX 4.6.27207.03), 64bit RyuJIT
Method | Mean | Error | StdDev | Median |
---|---|---|---|---|
BasicSyncQuery | 4.714 us | 0.2423 us | 0.7107 us | 4.674 us |
BasicAsyncQuery | 4.938 us | 0.3600 us | 1.0615 us | 4.569 us |
1.1.0
Notable changes:
- Target
net452
andnet461
Benchmarks
BenchmarkDotNet=v0.10.9, OS=Windows 8.1 (6.3.9600)
Processor=Intel Xeon CPU E5-2697 v3 2.60GHz, ProcessorCount=2
.NET Core SDK=2.0.0
[Host] : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
DefaultJob : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
Method | Mean | Error | StdDev |
---|---|---|---|
BasicSyncQuery | 3.900 us | 0.0173 us | 0.0153 us |
BasicAsyncQuery | 4.010 us | 0.0211 us | 0.0176 us |
1.0.1
Notable changes:
- Guard against nulls in
PipelineBuilder.Dispose
. - Remove dependency on
System.Dynamic.Runtime
. - Reference
System.Reflection.TypeExtensions
only innetstandard1.3
. - Define
LIBLOG_PORTABLE
only innetstandard
<2.0
.
Benchmarks
BenchmarkDotNet=v0.10.9, OS=Windows 8.1 (6.3.9600)
Processor=Intel Xeon CPU E5-2697 v3 2.60GHz, ProcessorCount=2
.NET Core SDK=2.0.0
[Host] : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
DefaultJob : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
Method | Mean | Error | StdDev | Median |
---|---|---|---|---|
BasicSyncQuery | 3.857 us | 0.0772 us | 0.1612 us | 3.775 us |
BasicAsyncQuery | 4.106 us | 0.0774 us | 0.0828 us | 4.099 us |
1.0.0
The first stable Darker release 🎉 🎂
Notable changes:
- Add ASP.NET Core integration via
Paramore.Darker.AspNetCore
. - Target lowest possible netstandard version, including netstandard2.0.
- Add
Release()
method to handler factories and call it after pipeline execution
Benchmarks
BenchmarkDotNet=v0.10.9, OS=Windows 8.1 (6.3.9600)
Processor=Intel Xeon CPU E5-2680 v3 2.50GHz, ProcessorCount=2
.NET Core SDK=2.0.0
[Host] : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
DefaultJob : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
Method | Mean | Error | StdDev |
---|---|---|---|
BasicSyncQuery | 4.210 us | 0.0469 us | 0.0416 us |
BasicAsyncQuery | 4.366 us | 0.0863 us | 0.0807 us |