Confirm-Solutions / confirmasaurus

3 stars 0 forks source link

Update dependency clickhouse-connect to v0.5.24 - autoclosed #336

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clickhouse-connect 0.5.20 -> 0.5.24 age adoption passing confidence

Release Notes

ClickHouse/clickhouse-connect ### [`v0.5.24`](https://togithub.com/ClickHouse/clickhouse-connect/blob/HEAD/CHANGELOG.md#​0524-2023-05-11) [Compare Source](https://togithub.com/ClickHouse/clickhouse-connect/compare/v0.5.23...v0.5.24) ##### Bug Fixes - The client `command` method now accepts ClickHouse "external data." Closes [https://github.com/ClickHouse/clickhouse-connect/issues/186](https://togithub.com/ClickHouse/clickhouse-connect/issues/186) - Arrays of Python date and datetime objects are now correctly formatted when use as server side parameters. Fixes [https://github.com/ClickHouse/clickhouse-connect/issues/188](https://togithub.com/ClickHouse/clickhouse-connect/issues/188) - Fixed inserts of SimpleAggregateFunction columns with a LowCardinality type parameter. [https://github.com/ClickHouse/clickhouse-connect/issues/187](https://togithub.com/ClickHouse/clickhouse-connect/issues/187) ### [`v0.5.23`](https://togithub.com/ClickHouse/clickhouse-connect/blob/HEAD/CHANGELOG.md#​0523-2023-05-03) [Compare Source](https://togithub.com/ClickHouse/clickhouse-connect/compare/0.5.22...v0.5.23) ##### Bug Fixes - SQLAlchemy table reflection threw an exception for `SimpleAggregateFunction` columns. This has been fixed. [https://github.com/ClickHouse/clickhouse-connect/issues/180](https://togithub.com/ClickHouse/clickhouse-connect/issues/180)/180 - The client no longer logs an invalid warning for query types that did not return a timezone header. [https://github.com/ClickHouse/clickhouse-connect/issues/181](https://togithub.com/ClickHouse/clickhouse-connect/issues/181)/181 - Querying `SimpleAggregateFunction` columns with a LowCardinality type parameter was broken. This has been fixed. [https://github.com/ClickHouse/clickhouse-connect/issues/182](https://togithub.com/ClickHouse/clickhouse-connect/issues/182)/182 - The `query_arrow` method now correctly accepts the external_data parameter. [https://github.com/ClickHouse/clickhouse-connect/issues/183](https://togithub.com/ClickHouse/clickhouse-connect/issues/183) - The `query_arrow` method has been fixed for read only queries/settings. [https://github.com/ClickHouse/clickhouse-connect/issues/184](https://togithub.com/ClickHouse/clickhouse-connect/issues/184) ##### New Feature - A common setting `max_connection_age` has been added, which will ensure that HTTP connections are not reused forever (this can help with certain load balancing issues. It defaults to 10 minutes ### [`v0.5.22`](https://togithub.com/ClickHouse/clickhouse-connect/blob/HEAD/CHANGELOG.md#​0522-2023-04-27) [Compare Source](https://togithub.com/ClickHouse/clickhouse-connect/compare/v0.5.21...0.5.22) ##### Bug Fix - There was a critical issue when using zstd compression (the default) with urllib3 version 2.0+. This has been fixed. ### [`v0.5.21`](https://togithub.com/ClickHouse/clickhouse-connect/blob/HEAD/CHANGELOG.md#WARNING----Breaking-changes-in-0521) [Compare Source](https://togithub.com/ClickHouse/clickhouse-connect/compare/v0.5.20...v0.5.21) - The Python context (`__enter__` and `__exit__`) and `stream` methods have been removed from the QueryResult object. Please use the contexts create by the client `*stream` methods instead of using the QueryResult as a context. - The `send_progress` keyword argument has been removed from the `get_client` factory method. This setting has not been used since 0.5.13, which added automatic handling of progress headers based on the query type.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.