Skip to content

Releases: logzio/logzio-dotnet

v1.2.1

16 Feb 08:03
7e61a53

Choose a tag to compare

What's Changed

  • [docs] Add Build and Test Locally section 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

27 May 15:24

Choose a tag to compare

  • Add support for net8.0 opentelemetry dependencies

v1.1.1

20 May 11:27

Choose a tag to compare

  • Add User-Agent Header with value dotnet/<<LOGZIO_VERSION>> logs

v1.0.16

26 Feb 14:13
c4e2fb3

Choose a tag to compare

Fixes:

  • Writing to the debug log file now is thread-safe and process-safe

v1.0.15

15 Feb 09:43
a6131d0

Choose a tag to compare

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

31 Jan 10:56
7a2eeb2

Choose a tag to compare

New:

  • Add trace context to each log (does not support .Net Standard 1.3)

v0.2.3: Net5.0 upgrade (#62)

14 Sep 07:22
2c032f1

Choose a tag to compare

💡 Enhancements 💡

  • net5.0 support

v0.2.2: Camelcase (#60)

27 Jul 14:48
2bdb6a8

Choose a tag to compare

💡 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

09 Aug 08:38

Choose a tag to compare

This is the last supported point for 4.2.5. From this point and on we will support .NET Standard only

v0.2

17 Jan 18:14

Choose a tag to compare

Better thread handling, support non-string fields and other improvements.