Skip to content

Releases: datalust/seq-api

v2026.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 00:22
2878dec

What's Changed

New Contributors

Full Changelog: https://github.com/datalust/seq-api/commits/v2026.1.0

v2025.2.2

Choose a tag to compare

@datalust-build datalust-build released this 11 Aug 05:31
c791d66

v2025.2.1

v2025.2.1 Pre-release
Pre-release

Choose a tag to compare

@datalust-build datalust-build released this 11 Aug 04:14
2a50109

Important

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

v2025.2.0

Choose a tag to compare

@datalust-build datalust-build released this 17 Jun 01:31
7de6f6a
Merge pull request #144 from datalust/dev

2025.2.0 Release

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

v2024.3.0

Choose a tag to compare

@datalust-build datalust-build released this 01 May 03:55
78b71d9

What's Changed

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

v2024.2.0

Choose a tag to compare

@datalust-build datalust-build released this 25 Mar 00:25
85d9acd
  • #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

Choose a tag to compare

@datalust-build datalust-build released this 24 Jan 23:47
98cdcd2
  • #128 - add OpenIdConnectMetadataAddress setting name (@nblumhardt)
  • #129 - 2024.1 API changes (@liammclennan)
    • Add cluster metrics resources
    • Span-related properties on EventEntity

v2023.4.0

Choose a tag to compare

@datalust-build datalust-build released this 30 Aug 23:47
84e1f7f
  • 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

Choose a tag to compare

@datalust-build datalust-build released this 07 Jul 00:41
4658702

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