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
Motivation:
`VerifyFlag` already has an enum case `.none`, which might be confused with `Optional.none`.
Modifications:
- Add `.default` case to `VerifyFlag` to represent user's intention to use DataStax driver's default
- Change `ssl.verifyFlag` to non-optional with default value `.default`
Resolves#13
0 commit comments