Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clickhouse/client (source) 1.9.0 -> 1.10.0 age adoption passing confidence

Release Notes

ClickHouse/clickhouse-js (@​clickhouse/client)

v1.10.0

Compare Source

New features

  • Added support for JWT authentication (ClickHouse Cloud feature) in both Node.js and Web API packages. JWT token can be set via access_token client configuration option.

    const client = createClient({
      // ...
      access_token: '<JWT access token>',
    })

    Access token can also be configured via the URL params, e.g., https://host:port?access_token=....

    It is also possible to override the access token for a particular request (see BaseQueryParams.auth for more details).

    NB: do not mix access token and username/password credentials in the configuration; the client will throw an error if both are set.

v1.9.1

Compare Source

Bug fixes

  • Fixed an uncaught exception that could happen in case of malformed ClickHouse response when response compression is enabled (#​363)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jan 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.81%. Comparing base (9864c76) to head (f793e6c).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #382   +/-   ##
========================================
  Coverage    99.81%   99.81%           
========================================
  Files          182      182           
  Lines        13226    13226           
  Branches       839      837    -2     
========================================
  Hits         13201    13201           
  Misses          23       23           
  Partials         2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tudddorrr tudddorrr merged commit 4a80531 into develop Jan 3, 2025
5 checks passed
@tudddorrr tudddorrr deleted the renovate/clickhouse-client-1.x-lockfile branch January 3, 2025 00:44
@renovate renovate bot changed the title Update dependency @clickhouse/client to v1.10.0 Update dependency @clickhouse/client to v1.10.0 - autoclosed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant