Releases: babaktaremi/Clean-Architecture-Template
Releases · babaktaremi/Clean-Architecture-Template
9.0.2
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
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
- @mohammad-taheri1 made their first contribution in #16
9.0.0
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
andHealthCheckApi
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