Skip to content

Latest commit

 

History

History
105 lines (71 loc) · 3.02 KB

CHANGELOG.rst

File metadata and controls

105 lines (71 loc) · 3.02 KB

CHANGE THIS IN changelogs/config.yaml! Release Notes

This is the minor release of the community.clickhouse collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.

  • clickhouse_db - add the cluster argument to execute commands on all cluster hosts.
  • clickhouse_db - add the comment argument to set a comment on databases.
  • clickhouse_db - add the target argument to rename the database.
  • clickhouse_db - added the ability to rename databases.
  • clickhouse_info - added the ability to collect information from system.functions.
  • clickhouse_info - added the ability to collect information from system.quotas, system.settings_profiles.
  • clickhouse_info - added the ability to collect information from system.storage_policies.
  • clickhouse_user - Creates or removes a ClickHouse user using the clickhouse-driver Client interface

This is the minor release of the community.clickhouse collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.

  • clickhouse_info - added the ability to collect information from system.tables, system.dictionaries, system.merge_tree_settings.
  • clickhouse_client - Add support for returned values of types IPv4Address and IPv6Address.
  • clickhouse_client - Add support for returned values of types UUID and decimal.
  • clickhouse_db - Creates or removes a ClickHouse database using the clickhouse-driver Client interface

This is a minor release of the community.clickhouse collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.

  • clickhouse_info - add the limit argument to limit the returned values.

This is a patch release of the community.clickhouse collections. It fixes the clickhouse_info module to work with older versions of the ClickHouse server.

This is the first release of the community.clickhouse collection.

  • clickhouse_client - add the module.
  • clickhouse_info - add the module.
  • clickhouse_client - Execute queries in a ClickHouse database using the clickhouse-driver Client interface
  • clickhouse_info - Gather ClickHouse server information using the clickhouse-driver Client interface