Releases: ardalis/CleanArchitecture
Releases · ardalis/CleanArchitecture
v10.0.0-beta
What's Changed
- Use ConnectAsync in MimeKitEmailSender for async SMTP connection by @samanazadi1996 in #837
- Using GlobalUsings class file for commonly used namespaces by @aminsharifi in #844
- Bump Azure.Identity from 1.12.1 to 1.13.0 by @dependabot in #842
- Added ADR for Dependency Injection Framework Update #829 by @Zaki2409 in #840
- Bump Serilog.AspNetCore from 8.0.2 to 8.0.3 by @dependabot in #839
- Bump ReportGenerator from 5.3.10 to 5.3.11 by @dependabot in #835
- Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in #834
- Bump Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in #833
- Bump Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging by @dependabot in #830
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.8 to 8.0.10 by @dependabot in #850
- Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.8 to 8.0.10 by @dependabot in #851
- Update to .NET 9.0 RC2 by @KyleMcMaster in #852
- Adding Vogen Value Objects to Sample by @ardalis in #855
- Bump Ardalis.SharedKernel from 1.6.0 to 2.1.1 by @dependabot in #856
- Adds Aspire by @benjaminmishra in #859
- Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #861
- Bump Ardalis.Result from 10.0.0 to 10.1.0 by @dependabot in #860
- Bump Azure.Identity from 1.13.0 to 1.13.1 by @dependabot in #858
- Bump Ardalis.Result.AspNetCore from 10.0.0 to 10.1.0 by @dependabot in #862
- Bump FastEndpoints and FastEndpoints.Swagger by @dependabot in #863
New Contributors
- @Zaki2409 made their first contribution in #840
- @benjaminmishra made their first contribution in #859
Full Changelog: v9.3.0...v10.0.0-beta
v9.3
What's Changed
- Bump Serilog.AspNetCore from 8.0.1 to 8.0.2 by @dependabot in #786
- Bump MediatR from 12.3.0 to 12.4.0 by @dependabot in #782
- Bump FastEndpoints from 5.27.0 to 5.28.0 by @dependabot in #785
- Bump FastEndpoints.Swagger from 5.27.0 to 5.28.0 by @dependabot in #787
- Bump FastEndpoints.Swagger and FastEndpoints by @dependabot in #784
- change Result to impilict type in UpdateContributorhandler by @akbaramd in #741
- Primary constructor implement by @KhanbalaRashidov in #762
- Update README.md by @ardalis in #804
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #801
- Bump MediatR from 12.3.0 to 12.4.0 by @dependabot in #800
- Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.3 to 8.0.4 by @dependabot in #798
- Remove unused package reference. by @Emopusta in #812
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #810
- Bump ReportGenerator from 5.3.8 to 5.3.9 by @dependabot in #809
- Bump FastEndpoints from 5.28.0 to 5.29.0 by @dependabot in #808
- Update Goals section links in README.md by @Asafima in #803
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.7 to 8.0.8 by @dependabot in #797
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.7 to 8.0.8 by @dependabot in #791
- Bump MediatR from 12.4.0 to 12.4.1 by @dependabot in #818
- Bump FluentAssertions from 6.12.0 to 6.12.1 by @dependabot in #820
- Bump Ardalis.Result.AspNetCore and Ardalis.Result by @dependabot in #817
- Bump FastEndpoints.Swagger from 5.28.0 to 5.29.0 by @dependabot in #819
- Bump xunit from 2.9.0 to 2.9.1 by @dependabot in #822
- Updating dependencies on sample app by @ardalis in #823
- Clean.Architecture.Web/Program.cs configuration over all clean up by @TadehB7 in #821
- Bump xunit from 2.9.1 to 2.9.2 by @dependabot in #824
- Bump FastEndpoints.Swagger and FastEndpoints by @dependabot in #828
- Bump MailKit from 4.7.1.1 to 4.8.0 by @dependabot in #827
- Bump ReportGenerator from 5.3.9 to 5.3.10 by @dependabot in #826
- Bump Ardalis.GuardClauses from 4.6.0 to 5.0.0 by @dependabot in #825
- chore: update jquery.validate.js by @eltociear in #788
- KISS principle & fluent builder pattern by @aminsharifi in #763
- Added smtp server instance in functional tests using test-containers by @Asafima in #805
New Contributors
- @akbaramd made their first contribution in #741
- @KhanbalaRashidov made their first contribution in #762
- @Asafima made their first contribution in #803
- @TadehB7 made their first contribution in #821
- @eltociear made their first contribution in #788
- @aminsharifi made their first contribution in #763
Full Changelog: v9.2.0...v9.3.0
v9.2.0
What's Changed
- Remove duplicate addscoped by @Emopusta in #703
- add cancellation token to mediatr send requests. by @Emopusta in #704
- Update README.md by @ardalis in #705
- Rename GetById.GetProjectByIdRequest.cs to GetById.GetContributorByIdRequest.cs by @Zaigham-Gulzar in #721
- Migrate Autofac DI to Vanilla DI in the sample project (#723) by @marcotello in #728
- Rename variable from command to query to maintain consistency by @Ahmed-SM in #733
- Fix spelling by @thahnnwb in #735
- Adding async capability to database seeding operations by @samanazadi1996 in #734
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.2 to 8.0.4 by @dependabot in #727
- Refactor database seeding and CustomWebApplicationFactory by @samanazadi1996 in #740
- Updating README for better developer experience by @sadukie in #753
- Bump MailKit from 4.4.0 to 4.7.0 by @dependabot in #759
- Bump FastEndpoints.Swagger and FastEndpoints by @dependabot in #726
- Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.2 to 8.0.7 by @dependabot in #766
- Bump Ardalis.SharedKernel from 1.4.0 to 1.5.0 by @dependabot in #764
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #765
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.2 to 8.0.7 by @dependabot in #767
- Bump ReportGenerator from 5.2.2 to 5.3.7 by @dependabot in #756
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.4 to 8.0.7 by @dependabot in #769
- Bump Ardalis.GuardClauses from 4.5.0 to 4.6.0 by @dependabot in #770
- Bump MediatR from 12.2.0 to 12.3.0 by @dependabot in #768
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.2 by @dependabot in #771
- Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #714
- Bump xunit from 2.7.0 to 2.9.0 by @dependabot in #772
- Bump Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational and Microsoft.Extensions.Logging.Abstractions by @dependabot in #729
- Bump FastEndpoints from 5.24.0 to 5.27.0 by @dependabot in #774
- Bump Ardalis.Result from 8.0.0 to 9.1.0 by @dependabot in #776
- Bump MailKit from 4.7.0 to 4.7.1.1 by @dependabot in #781
- Bump ReportGenerator from 5.3.7 to 5.3.8 by @dependabot in #780
- Bump FastEndpoints.Swagger from 5.24.0 to 5.27.0 by @dependabot in #778
- Bump Ardalis.Result.AspNetCore from 8.0.0 to 9.1.0 by @dependabot in #777
- Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.1 to 8.0.3 by @dependabot in #773
New Contributors
- @Emopusta made their first contribution in #703
- @Zaigham-Gulzar made their first contribution in #721
- @marcotello made their first contribution in #728
- @Ahmed-SM made their first contribution in #733
- @thahnnwb made their first contribution in #735
- @samanazadi1996 made their first contribution in #734
Full Changelog: v9.1.0...v9.2.0
v9.1.0
What's Changed
- Update README.md by @ardalis in #643
- Bump xunit from 2.6.2 to 2.6.3 by @dependabot in #651
- Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 by @dependabot in #650
- Update Packages and Remove Static Files by @KyleMcMaster in #652
- Fix incorrect .NET version in launch.json by @TijmenUU in #653
- Fixing file name to match the class name - GetContributorByIdRequest by @sadukie in #671
- Bump Ardalis.GuardClauses from 4.2.0 to 4.4.0 by @dependabot in #672
- Fix Contributor List SQL by @mickymcq in #685
- Update Contributor PhoneNumber nullability for consistency by @KyleMcMaster in #686
- Bump xunit.runner.visualstudio from 2.5.5 to 2.5.7 by @dependabot in #684
- Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.0 to 8.0.2 by @dependabot in #681
- Bump Serilog.AspNetCore from 8.0.0 to 8.0.1 by @dependabot in #673
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.0 to 8.0.2 by @dependabot in #680
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.0 to 8.0.2 by @dependabot in #679
- Bump xunit from 2.6.3 to 2.7.0 by @dependabot in #683
- Bump FastEndpoints.Swagger and FastEndpoints by @dependabot in #676
- Bump Microsoft.EntityFrameworkCore.Tools and Microsoft.EntityFrameworkCore.Design by @dependabot in #693
- Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.0 to 8.0.1 by @dependabot in #692
- Bump Autofac from 7.1.0 to 8.0.0 by @dependabot in #691
- Bump Ardalis.SmartEnum from 7.0.0 to 8.0.0 by @dependabot in #690
- Bump FastEndpoints.Swagger and FastEndpoints by @dependabot in #689
- Bump Microsoft.EntityFrameworkCore.SqlServer from 8.0.0 to 8.0.2 by @dependabot in #688
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #687
- Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.0 to 8.0.2 by @dependabot in #700
- Bump Ardalis.GuardClauses from 4.4.0 to 4.5.0 by @dependabot in #699
- Bump ReportGenerator from 5.2.0 to 5.2.2 by @dependabot in #698
- Bump Ardalis.Result from 7.2.0 to 8.0.0 by @dependabot in #696
- Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #695
- Migrate Autofac DI -> Native DI in Asp.Net Core by @sauravbhattacharya001 in #701
New Contributors
- @TijmenUU made their first contribution in #653
- @sadukie made their first contribution in #671
- @mickymcq made their first contribution in #685
- @sauravbhattacharya001 made their first contribution in #701
Full Changelog: v8.0.1...v9.1.0
v9.0.1
What's Changed
- Update dotnetcore.yml by @ardalis in #618
- Update dotnetcore.yml by @ardalis in #619
- Update README to reflect change from Moq to NSubstitute by @KyleMcMaster in #628
- Packages Updates and Project Configuration Cleanup by @KyleMcMaster in #634
- Update packages for .NET 8 by @KyleMcMaster in #638
- Use Sqlite Provider for Functional Tests by @KyleMcMaster in #639
- Update README.md for .NET 8 by @KyleMcMaster in #620
- Ardalis/net8 release by @ardalis in #640
- Remove PackageReference to Serilog.Sinks.ApplicationInsights by @KyleMcMaster in #641
Full Changelog: v9...v9.0.1
v9.0.0
What's Changed
- Bump FluentAssertions from 6.11.0 to 6.12.0 by @dependabot in #589
- Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 by @dependabot in #587
- Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 7.0.8 to 7.0.9 by @dependabot in #588
- Update Sample Project URL by @Coop56 in #611
- Upgrade to .NET 8 by @KonH in #613
New Contributors
Full Changelog: v8...v9
v8
What's Changed
- Update packages by @KyleMcMaster in #423
- Update Packages by @KyleMcMaster in #432
- Update packages by @KyleMcMaster in #438
- #439 Turn on Warnings as Errors by @ivanbibik in #440
- Update ValueObject by @MisinformedDNA in #447
- Update packages, Code Cleanup, Fix CodeQL to only run one on PRs by @KyleMcMaster in #449
- Update to .NET 7 by @snowfrogdev in #448
- Bump ReportGenerator from 5.1.11 to 5.1.12 by @dependabot in #460
- Update Packages to Latest Stable and README to Reflect .NET 7 by @KyleMcMaster in #479
- Move target framework specification from individual .csproj to Direct… by @snowfrogdev in #481
- Bump FastEndpoints.Swagger from 5.2.1 to 5.5.0 by @dependabot in #472
- added cancellation token usage by @TarasKovalenko in #500
- Promoted Related Projects in README by @peteraritchie in #504
- Remove the WebMaker class in favor of a partial Program class by @IliyanAng in #507
- Moved MSBuild properties from Directory.Packages.props to Directory.Build.props (#491) by @Mik4sa in #498
- Adding support for adding todoitems by @ardalis in #530
- Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 7.0.5 to 7.0.6 by @dependabot in #539
- Bump Microsoft.EntityFrameworkCore.InMemory from 7.0.4 to 7.0.5 by @dependabot in #538
- Bump FastEndpoints.Swagger from 5.5.0 to 5.8.1 by @dependabot in #531
- Fix bug #545 to create project via api and add test by @eduardogoncalves in #546
- Bump FastEndpoints.Swagger from 5.5.0 to 5.10.0 by @dependabot in #547
- Bump FastEndpoints from 5.8.1 to 5.9.0 by @dependabot in #544
- Update README.md by @vanenshi in #550
- Bump FluentAssertions from 6.10.0 to 6.11.0 by @dependabot in #541
- Bump Autofac from 7.0.0 to 7.0.1 by @dependabot in #540
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.2 by @dependabot in #561
- Bump ReportGenerator from 5.1.20 to 5.1.22 by @dependabot in #563
- Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5 by @dependabot in #537
- Create tests for ToDoItemSearchService by @Woppilif in #562
- Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.5 to 7.0.8 by @dependabot in #568
- Bump Microsoft.EntityFrameworkCore.Tools from 7.0.5 to 7.0.8 by @dependabot in #569
- v9 with Use Cases, SharedKernel as Nuget Ref, and More by @ardalis in #585
New Contributors
- @ivanbibik made their first contribution in #440
- @snowfrogdev made their first contribution in #448
- @TarasKovalenko made their first contribution in #500
- @peteraritchie made their first contribution in #504
- @IliyanAng made their first contribution in #507
- @Mik4sa made their first contribution in #498
- @eduardogoncalves made their first contribution in #546
- @vanenshi made their first contribution in #550
- @Woppilif made their first contribution in #562
Full Changelog: v6.2.8...v8