Releases · abhith/Code.Library · GitHub
Skip to content

Releases: abhith/Code.Library

3.0.0

Choose a tag to compare

@abhith abhith released this 22 Jun 10:11

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

Choose a tag to compare

@abhith abhith released this 30 Jun 18:49

Changed

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

2.13.2

Choose a tag to compare

@abhith abhith released this 10 Jan 18:10

Changed

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

2.13.1

Choose a tag to compare

@abhith abhith released this 14 Nov 14:58

Changed

  • Bump nugets

2.13.0

Choose a tag to compare

@abhith abhith released this 07 Oct 10:01

Added

  • Mask extension for string
  • HasPreferHeaderWithReturnRepresentation extension for HttpRequest

Changed

  • TruncateAtWord to an extension method

2.12.1

Choose a tag to compare

@abhith abhith released this 09 Sep 16:49

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

Choose a tag to compare

@abhith abhith released this 20 Jul 05:03

Added

  • Option to enable request header logging

Changed

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

2.11.0

Choose a tag to compare

@abhith abhith released this 18 Jul 10:18

Added

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

Changed

  • bump deps

v2.10.0

Choose a tag to compare

@abhith abhith released this 25 Jun 05:46

Added

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

v2.9.0

Choose a tag to compare

@abhith abhith released this 20 Jun 20:30

Added

  • Console sink for serilog