Skip to content

Releases: logzio/logzio-dotnet

v1.2.0

27 May 15:24
Compare
Choose a tag to compare
  • Add support for net8.0 opentelemetry dependencies

v1.1.1

20 May 11:27
Compare
Choose a tag to compare
  • Add User-Agent Header with value dotnet/<<LOGZIO_VERSION>> logs

v1.0.16

26 Feb 14:13
c4e2fb3
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

💡 Enhancements 💡

  • net5.0 support

v0.2.2: Camelcase (#60)

27 Jul 14:48
2bdb6a8
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.11 (ListenerUrl param)

21 Dec 15:04
Compare
Choose a tag to compare
Replace IsSecured with ListenerUrl, allow clients to choose EU or US …

…specific domains