Bump NuGet deps versions
Rebuild nuget package to use new version of Vostok.ClusterClient.Transport
.
Realize new method from IHerculesTagsBuilder
interface.
Optimize GUID creation in .Net 6. Optimize GUID creation in Windows.
Added net6.0
target.
Added timeout parameter usage for HerculesManagementClient.
Use synchronous sending instead of fire & foget for HerculesSink.
Optimize GUID creation on Linux
Fix cancellation token race bug on startup.
Migrate to K4os.Compression.LZ4 instead of native implementation.
Update lz4 library (fixed bin directory location in ASP.NET apps).
Update lz4 library (now contains native libraries inside package).
Make lz4 library dependency optional.
Update lz4 library.
Compress traffic with lz4.
Implemented garbage collection of unused buffers.
Added generic HerculesTimelineClient<T>
supporting custom event builder.
- Added generic
HerculesStreamClient<T>
supporting custom event builder. - Fixed a slow memory leak caused by incorrect chaining of cancellation tokens and task timeouts.
Initial prerelease.