Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump clickhouse-connect from 0.6.23 to 0.7.7 in /forklift #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps clickhouse-connect from 0.6.23 to 0.7.7.

Release notes

Sourced from clickhouse-connect's releases.

v0.7.7 Fix list binding of ints/floats

What's Changed

Full Changelog: ClickHouse/clickhouse-connect@v0.7.6...v0.7.7

v0.7.6 Fix SQL Alchemy Point

What's Changed

Full Changelog: ClickHouse/clickhouse-connect@v0.7.5...v0.7.6

v0.7.5 Minor bug fixes

What's Changed

New Contributors

Full Changelog: ClickHouse/clickhouse-connect@v0.7.4...v0.7.5

v0.7.4 Arrow Streaming Method

What's Changed

New Contributors

Full Changelog: ClickHouse/clickhouse-connect@v0.7.3...v0.7.4

v0.7.3 Add summary to Cursor object

What's Changed

Full Changelog: ClickHouse/clickhouse-connect@v0.7.2...v0.7.3

v0.7.2 Fix UTF8 column names, minor fixes

What's Changed

... (truncated)

Changelog

Sourced from clickhouse-connect's changelog.

0.7.7, 2024-04-03

Bug Fix

Improvement

  • Added a raw_stream method to the Client the returns an io.Base. Use this instead of the raw_query method with the (now removed) optional stream keyword boolean. Thanks to Martijn Thé for the PR that highlighted the somewhat messy public API.

0.7.6, 2024-04-01

Bug Fix

0.7.5, 2024-03-28

Bug Fixes

  • Fixed client side binding for Python format strings using %d (int) and %f (float) format patterns. Closes ClickHouse/clickhouse-connect#327
  • Allows empty data argument in the initializer of ExternalFile / ExternalData objects. Thanks to martijnthe for the PR!

0.7.4, 2024-03-24

Improvement

0.7.3, 2024-03-14

Improvement

  • Add summary field to Cursor object to retrieve the result of 'X-Clickhouse-Summary' header. Thanks to elchyn-cheliabiyeu for the PR!

0.7.2, 2024-03-07

Bug Fixes

  • Inserts into columns with multibyte UTF-8 names were broken. This has been fixed. ClickHouse/clickhouse-connect#312
  • If the result of applying the precedence of timezones to a column results in an explicit UTC timezone, the datetime object returned should now be timezone naive. This should make the behavior consistent with the documentation. Closes ClickHouse/clickhouse-connect#308 (except for a documentation update)
  • Extraneous semicolons are automatically removed from the end of queries. Addresses the most basic behavior in ClickHouse/clickhouse-connect#310.

Performance Improvement

  • Pandas DataFrame returned from the client query_df method should be constructed somewhat faster in cases where the data returned in ClickHouse is in many small blocks. Note that performance gains in this use case are somewhat limited because of the memory and copying cost of building a large DataFrame from many smaller ClickHouse Native block structures, so such performance problems should normally be addressed at the query or ClickHouse data storage level (by for example, reducing the number of partitions and/or shards referenced by the query). This may partially address ClickHouse/clickhouse-connect#307.

0.7.1, 2024-02-28

Bug Fixes

  • Changed type hint of the query parameter in Client query* methods to Optional[str] to work correctly with type analyzers. This also highlights that using a query_context instead of a query in these methods is supported (and preferred for repeated queries). Thanks to Avery Fischer for the PR!

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2024
Bumps [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) from 0.6.23 to 0.7.7.
- [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-connect@v0.6.23...v0.7.7)

---
updated-dependencies:
- dependency-name: clickhouse-connect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/forklift/clickhouse-connect-0.7.7 branch from 2b18007 to 5e23c2b Compare April 11, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants