Skip to content

v2025.1.0

Choose a tag to compare

@datalust-build datalust-build released this 09 May 02:21
95a41c8

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-WebSocket PagedEnumerateAsync() fallback option
  • Add bool trace parameter 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 expanded StreamDocumentsAsync() APIs
  • Remove IObservable<T> subscriptions for streaming APIs in favor of IAsyncEnumerable<T>
  • Replace ClusterNodesResourceGroup with new ClusterResourceGroup
  • Remove the obsolete SeqConnection(.., configureHandler) constructors replaced by variants with createHttpMessageHandler callbacks
  • Update/improve Alerting API coverage
  • Update/refactor Apps API coverage
  • Update dependencies, add net8.0 target
  • Update samples to target net9.0