Skip to content

Releases: babaktaremi/Clean-Architecture-Template

10.1.3

02 Dec 11:37
450c680

Choose a tag to compare

What's Changed

  • Removed redundant dependency for swashbuckle packages by @babaktaremi in #27

Full Changelog: 10.1.2...10.1.3

10.1.2

23 Nov 12:41
983aea1

Choose a tag to compare

What's Changed

  • Added Directory.Packages.props to Dockerfile copy commands by @babaktaremi in #26

Full Changelog: 10.1.1...10.1.2

10.1.1

23 Nov 12:31
b16c134

Choose a tag to compare

What's Changed

Full Changelog: 10.1.0...10.1.1

10.1.0

22 Nov 11:37
86f039d

Choose a tag to compare

What's Changed

  • Added password login feature
  • Refactored user manager service
  • Added checking for user roles in admin user login feature

Full Changelog: 10.0.0...10.1.0

10.0.0

12 Nov 09:59
91c2a90

Choose a tag to compare

What's Changed

  • Trim whitespace by @hhko in #19
  • Updated to .NET 10
  • Updated all packages to latest versions
  • Added central nuget package management
  • Removed Health Check UI package due to incompatiblity
  • Removed Carter package for symblicity and reducing redundant packages
  • Replaced Automapper package with Mapster

New Contributors

  • @hhko made their first contribution in #19

Full Changelog: 9.0.2...10.0.0

9.0.2

14 Nov 19:59
3c3b150

Choose a tag to compare

What's Changed

  • Fixed URL grouping by version where versions having dot were not detected properly using Regex by @babaktaremi in #18

9.0.1

14 Nov 16:27
7254c07

Choose a tag to compare

What's Changed

  • Update README.md
  • Bug Fix In Dockerfile For Monitoring Project
  • Added Separate Database For Logs
  • Bug Fix In Internal Health Check HTTP Client To Ignore SSL As well As Fixing Base URL

New Contributors

9.0.0

14 Nov 11:14
bc2e4ec

Choose a tag to compare

What's Changed

  • Update To NET 9

  • Package Updates

  • Replaced Swashbuckle With NSwag

  • Validation Errors No longer Throw Exceptions

  • Removed Dependency of IServiceProvider in Base validator class

  • Monitoring Project ( Health Checks And Metrics ) Added With OpenTelemetry And Prometheus. /metrics , /HealthCheckUi and HealthCheckApi endpoints are now available for monitoring your application

  • Added Metrics Related To Commands/Queries

  • Updated AutoMapper Sample For Supporting Record Types

  • Dockerfile updated for .NET9 SDK

  • Added Custom Produce Response attribute to add ApiResult type example

  • project.xml file removed and no longer needed with NSwag