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.1.3 to 0.1.5 in /restapi #8

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2023

Bumps clickhouse-driver from 0.1.3 to 0.1.5.

Changelog

Sourced from clickhouse-driver's changelog.

[0.1.5] - 2020-09-19

Added

  • Do not require settings declaration if server support setting-as-string. Pull request #142 by azat.
  • host_name in logs. Pull request #144 by azat.
  • Cursor attribute columns_with_types to DB API. Issue #149.
  • Cursor method set_query_id to DB API. Issue #152.

Fixed

  • Connection error messages formatting.
  • Client.from_url credentials unquoting. Issue #146.
  • Empty nested array handling. Pull request #161 by dourvaris.
  • read_varint overflow. Issue #163.
  • Malformed reads/writes in BufferedReader. This addresses CVE-2020-26759.

Changed

  • Use deque for ~4x speedup when reading Array columns. Pull request #164 by dourvaris.

[0.1.4] - 2020-06-13

Added

  • Tuple type.
  • Custom String column encoding.
  • Settings update to v20.4.1.2742 server version. Pull request #133 by azat.
  • Settings update to v20.5.1.3657 server version. Pull request #141 by azat.
  • Unsupported server versions to documentation.
  • Performance section to documentation.
  • Python 3.9 in Travis CI build matrix.

Fixed

  • Reading/writing Array(Tuple).
  • 20.x server version support.
  • Settings mutation in execute.
  • Slow columnar results returning (columnar=True).
  • Segfault on passing not encoded strings during INSERT into ByteString column.

Changed

  • Miscellaneous read/write optimizations
  • Protocol version bumped to 54429.
Commits
  • 8eb8dbc Version bumped to 0.1.5
  • 059bba7 Merge pull request #164 from dourvaris/perf/arraycolumn-speedup
  • ecf9f07 Use deque for higher performance when reading array columns
  • 3e99054 Fix malformed read/write in BufferedReader
  • d708ed5 Fix read_varint overflow
  • 7c6cd15 Merge pull request #161 from dourvaris/fix/empty-nested-array
  • 503bbc4 Fix issue when row contains an empty nested array
  • d80c330 Actualize logging format in docs
  • dcb4b09 Add cursor attribute columns_with_types to DB API
  • 1ef915b Add cursor method set_query_id to DB API
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: clickhouse-driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 9, 2023
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