Releases: datalust/seq-api
Releases · datalust/seq-api
v2025.2.2
- #146 — begin phasing in anti-CSRF tokens (@nblumhardt)
v2025.2.1
Important
This build contains a bug that prevents the Events.EnumerateAsync() function working on most existing Seq builds.
- #146 — begin phasing in anti-CSRF token support (@nblumhardt)
v2025.2.0
Merge pull request #144 from datalust/dev 2025.2.0 Release
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
v2024.3.0
What's Changed
- Seq 2024.2 EntraID Example fix by @vogonistic in #134
- Add expression indexes by @liammclennan in #135
- IndexesResourceGroup.cs Find should return an
IndexEntity. by @liammclennan in #136 - Add ExpressionIndexesResourceGroup.FindAsync by @liammclennan in #137
- Upstream changes from Seq 2024.3 by @nblumhardt in #138
Full Changelog: v2024.2.0...v2024.3.0
v2024.2.0
- #132 - Seq 2024.2 API updates (@nblumhardt)
- Rename
SettingName.AzureAD*toSettingName.EntraID* - Update API media type version string
- Include
SpanKindonLogEvents
- Rename
v2024.1.0
- #128 - add
OpenIdConnectMetadataAddresssetting name (@nblumhardt) - #129 - 2024.1 API changes (@liammclennan)
- Add cluster metrics resources
- Span-related properties on
EventEntity
v2023.4.0
- Default to
SocketsHttpHandleron all platforms - New
SeqConnection(string, string, Func<CookieContainer, HttpMessageHandler>)to allow handler implementation selection - Rename
DateTimeRangetoDateTimeRangePartin line with other API "DTO" types - Add
SeqConnection.ApiKeys.GetAllMeasurementTimeseriesAsync()for bulk API key metrics
v2023.3.0
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
- #118 - remove obsolete process metrics; expose usage telemetry setting (@KodrAus)
- #120 - updates for Seq 2023.2 (@nblumhardt)