druid4net
druid4net copied to clipboard
A .NET druid.io client written in C#
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hihi When making a `SegmentMetadata` request without a Interval call (which is optional to Druid) it includes `"intervals":[]` in the resulting call to Druid which invalidates the result. It's an...
I'm trying to create a new BoundFilter to compare strings. Because there's a struct constraint, it's not letting me pass the string type: ```c# new BoundFilter("srcip", lower: "127", lowerStrict: false,...