Skip to content

Releases: keghub/dotnet-extensions

Version 1.5.0

24 Jun 12:58
a0e7c89
Compare
Choose a tag to compare

EMG.Extensions.Logging.Loggly

Added EndpointConverter to JsonSerializerSettings to customize serialization of Sysmte.Net.IPEndPoint

Version 1.4.0

20 May 07:49
4c5ebbf
Compare
Choose a tag to compare

EMG.Extensions.Logging.Loggly

Added net8.0 compatibility to EMG.Extensions.Logging.Loggly

Version 1.3.0

18 Jan 09:18
0386160
Compare
Choose a tag to compare

EMG.Extensions.Logging.Loggly

Moved the JsonSerializerSettings to the LogglyOptions to enable customization

Added a default JsonSerializerSettings with a FormattedIdConverter that converts integer type properties ending in "Id" to a string value before logging to loggly

Version 1.2.0

04 Apr 13:10
00d2285
Compare
Choose a tag to compare

Loggly

  • Added possibility to flush the logs, to prevent loosing logs due to buffering for short lived applications.
  • The new method is on the ILogglyProcessor interface, and it flushes the logs currently in the buffer without closing the observable

Version 1.1.1

25 Sep 14:47
e4f5462
Compare
Choose a tag to compare

Loggly

  • Fixed how LogEntry.Event is serialized to avoid conflicts (#3)

Version 1.1.0

02 Jun 09:32
Compare
Choose a tag to compare

The first version starts from 1.1.0 to avoid colliding with versions emitted from older repositories. Since no breaking change was introduced, we jumped from 1.0.0 to 1.1.0, in accordance to Semantic Versioning 2.0.

Also, new packages were added:

  • EMG.Extensions.DependencyInjection.ServiceModel.Discovery
  • EMG.Extensions.DependencyInjection.ServiceModel.DiscoveryAdapter