Skip to content

Commit 88ce727

Browse files
committed
server version caveat
1 parent 4fc570a commit 88ce727

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,19 @@ conda install conda-forge::splinkclickhouse
3535

3636
Note that the `conda` version will only be able to use [the Clickhouse server functionality](#clickhouse-server) as `chdb` is not currently available within `conda`.
3737

38+
### Caveats
39+
3840
While the package is in early development there will may be breaking changes in new versions without warning, although these _should_ only occur in new minor versions.
3941
Nevertheless if you depend on this package it is recommended to pin a version to avoid any disruption that this may cause.
4042

43+
It is tested against Clickhouse server version 24.8.
44+
There have also been occasional tests against 24.11.
45+
Other versions are likely to function normally, but if you have a significantly different version, functionality may be affected.
46+
47+
### Dev setup
48+
49+
For dev setup see [dev.md](./dev.md).
50+
4151
## Use
4252

4353
### Clickhouse server

0 commit comments

Comments
 (0)