Skip to content

Releases: alexaka1/serilog-extensions

v0.5.0

18 Nov 21:47
04d1447
Compare
Choose a tag to compare

0.5.0

Minor Changes

  • fc9f8aa: Added .Net 9 support

    Bump Serilog to 4.1.0

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

10 Oct 18:24
a48bbb2
Compare
Choose a tag to compare

0.4.3

Patch Changes

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

13 Sep 09:23
3df443c
Compare
Choose a tag to compare

0.4.2

Patch Changes

  • a7ee0b8: Small performance increase by pre-encoding the default property names, to be able to write them to stream as-is.

What's Changed

  • Pre-encode property names of the JSON by @alexaka1 in #93
  • Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #95
  • Bump @changesets/cli from 2.27.7 to 2.27.8 by @dependabot in #99
  • Bump step-security/harden-runner from 2.9.1 to 2.10.1 by @dependabot in #103
  • Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.8 to 5.3.9 by @dependabot in #97
  • Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #96
  • Version Packages by @github-actions in #94

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Aug 10:55
b91747b
Compare
Choose a tag to compare

0.4.1

Patch Changes

  • c82b2ca: Increase performance by using a Utf8JsonWriter on a per thread basis, thus retaining the previous single-threaded performance.

What's Changed

  • Feature/speed up thread safety by @alexaka1 in #91
  • alexaka1.serilog.extensions.formatting@0.4.1 by @github-actions in #92

Full Changelog: v0.4.0...v0.4.1

v0.4.0

27 Aug 16:25
827e9ac
Compare
Choose a tag to compare

0.4.0

Minor Changes

  • 219443c: Fixed Utf8JsonFormatter thread safety. The formatter is now threadsafe, as it holds no state that can produce a race condition, at the cost of performance.

What's Changed

  • Alter dependabot.yml for nuget central package management by @alexaka1 in #85
  • Bump changesets/action from 1.4.7 to 1.4.8 by @dependabot in #86
  • Add tests for thread safety by @alexaka1 in #88
  • Version Packages by @github-actions in #89

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Aug 14:14
4cfc994
Compare
Choose a tag to compare

0.3.0

Minor Changes

  • db2c006: Add netstandard2.0 support
  • ee9314c: Add IUtf8SpanFormattable support as fallback option
  • db2c006: Added .NET 6 support

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Aug 19:18
a265961
Compare
Choose a tag to compare

0.2.1

Patch Changes

  • 779be2b: Fix incorrect readme statement on Renderings not being supported. It is supported since 0.2.0

What's Changed

  • Add GitHubActionsTestLogger by @alexaka1 in #72
  • alexaka1.serilog.extensions.formatting@0.2.1 by @github-actions in #73

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Aug 12:57
635f67d
Compare
Choose a tag to compare

0.2.0

Minor Changes

  • fd4cfae: Add Renderings property to the output JSON, bringing it to feature parity with JsonFormatter

    Add Encoder parameter to Utf8JsonFormatter constructor. If you are sure that the consumer is going to interpret the JSON as UTF-8, you can set this to JavaScriptEncoder.UnsafeRelaxedJsonEscaping to not escape non-ASCII characters.

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 Aug 19:10
031a369
Compare
Choose a tag to compare

0.1.1

Patch Changes

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1