Skip to content

Dependency/SDK updates; waiting on a Seq.Api 2026.1 build#456

Merged
KodrAus merged 5 commits intodatalust:devfrom
nblumhardt:2026-dependency-updates
May 8, 2026
Merged

Dependency/SDK updates; waiting on a Seq.Api 2026.1 build#456
KodrAus merged 5 commits intodatalust:devfrom
nblumhardt:2026-dependency-updates

Conversation

@nblumhardt
Copy link
Copy Markdown
Member

@nblumhardt nblumhardt commented May 7, 2026

This PR updates Seq.Api to the 2026.1 dev version, aligns SDK and other dependencies to match the next Seq preview, adds the seqcli view * command group for metrics views, and updates retention policy and dashboarding commands to include support for the series object.

sql.Select(measurement.Value, measurement.Label);

sql.FromStream = true;
sql.From = query.DataSource.ToString().ToLowerInvariant();
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because DataSource is a value type (enum), this will fall back to Stream by default for older API versions that don't supply a data source explicitly (these only support stream anyway).

@nblumhardt nblumhardt marked this pull request as ready for review May 7, 2026 22:55
@@ -1,4 +1,4 @@
// Copyright 2018 Datalust Pty Ltd
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A number of added files copied headers with incorrect copyright years. I've ripped the bandaid off and updated all of them so we stop propagating this mistake.

@KodrAus
Copy link
Copy Markdown
Member

KodrAus commented May 7, 2026

RUNNING SampleSetupTestCase                               
Use `--data-source` to specify `stream` or `series` as the retention target
FAIL
Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ
Expected: 0
Actual:   1
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 154
   at SeqCli.EndToEnd.RetentionPolicy.RetentionPolicyBasicsTestCase.ExecuteAsync(SeqConnection connection, ILogger logger, CliCommandRunner runner) in /home/runner/work/seqcli/seqcli/test/SeqCli.EndToEnd/RetentionPolicy/RetentionPolicyBasicsTestCase.cs:line 22
   at SeqCli.EndToEnd.Support.IsolatedTestCase.ExecuteTestCaseAsync() in /home/runner/work/seqcli/seqcli/test/SeqCli.EndToEnd/Support/IsolatedTestCase.cs:line 66
   at SeqCli.EndToEnd.Support.TestDriver.<>c__DisplayClass2_0.<<Run>b__1>d.MoveNext() in /home/runner/work/seqcli/seqcli/test/SeqCli.EndToEnd/Support/TestDriver.cs:line 53

nblumhardt added 2 commits May 8, 2026 09:07
…set minimum API version on others that need a newer Seq target (we may improve compatibility with older Seq versions prior to a full 2026.1 client release)
@KodrAus KodrAus merged commit 6b5db65 into datalust:dev May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants