Skip to content

Releases: xsoheilalizadeh/raccoonLog

2.1.0

04 Jun 16:31
c8c5a22
Compare
Choose a tag to compare

2.1.0 (2020-06-4)

This version has a lot of breaking changes, if you had any problems please open a new issue.

  • ElasticSearch DataStore
  • Update System.Text.Json
  • Drop .NET Core 2.2 Support
  • New Console logging format
  • More Configurable logging
  • Storing logs in a queue for reducing network latency
  • Error Logging

2.0.4

16 Apr 05:51
Compare
Choose a tag to compare

Improvements

  • Update Dependencies (#24)

Bug Fixes

  • Fix JsonException on empty json body (#23)

2.0.1

23 Jan 20:35
Compare
Choose a tag to compare

Bug Fix

  • Resetting the request body stream position

2.0.0

17 Jan 16:21
Compare
Choose a tag to compare

Features

  • Add Custom logging store
  • Add Physical file store

Improvements

  • Add ASP.NET Core 3.1 support
  • Replacing Task with ValueTask in handlers
  • Avoid copying CancellationToken in logging middleware

Breaking Changes

  • Drop user agent parser support

1.0.2

08 Dec 15:59
9d04244
Compare
Choose a tag to compare

Added Cancellation #9