Skip to content

feat: Add microversion negotiation strategy to RestClient - #1918

Open
gtema wants to merge 2 commits into
mainfrom
mv-negotiation
Open

feat: Add microversion negotiation strategy to RestClient#1918
gtema wants to merge 2 commits into
mainfrom
mv-negotiation

Conversation

@gtema

@gtema gtema commented Aug 6, 2026

Copy link
Copy Markdown
Owner

MicroVersionStrategy enum (Floor/Ceiling) on RestClient allows clients
to opt into requesting the highest compatible microversion instead of
the lowest. TUI builds sessions with Ceiling so serde_json::Value
parsing sees richer response fields from newer API versions.

Signed-off-by: Artem Goncharov artem.goncharov@gmail.com

gtema and others added 2 commits August 6, 2026 20:10
MicroVersionStrategy enum (Floor/Ceiling) on RestClient allows clients
to opt into requesting the highest compatible microversion instead of
the lowest.  TUI builds sessions with Ceiling so serde_json::Value
parsing sees richer response fields from newer API versions.

Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
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.

1 participant