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-driver from 0.2.6 to 0.2.9 #62

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps clickhouse-driver from 0.2.6 to 0.2.9.

Changelog

Sourced from clickhouse-driver's changelog.

[0.2.9] - 2024-08-16

Added

  • Debug logging on columns read/write. Solves issue #404.
  • Separate parse_url function for external tools. Solves issue #438.
  • [NumPy] Support for pandas StringArray and ArrowStringArray writing. Solves issue #337. Pull request #441 by Simon-Chenzw.

Fixed

  • ssl.PROTOCOL_TLS deprecation warning for Python 3.10+.
  • Trailing spaces in external tables declaration. Solves issue #385.
  • [Tests] Skip certificate validation test during run on local machine. Solves issue #442.
  • Handle special enum values: 'mro' and ''. Solves issue #333.
  • [NumPy] Do not localize already localized pandas datetime. Solves issue #444.
  • [Tests] Run tests for server 24+.

Changed

  • Protocol version bumped to 54468.

[0.2.8] - 2024-06-12

Added

  • Lazy date LUT initialization for memory reducing. See docs. Solves issue #430. Pull request #431 by DaniilAnichin.
  • Dependabot for up-to-date GitHub actions. Pull request #421 by cclauss.

Fixed

  • TCP keepalive idle_time_sec, interval_sec type to integer. Solves issue #432.
  • Empty Map type read IndexError. Solves issue #433.
  • Test on current versions of PyPy. Pull request #424 by cclauss.
  • Connection verify=False ignoring. Solves issue #420. Pull request #421 by akurdyukov.

[0.2.7] - 2024-02-20

Added

  • Wheels for Python 3.12.
  • Toggle hostname verification with verify option. Solves issue #378. Pull request #379 by adamleko.

Fixed

  • Date32 start interval changed to 1900-01-01. Solves issue #409.
  • Memory leak when clickhouse raise exception on BufferedSocketWriter.write_into_stream. Solves issue #406. Pull request #407 by pulina.
  • input_format_null_as_default option for UUID produce 00000000-0000-0000-0000-000000000000 if set to true. Solves issue #401.
  • [Tests] Remove MemoryTracker asserting on INSERT statements. Solves issue #403.
  • Store "progress" and "profile" stats on INSERT statements. Solves issue #391. Pull request #392 by insomnes.
  • Add send_logs_level=test log level support. Solves issue #383. Pull request #395 by the-horhe.
  • self in int128_from_quads, int128_to_quads, int256_from_quads, int256_to_quads. Solves issue #400.

Changed

  • Server-side parameters substitution is turned off by default. You can't mix client-side and server-side formatting in one query. Solves issue #376 and #410.
  • Protocol version bumped to 54462.
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)

Bumps [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) from 0.2.6 to 0.2.9.
- [Changelog](https://github.com/mymarilyn/clickhouse-driver/blob/master/CHANGELOG.md)
- [Commits](mymarilyn/clickhouse-driver@0.2.6...0.2.9)

---
updated-dependencies:
- dependency-name: clickhouse-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 19, 2024
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants