Releases: logzio/logzio-dotnet
Releases · logzio/logzio-dotnet
v1.2.1
What's Changed
- [docs] Add
Build and Test Locallysection by @yotamloe in #76 - Sync templates by @connectivity-team-actions[bot] in #77
- [Feat] Automatic dependency updates + Support net.90 by @yotamloe in #79
- ci: bump the github-actions group with 4 updates by @dependabot[bot] in #80
- ci: bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #81
- ci: bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #83
- deps: Bump the all-dependencies group with 12 updates by @dependabot[bot] in #87
- deps: Bump the all-dependencies group with 1 update by @dependabot[bot] in #88
- deps: Bump the all-dependencies group with 3 updates by @dependabot[bot] in #89
New Contributors
- @connectivity-team-actions[bot] made their first contribution in #77
Full Changelog: 1.2.0...1.2.1
v1.2.0
v1.1.1
v1.0.16
Fixes:
- Writing to the debug log file now is thread-safe and process-safe
v1.0.15
New:
- Write debug logs to a file if Debug was set to true (Still writes debug logs to the Console as well)
v1.0.14
New:
- Add trace context to each log (does not support .Net Standard 1.3)
v0.2.3: Net5.0 upgrade (#62)
💡 Enhancements 💡
- net5.0 support
v0.2.2: Camelcase (#60)
💡 Enhancements 💡
- jsonKeysCamelCase field was added to the config. You can now choose if you want to see json keys in Logz.io in camel case or not.
You can also use jsonKeysCamelCase in code.
You can use this filed in all shippers.
V0.2.1
v0.2
Better thread handling, support non-string fields and other improvements.