Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Bump clickhouse-driver from 0.2.6 to 0.2.8 - #42

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/clickhouse-driver-0.2.8
Closed

Bump clickhouse-driver from 0.2.6 to 0.2.8#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/clickhouse-driver-0.2.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2024

Copy link
Copy Markdown
Contributor

Bumps clickhouse-driver from 0.2.6 to 0.2.8.

Changelog

Sourced from clickhouse-driver's changelog.

[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
  • 1783ca8 Version 0.2.8 release
  • 33f7e5b Fix bash version check
  • 682df19 Test against 24.1.8.22
  • 3af00b3 Merge pull request #435 from mymarilyn/dependabot/github_actions/github-actio...
  • d7053b2 Bump coverallsapp/github-action in the github-actions group
  • e4d3fb5 Lazy date lut (#431)
  • c322fa6 Fix TCP keepalive idle_time_sec, interval_sec type #432
  • c123f2c Fix empty map read #433
  • 2b35f97 Test against 24.1.7.18
  • bf16e7a Merge pull request #423 from mymarilyn/dependabot/github_actions/github-actio...
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 13, 2024
Bumps [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) from 0.2.6 to 0.2.8.
- [Changelog](https://github.com/mymarilyn/clickhouse-driver/blob/master/CHANGELOG.md)
- [Commits](mymarilyn/clickhouse-driver@0.2.6...0.2.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/clickhouse-driver-0.2.8 branch from 0e0b62d to 2ad96b1 Compare June 25, 2024 10:04
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #62.

@dependabot dependabot Bot closed this Aug 19, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/clickhouse-driver-0.2.8 branch August 19, 2024 00:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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