Releases: abhith/Code.Library
Releases · abhith/Code.Library
3.0.0
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
Changed
- Bump
Code.Library.AspNetCore
to net5.0
- Bump nugets
2.13.2
Changed
- Serilog application insights configuration DI
- Use async for Serilog sinks
- Bump nugets
2.13.0
Added
- Mask extension for string
- HasPreferHeaderWithReturnRepresentation extension for HttpRequest
Changed
- TruncateAtWord to an extension method
2.12.1
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
Added
- Option to enable request header logging
Changed
- Namespace of DomainException from
Code.Library.Domain.Exceptions
to Code.Library.Exceptions
2.11.0
Added
- Option to control writing logs to file
- Option to enable elasticsearch formatter for console logs
Changed
v2.10.0
Added
- option to exclude request-response logging completely for paths (by default /hc and /liveness paths are excluded)