We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the code contains this:
// Latest API version release VersionV20210325 = Version("2021-03-25")
But as far as I can see, v2021-10-21 is actually the latest
v2021-10-21
The text was updated successfully, but these errors were encountered:
Temp workaround:
sanity.Version("2021-10-21").NewClient(...)
Sorry, something went wrong.
Btw, when the versioning support was added, .New was kept and marked as deprecated (presumably to try and maintain backwards compatibility?)
.New
But it isn't actually backwards compatible anyway - it requires the dataset field, which wasn't required before
No branches or pull requests
Currently the code contains this:
But as far as I can see,
v2021-10-21
is actually the latestThe text was updated successfully, but these errors were encountered: