Releases: alexaka1/serilog-extensions
Releases · alexaka1/serilog-extensions
v0.5.0
0.5.0
Minor Changes
-
fc9f8aa: Added .Net 9 support
Bump Serilog to 4.1.0
What's Changed
- Bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #125
- Bump changesets/action from 1.4.8 to 1.4.9 by @dependabot in #126
- Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #129
- Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #132
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #130
- Bump actions/dependency-review-action from 4.3.4 to 4.3.5 by @dependabot in #127
- Bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in #131
- Bump actions/dependency-review-action from 4.3.5 to 4.4.0 by @dependabot in #133
- Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #134
- Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 by @dependabot in #136
- Bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #137
- Bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in #145
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.11 to 5.4.1 by @dependabot in #144
- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #138
- Feature/net9 by @alexaka1 in #146
- Version Packages by @github-actions in #147
Full Changelog: v0.4.3...v0.5.0
v0.4.3
0.4.3
Patch Changes
- 930c871: Update dependencies
What's Changed
- Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #104
- Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #105
- Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #106
- Fix #108 Add build attestation by @alexaka1 in #109
- Bump deps by @alexaka1 in #110
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #111
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.9 to 5.3.10 by @dependabot in #114
- Bump github/codeql-action from 3.26.8 to 3.26.10 by @dependabot in #115
- Bump @changesets/cli from 2.27.8 to 2.27.9 by @dependabot in #116
- Bump github/codeql-action from 3.26.10 to 3.26.11 by @dependabot in #117
- Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #118
- Bump actions/upload-artifact from 4.4.0 to 4.4.2 by @dependabot in #119
- Bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #120
- Bump actions/upload-artifact from 4.4.2 to 4.4.3 by @dependabot in #121
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.10 to 5.3.11 by @dependabot in #122
- feat: bump deps by @alexaka1 in #123
- Version Packages by @github-actions in #124
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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
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
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
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
- Add code coverage to tests by @alexaka1 in #75
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #77
- Add .netstandard2.0 support by @alexaka1 in #69
- Bump github/codeql-action from 3.26.4 to 3.26.5 by @dependabot in #79
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #80
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #81
- Feature/fix net48 tests by @alexaka1 in #82
- Add UTF-8 SpanFormattable support by @alexaka1 in #83
- Fix unnecessary Encoding.UTF8.GetString calls for IUtf8SpanFormattable by @alexaka1 in #84
- Version Packages by @github-actions in #78
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
0.2.0
Minor Changes
-
fd4cfae: Add
Renderings
property to the output JSON, bringing it to feature parity withJsonFormatter
Add
Encoder
parameter toUtf8JsonFormatter
constructor. If you are sure that the consumer is going to interpret the JSON as UTF-8, you can set this toJavaScriptEncoder.UnsafeRelaxedJsonEscaping
to not escape non-ASCII characters.
What's Changed
- Create signed commits with GitSign by @alexaka1 in #63
- Bump github/codeql-action from 3.26.3 to 3.26.4 by @dependabot in #62
- Add support for Renderings property by @alexaka1 in #60
- Feature/refactor by @alexaka1 in #65
- Version Packages by @github-actions in #64
Full Changelog: v0.1.1...v0.2.0
v0.1.1
0.1.1
Patch Changes
- 1c9501c: Bump Serilog to 4.0.1
What's Changed
- Feature/workflow reuse by @alexaka1 in #24
- Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #26
- Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #25
- Bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #28
- Remove dotnet restore locked mode by @alexaka1 in #46
- Feature/bump deps by @alexaka1 in #47
- Bump github/codeql-action from 3.25.12 to 3.26.2 by @dependabot in #45
- Bump actions/dependency-review-action from 4.3.3 to 4.3.4 by @dependabot in #27
- Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #36
- Bump step-security/harden-runner from 2.8.1 to 2.9.1 by @dependabot in #39
- Bump actions/upload-artifact from 4.3.4 to 4.3.6 by @dependabot in #42
- Bump github/codeql-action from 3.26.2 to 3.26.3 by @dependabot in #49
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #50
- Expand CI/CD by @alexaka1 in #54
- Feature/deployment gate by @alexaka1 in #55
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #61
- Version Packages by @github-actions in #48
New Contributors
- @dependabot made their first contribution in #26
Full Changelog: v0.1.0...v0.1.1