Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0 (2022-08-29) ### ⚠ BREAKING CHANGES * the IdentityExtensions.cs and httpContext.User.UserId() method removed * the IDateTimeProvider remove and replace with ISystemClock from Microsoft.Extensions.Internal ### Features * add api versioning ([ef3529b](ef3529b)) * add Cors ([46aa976](46aa976)) * add distributed cache ([5e05da7](5e05da7)) * add ef DbContext with ISoftDeletable & ITimeable ([41b61b3](41b61b3)) * add health checks ([5043179](5043179)) * add oauth2 (jwt + introspection) authentication & authorization ([051c72d](051c72d)) * add OpenTelemetry tracing ([5b47897](5b47897)) * add prometheus metrics ([a565aa5](a565aa5)) * add request logging ([8f4bde1](8f4bde1)) * add sentry ([90ab194](90ab194)) * add swagger ([be7b149](be7b149)) ### Bug Fixes * add HttpContextAccessor to fix ITimeable entities UserId prop ([92e0989](92e0989)) * add Serilog.Expressions for serilog filter ([9788015](9788015)) ### Performance Improvements * add http client request + response logging ([a53c199](a53c199)) * add IDateTimeProvider ([11cdfe8](11cdfe8)) * add initial WebApplicationFactory for IntegrationTests ([9d4ccd3](9d4ccd3)) * add localization ([081b5b3](081b5b3)) * add Metrics for all HttpClients(provided by HttpClientFactory) ([726a11e](726a11e)) * add migrations script ([79decf2](79decf2)) * add startup.cs ([08bdbe3](08bdbe3)) * add Swagger Snapshot Tests ([925f6d1](925f6d1)) * add test for ISoftDeletable & ITimeable Auto fill properties ([#3](#3)) ([f0efc66](f0efc66)) * add user detail tests ([#2](#2)) ([f4db540](f4db540)) * enrich logs with trace ids ([8728d6d](8728d6d)) * fill httpContext.User.Identity.Name correct and use it directly ([6ecd0ef](6ecd0ef)) * include xml comments in swagger docs ([6029df7](6029df7)) * init clean architecture structure ([8d429d7](8d429d7)) * move configs to appsettings.json ([c8d1c77](c8d1c77)) * move sentry configs to appsettings.json ([55cf04a](55cf04a)) * remove UtcDateTimeProvider and use dotnet SystemClock ([63c9b86](63c9b86))
- Loading branch information