Skip to content
New issue

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

Enhance connect method to support authentication parameters #7

Conversation

Daniel-Boll
Copy link
Owner

No description provided.

… more flexibility in connecting to the cluster

feat(scylla_cluster.rs): add support for ConnectionOptions and Auth structs to allow connecting to the cluster with configurable keyspace and authentication credentials
…ion about the pre-release state and future plans

feat(index.js): export Compression enum from native binding to allow usage in JavaScript code
feat(cluster_config.rs): remove unused ClusterConfig struct
feat(cluster_config/compression.rs): add Compression enum and conversion to scylla::transport::Compression
feat(cluster_config/mod.rs): add compression field to ClusterConfig struct
feat(scylla_cluster.rs): add compression field to ScyllaCluster struct and use it when creating ScyllaSession
@Daniel-Boll Daniel-Boll self-assigned this Oct 14, 2023
@Daniel-Boll Daniel-Boll linked an issue Oct 14, 2023 that may be closed by this pull request
@Daniel-Boll Daniel-Boll merged commit 8f3b448 into dev Oct 14, 2023
6 checks passed
@Daniel-Boll Daniel-Boll deleted the feature/2-enhance-connect-method-to-support-authentication-parameters branch October 14, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance connect Method to Support Authentication Parameters
1 participant