Closed PeterFaiman closed 2 years ago
@suharev7 could you please review and merge this PR?
Thanks you
Thanks for your work, is this in any version as of this moment?
There is currently no version available with this PR. I'll try to release one this week, I think.
There is currently no version available with this PR. I'll try to release one this week, I think.
FYI, I've setup a local dependency (off your trunk) and it works with clickhouse.cloud (via TLS) with no apparent issues.
Except (unrelated) Date/Time handling, I had problems with these on the last version and just didn't check if they persist on the current trunk.
Version 1.1.0-alpha.1 has been released.
@suharev7 Thanks, it works.
It seems like some references to
tokio_tls
were overlooked when updating thetokio-tls
dependency totokio-native-tls
.The yandex ClickHouse image used for Travis CI doesn't expose TLS ports by default, so I didn't add anything to
.travis.yml
. But seeing as the TLS build literally had compile errors, perhaps addingcargo build --features tls
would be worthwhile?