Skip to content

Releases: abhith/Code.Library

v2.8.1

18 Jun 07:52

Choose a tag to compare

Fixed

  • Case sensitive in logging exclude paths

v2.8.0

18 Jun 07:09

Choose a tag to compare

Added

  • Enumeration to domain models
  • Option to disable health checks request logging
  • Destructurama.Attributed to hide sensitive content in logs
  • Option to hide request body, response body from logs for specific paths

Changed

  • bump dependencies

v2.7.0

14 May 15:22

Choose a tag to compare

Added

  • Request response logging middleware

v2.6.0

01 May 11:14

Choose a tag to compare

Added

  • Unhandled exception behavior
  • Request performance behavior

v2.5.2

28 Apr 18:18

Choose a tag to compare

Fixed

  • NuGet release for "Application"

v2.5.1

28 Apr 18:07

Choose a tag to compare

Added

  • A new library dedicated for "Application" helpers

Changed

  • Logging behavior moved from "AspNetCore" to "Application"

v2.5.0

28 Apr 17:14

Choose a tag to compare

Added

  • Seq sink for Serilog
  • Logging behavior for MediatR

Changed

  • SerilogHelpers renamed SerilogHelper and its namespace changed to Code.Library.AspNetCore.Helpers
  • Bump Dependencies

v2.4.0

25 Apr 15:25

Choose a tag to compare

Added

  • MapDefaultHealthChecks extension
  • More articles on the documentation website

Changed

  • Serilog output format to RenderedCompactJsonFormatter
  • Serilog log file extension to .ndjson
  • Target framework to netcoreapp3.1

v2.3.0

10 Apr 12:05
a17036e

Choose a tag to compare

Added

  • Serialization Helper (it has the feature to deserialize XML to C# objects)

Changed

  • Helper classes namespace (Code.Library -> Code.Library.Helpers)
  • Dtos namespace (Code.Library -> Code.Library.Dtos)

v2.2.3

01 Apr 18:27

Choose a tag to compare

Fixed

  • NuGet pack failing on workflow