Closed RReverser closed 2 months ago
Accept variadic params or array of queries instead of a List<string>.
List<string>
This is a breaking change, but it should be a slight improvement for the majority of cases with statically defined queries.
If the API is breaking, please state below what will break
List any PRs here that are required for this SDK change to work
No longer necessary with the new subscription API.
Description of Changes
Accept variadic params or array of queries instead of a
List<string>
.This is a breaking change, but it should be a slight improvement for the majority of cases with statically defined queries.
API
If the API is breaking, please state below what will break
Requires SpacetimeDB PRs
List any PRs here that are required for this SDK change to work