Releases: datalust/seqcli
Releases · datalust/seqcli
v2025.1.02327
v2025.1.967
Merge pull request #387 from datalust/dev Update publishing key
v2025.1.962
Important
This release updates seqcli to use Seq 2025.1 API features. Some features are incompatible with earlier Seq versions; we recommend using seqcli versions 2024.3.* and earlier for administration of matching server versions.
- #372 — the syslog
alertlevel is now mapped toLogEventLevel.Fatalfor level comparison purposes (@KodrAus) - #375 — adds
seqcli cluster healthcommand (@KodrAus) - #376 — update .NET SDK and dependencies (@KodrAus)
- #385 — update dependencies;
seqcli searchuses WebSocket streaming by default and adds--no-websocketsflag to return to the earlier behavior e.g. in environments with older load balancers/application firewalls &c;seqcli lognow unnests properties with dotted names and accepts message templates that use them;seqcli searchandseqcli queryaccept--traceto enable detailed internal query tracing (@nblumhardt) - #377 — add
--wait-until-healthytoseqcli cluster health - #379 — fix verbs in command documentation (@liammclennan)
- #380 — add
--simulationsoption toseqcli sample ingestto control data volume (@nblumhardt) - #381 — add
no_cachedirective toseqcli benchqueries (@liammclennan) - #382 — increase timeout in
seqcli bench(@liammclennan) - #383 — add
--wait-until-healthytoseqcli node health(@nblumhardt) - #384 — improve default
seqcli benchbenchmarks (@liammclennan)
Breaking changes
It's now necessary to pass --no-websockets to seqcli search when querying Seq versions before Seq 2025.1.
v2024.3.922
- #348 - update documentation (@nblumhardt)
- #353 - ignore case when parsing permission names (@sctmike)
- #356 - add documentation for configuration environment variables (@liammclennan)
- #357, #361 - update the
dotnettoolchain (@KodrAus) - #359 - allow
-i <FILENAME>to appear multiple times onprintandingestcommand lines (@nblumhardt) - #358 - only include detailed HTTP diagnostics in
node healthoutput when--verboseis set (@nblumhardt) - #360 - add
Organizationto the list of permissions documented for theapikey createcommand (@nblumhardt) - #363 - use restrictive
global.jsonduring CI builds only (@nblumhardt) - #366 - align
seqcli's environment override handling with Seq's (@nblumhardt) - #368 - update all NuGet dependencies (@nblumhardt)
- #369 - fix exception when setting
connection.apiKeyvalues (@nblumhardt)
v2024.3.873
- #345 -
seqcli (apikey|appinstance|feed|retention|signal|user|workspace update)commands (@nblumhardt) - #346 - fix
seqcli template import(@nblumhardt)
v2024.3.867
What's Changed
seqcli index (list|suppress)andseqcli expressionindex (create|list|remove)commands by @liammclennan in #337- Add example signal expression by @liammclennan in #338
- Minor clean-up by @nblumhardt in #339
- Launch configurations for local executable vs Docker/latest vs Docker/preview by @nblumhardt in #340
- Fix end-to-end indexing tests; some templating updates were needed by @nblumhardt in #341
seqcli app uninstallby @nblumhardt in #342- Update to stable 2024.3 release of Seq.Api by @KodrAus in #343
v2024.3.851-dev
Development preview for 2024.3.
v2024.2.845
- #333 - update to .NET SDK 8.0.203 (@KodrAus)
- #334 - Seq 2024.2 API (@nblumhardt)
v2024.1.836
Update publishing key
v2024.1.796
- #316 - fix problems loading Seq Apps that depend on Seq.Syntax (@nblumhardt)
See also https://github.com/datalust/seqcli/releases/tag/v2024.1.791, which lists the substantial updates in the 2024.1.x series.