v2025.1.0
Important
This build works with Seq 2025.1 and later versions. Pull version 2024.3.* of this package to support earlier releases.
- Update accepted media type to
application/vnd.datalust.seq.v11+json - Use WebSocket streaming in
EventsResourceGroup.EnumerateAsync(), and introduce non-WebSocketPagedEnumerateAsync()fallback option - Add
bool traceparameter to query/search APIs to turn on detailed server-side query tracing - Expand support for various search parameters when streaming new events with
StreamAsync() - Remove generic argument from
StreamAsync()in favor of expandedStreamDocumentsAsync()APIs - Remove
IObservable<T>subscriptions for streaming APIs in favor ofIAsyncEnumerable<T> - Replace
ClusterNodesResourceGroupwith newClusterResourceGroup - Remove the obsolete
SeqConnection(.., configureHandler)constructors replaced by variants withcreateHttpMessageHandlercallbacks - Update/improve Alerting API coverage
- Update/refactor Apps API coverage
- Update dependencies, add
net8.0target - Update samples to target
net9.0