v0.4.1
Pre-release
Pre-release
0.4.1
Release Highlights
- switched from using memory methods from
System.Runtime.InteropServices.Marshal
to the newest (NET6+)System.Runtime.InteropServices.NativeMemory
, which is a portable wrapper for C-runtimemalloc
,free
, etc. (#266c228) - fixed native memory leak in
ExtractionRequest
Breaking Changes
IEventBatch.UnderlyingArray |
IntPtr -> PluginEvent* |
PluginEvent.Data |
IntPtr -> void* |
IExtractionRequest.SetPtr |
(IntPtr ptr) -> (PluginExtractField* ptr) |
IPlugin |
+string? ConfigRaw |