ClickHouse/CHANGELOG.md

19 lines
945 B
Markdown
Raw Normal View History

2017-03-03 14:09:51 +00:00
## [1.1.54189](https://github.com/yandex/Clickhouse/tree/v1.1.54189-testing) (2017-03-17)
[Full Changelog](https://github.com/yandex/Clickhouse/compare/v1.1.54188-stable...v1.1.54189-testing)
- Config: Allow define several graphite blocks, graphite.interval=60 option added. use_graphite option deleted.
2017-03-23 14:58:43 +00:00
- Configuration elements can now be loaded from ZooKeeper (see [documentation](https://clickhouse.yandex/reference_en.html#Configuration%20files))
## [1.1.54181](https://github.com/yandex/Clickhouse/tree/v1.1.54181-testing) (2017-03-10)
[Full Changelog](https://github.com/yandex/Clickhouse/compare/v1.1.54165-stable...v1.1.54181-testing)
- https server:
to enable: get/generate keys, uncomment in config.xml: `<https_port>8443</https_port>` and tune `<openSSL>` section
2017-03-03 14:09:51 +00:00
2017-03-03 18:01:38 +00:00
- listen_host by default changed to ::1 and 127.0.0.1.
If you want use connections from other computers write to config.xml: `<listen_host>::</listen_host>`