Skip to content

Update the package name#479

Merged
adespawn merged 1 commit into
mainfrom
update-package-name
Jun 17, 2026
Merged

Update the package name#479
adespawn merged 1 commit into
mainfrom
update-package-name

Conversation

@adespawn

Copy link
Copy Markdown
Contributor

This changes the name for the GA to the @scylladb/driver as decided internally

This changes the name for the GA to the `@scylladb/driver` as decided internally
@adespawn

Copy link
Copy Markdown
Contributor Author

The NPM should already be configured for those packages

@adespawn

Copy link
Copy Markdown
Contributor Author

@adespawn adespawn requested a review from wprzytula June 17, 2026 08:52
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@adespawn, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 16 minutes and 13 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9d0770a2-f816-43b1-8ba5-6d8975e6a6a1

📥 Commits

Reviewing files that changed from the base of the PR and between 96cf140 and 5e04a50.

⛔ Files ignored due to path filters (3)
  • benchmark/package-lock.json is excluded by !**/package-lock.json
  • examples/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (28)
  • .github/workflows/release.yml
  • MAINTENANCE.md
  • README.md
  • benchmark/README.md
  • benchmark/package.json
  • benchmark/runner-config/scylladb-driver/config.yml
  • benchmark/runner.py
  • docs/source/connecting/authentication.md
  • docs/source/getting-started/getting-started.md
  • docs/source/logging/logging.md
  • docs/source/migration-guide/migration-guide.md
  • docs/source/policies/load-balancing.md
  • examples/basic/basic-connect.js
  • examples/basic/basic-execute-flow.js
  • examples/basic/basic-execute.js
  • examples/concurrent-executions/execute-concurrent-array.js
  • examples/concurrent-executions/execute-in-loop.js
  • examples/mapper/mapper-insert-retrieve.js.broken
  • examples/metadata/metadata-hosts.js.broken
  • examples/metadata/metadata-keyspaces.js.broken
  • examples/metadata/metadata-table.broken
  • examples/package.json
  • examples/paging/each-row-auto-paged.js
  • examples/paging/each-row.js
  • examples/tracing/retrieve-query-trace.js.broken
  • examples/tuple/tuple-insert-select.js
  • examples/udt/udt-insert-select.js
  • package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@adespawn adespawn merged commit 9781cdb into main Jun 17, 2026
30 checks passed
@adespawn adespawn deleted the update-package-name branch June 17, 2026 09:11
@adespawn adespawn mentioned this pull request Jun 17, 2026
adespawn added a commit that referenced this pull request Jun 18, 2026
## Installation

You can install the driver through npm:
`npm i @scylladb/driver`
https://www.npmjs.com/package/@scylladb/driver

The current version is considered **production-ready**. Linux x86_64 and
linux arm64 architectures are supported with this release (MacOS
architectures should be supported in the coming releases). If you want
to try other architectures, you will need to build the binaries from the
source code.

## What's Changed

### New features

* Single threaded tokio worker (#452)
* Refactor examples to async/await (#457)
* Logging infrastructure (#463, #469, #478)
* New package name (#479)
* Improve type safety for certain public APIs (#454)

### Bug fixes

* Fix unaccepted id type (#467)

### Documentation

* Documentation for logging (#469)
* Improved and re-organized documentation (#466)
* Docs add mdbook to sphinx (#458)

### Testing, CI and benchmarking

* Enable already supported tests (#459)
* Introduce new tests for driver with workers (#446)

### Code cleanup and internal changes

* Even more type improvements (#465)
* Update the release process (#464, #449)
* Internal JS to TS transition (#461, #447)
* Move milestone sync to CI directory (#453)
* Fix release process (#449)
* docs: review makefile edits (#474)

## New Contributors
* @annastuchlik made their first contribution (#466)

**Full Changelog**:
v0.5.0...v0.6.0
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.

2 participants