Open hansenms opened 3 months ago
Actually the problem here is that we change the API from tag.<tagname>
to tag[<tagname>
so that we would have an openAPI compatible schema for code generation. So I think the issue is that maybe there should perhaps be a check, the API versions are not compatible. This causes some unexpected behavior when using a new client with a not updated cluter.
We should maybe have a version check in general.
When trying to search buffers in a 0.5.3 cluster with CLI since v0.6.0, tyger buffer list no longer searches by tag.
To reproduce, run the following script
It succeeds with v0.5.3 and fails with v0.6.0 and later.
The issue here is that we updated the API.