Skip to content

Releases: datalust/seq-api

v2025.2.2

11 Aug 05:31
c791d66

Choose a tag to compare

v2025.2.1

11 Aug 04:14
2a50109

Choose a tag to compare

v2025.2.1 Pre-release
Pre-release

Important

This build contains a bug that prevents the Events.EnumerateAsync() function working on most existing Seq builds.

v2025.2.0

17 Jun 01:31
7de6f6a

Choose a tag to compare

Merge pull request #144 from datalust/dev

2025.2.0 Release

v2025.1.0

09 May 02:21
95a41c8

Choose a tag to compare

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

v2024.3.0

01 May 03:55
78b71d9

Choose a tag to compare

What's Changed

Full Changelog: v2024.2.0...v2024.3.0

v2024.2.0

25 Mar 00:25
85d9acd

Choose a tag to compare

  • #132 - Seq 2024.2 API updates (@nblumhardt)
    • Rename SettingName.AzureAD* to SettingName.EntraID*
    • Update API media type version string
    • Include SpanKind on LogEvents

v2024.1.0

24 Jan 23:47
98cdcd2

Choose a tag to compare

  • #128 - add OpenIdConnectMetadataAddress setting name (@nblumhardt)
  • #129 - 2024.1 API changes (@liammclennan)
    • Add cluster metrics resources
    • Span-related properties on EventEntity

v2023.4.0

30 Aug 23:47
84e1f7f

Choose a tag to compare

  • Default to SocketsHttpHandler on all platforms
  • New SeqConnection(string, string, Func<CookieContainer, HttpMessageHandler>) to allow handler implementation selection
  • Rename DateTimeRange to DateTimeRangePart in line with other API "DTO" types
  • Add SeqConnection.ApiKeys.GetAllMeasurementTimeseriesAsync() for bulk API key metrics

v2023.3.0

07 Jul 00:41
4658702

Choose a tag to compare

Version increment to match Seq 2023.3 in line with the project's versioning policy; no API or functional changes in this release.

v2023.2.0

31 May 01:06
0d3fe79

Choose a tag to compare