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

fix(deps): update dependency clickhouse-driver to ^0.1 || ^0.2.0 #3061

Merged
merged 2 commits into from
Oct 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clickhouse-driver ^0.1 -> ^0.1 || ^0.2.0 age adoption passing confidence

Release Notes

mymarilyn/clickhouse-driver

v0.2.2

Compare Source

Added
  • DateTime64 extended range. Pull request #​222 by 0x4ec7.
  • Support for using Client as context manager closing connection on exit. Solves issue #​237. Pull request #​206 by wlhjason.
  • OpenTelemetry support. Solves issue #​230.
  • tzlocal>=3.0 support.
  • Date32 type.
  • NumPy Nullable(T) support.
Fixed
  • Boxing on DataFrames INSERT.
  • Empty external tables sending. Solves issue #​240.
  • Create error message before disconnect. Pull request #​247 by NikiforovG.
  • Writing explicit NumPy NaN values. Solves issue #​249.
  • UInt128 INSERTing. Solves issue #​251.
  • Large DataFrames chunking. Solves issue #​243.
  • Allow arbitrary DataFrame columns order on INSERT. Solves issue #​245.
Changed
  • Protocol version bumped to 54442.
  • Unpin lz4 for CPython. Pin lz4<=3.0.1 only for PyPy.
Removed
  • transpose parameter from insert_dataframe.

v0.2.1

Compare Source

Added
  • Linux wheels for AArch64. Pull request #​197 by odidev.
  • [U]Int28/256 types.
  • Decimal256 type.
  • Code coverage for cython code.
  • Map type.
  • Support for private key/certificate file. Pull request #​219 by alexole.
Fixed
  • Empty Array(Tuple(T)) writing. Solves issue #​177.
  • Preserve Decimal precision on INSERT. Solves issue #​192.
  • Remove closed cursors from connection. Solves issue #​194.
  • DB API connect with default params.
  • Fix log blocks handling. Solves issue #​203.
  • Multidimensional Array decoding. Solves issue #​204. Pull request #​206 by smagellan.
  • Use last database after reconnect. Solves issue #​205.
  • Decimal(N, 1) handling. Pull request #​210 by raw0w.
Changed
  • Decimal128 performance increased (up to 25% compared to 0.2.0 release).
Removed
  • Python 2.7 support.

v0.2.0

Compare Source

Added
  • NumPy reading/writing for columns: Float32/64, [U]Int8/16/32/64, Date/DateTime(‘timezone’)/DateTime64(‘timezone’), String/FixedString(N), LowCardinality(T). Merge Arturus's fork.
  • pandas DataFrame reading/writing.
  • Ability to mark all settings as important to fail on unknown settings on sever side.
  • SSL SNI support. Solves issue #​172.
  • Wheels for Python 3.9 and PyPy.
  • Remember last successful host on connection. Solves issue #​168.
Fixed
  • Server logs displaying on INSERT.
  • Make exceptions picklable. Pull request #​169 by azat.
  • Enum type deserializing when it wrapped in SimpleAggregateFunction. Pull request #​170 by flyAwayGG.
  • Pin major tzlocal version. Solves issue #​166.
Changed
  • String and DateTime columns writing optimization.
  • Array columns reading/writing optimization.
  • Chunking optimization for large lists/tuples.
  • Protocol version bumped to 54441.

Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot added the dependencies Issues or PRs related to dependencies label Oct 16, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Oct 16, 2021

Unit Test Results

       44 files         44 suites   1h 32m 43s ⏱️
10 704 tests   8 701 ✔️ 2 003 💤 0
41 589 runs  34 056 ✔️ 7 533 💤 0

Results for commit a839d54.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/clickhouse-driver-0.x branch from a0a1cb4 to 0002101 Compare October 16, 2021 22:54
@renovate renovate bot force-pushed the renovate/clickhouse-driver-0.x branch from cffd178 to 3ef910b Compare October 17, 2021 04:41
@cpcloud cpcloud merged commit a839d54 into master Oct 17, 2021
@cpcloud cpcloud deleted the renovate/clickhouse-driver-0.x branch October 17, 2021 17:09
@ibis-project-bot
Copy link
Contributor

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants