Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 06:08
· 381 commits to main since this release

1.0.0 (2022-08-29)

Features

Performance Improvements

  • add http client request + response logging (a53c199)
  • add initial WebApplicationFactory for IntegrationTests (9d4ccd3)
  • add localization (081b5b3)
  • add Metrics for all HttpClients(provided by HttpClientFactory) (726a11e)
  • add migrations script (79decf2)
  • add startup.cs (08bdbe3)
  • add Swagger Snapshot Tests (925f6d1)
  • add test for ISoftDeletable & ITimeable Auto fill properties (#3) (f0efc66)
  • add user detail tests (#2) (f4db540)
  • enrich logs with trace ids (8728d6d)
  • fill httpContext.User.Identity.Name correct and use it directly (6ecd0ef)
  • include xml comments in swagger docs (6029df7)
  • init clean architecture structure (8d429d7)
  • move configs to appsettings.json (c8d1c77)
  • use dotnet SystemClock (63c9b86)