You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're using an outdated Scylla Rust Driver version and we need maintain it on LTS. But more than that, we gonna need to implement a different driver name under the Rust Driver (for identification inside the Cluster).
We could try to change from getting the version from the package.json to the CARGO_PKG_VERSION one instead, it's easier to achieve this in Rust. The only thing that we will need to change to this to happen is sync the package.json bump version to the cargo.toml too.
Hmm, since it will be generating a binary every time I don't think that this can be an issue. We will just have to change this in the Rust side for the versioning...
Apparently Scylla folks are defining a name like the one I sent here so it's only up to versioning.
Currently, we're using an outdated Scylla Rust Driver version and we need maintain it on LTS. But more than that, we gonna need to implement a different driver name under the Rust Driver (for identification inside the Cluster).
Thinking on that, the drivers team recently merged a possibility to settle the driver name/version (scylladb/scylla-rust-driver@36d5edd)
Goal
Upgrade the driver version and validate missing rules to implement this feature.
The text was updated successfully, but these errors were encountered: