Skip to content

Releases: abhith/Code.Library

3.0.0

22 Jun 10:11
Compare
Choose a tag to compare

What's Changed

  • Bump all project's target framework to netstandard2.1/.net6
  • Bump all project dependencies

Full Changelog: 2.13.3...3.0.0

2.13.3

30 Jun 18:49
Compare
Choose a tag to compare

Changed

  • Bump Code.Library.AspNetCore to net5.0
  • Bump nugets

2.13.2

10 Jan 18:10
Compare
Choose a tag to compare

Changed

  • Serilog application insights configuration DI
  • Use async for Serilog sinks
  • Bump nugets

2.13.1

14 Nov 14:58
Compare
Choose a tag to compare

Changed

  • Bump nugets

2.13.0

07 Oct 10:01
Compare
Choose a tag to compare

Added

  • Mask extension for string
  • HasPreferHeaderWithReturnRepresentation extension for HttpRequest

Changed

  • TruncateAtWord to an extension method

2.12.1

09 Sep 16:49
Compare
Choose a tag to compare

Changed

  • Bump dependencies
  • The extensions namespace changed from Code.Library to Code.Library.Extensions

Fixed

  • Null ref exception on Flurl response logger

Removed

  • GetArabianStandardTime extension method from DateTimeExtensions due to #73

2.12.0

20 Jul 05:03
Compare
Choose a tag to compare

Added

  • Option to enable request header logging

Changed

  • Namespace of DomainException from Code.Library.Domain.Exceptions to Code.Library.Exceptions

2.11.0

18 Jul 10:18
Compare
Choose a tag to compare

Added

  • Option to control writing logs to file
  • Option to enable elasticsearch formatter for console logs

Changed

  • bump deps

v2.10.0

25 Jun 05:46
Compare
Choose a tag to compare

Added

  • option to exclude request-response logging completely for paths (by default /hc and /liveness paths are excluded)

v2.9.0

20 Jun 20:30
Compare
Choose a tag to compare

Added

  • Console sink for serilog