Skip to content

Mark ts-info as not obsolete - #553

Merged
mgravell merged 3 commits into
masterfrom
marc/ts-info-not-obsolete
Aug 24, 2026
Merged

Mark ts-info as not obsolete#553
mgravell merged 3 commits into
masterfrom
marc/ts-info-not-obsolete

Conversation

@mgravell

@mgravell mgravell commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

fix #548

As best as I can tell from history, this seems to have been fallout from marking MaxSamplesPerChunk obsolete


Note

Low Risk
Attribute-only API hygiene; no command, parsing, or runtime behavior changes besides compiler warnings.

Overview
Stops treating TS.INFO as obsolete. Info / InfoAsync, ToTimeSeriesInfo, and the TimeSeriesInformation constructor are no longer [Obsolete]; only MaxSamplesPerChunk remains deprecated.

The constructor still fills MaxSamplesPerChunk for older RedisTimeSeries, with a local warning suppression. Tests drop the extra [Obsolete] attributes that were only needed because of those APIs.

Reviewed by Cursor Bugbot for commit e86e168. Bugbot is set up for automated code reviews on this repo. Configure here.

@mgravell
mgravell merged commit 8ae5ce6 into master Aug 24, 2026
22 checks passed
@mgravell
mgravell deleted the marc/ts-info-not-obsolete branch August 24, 2026 12:46
@mgravell mgravell changed the title Marc/ts info not obsolete Mark ts-info as not obsolete Aug 24, 2026
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.

Should TS.Info/InfoAsync really be marked as Obsolete?

1 participant