Update the package name#479
Conversation
This changes the name for the GA to the `@scylladb/driver` as decided internally
|
The NPM should already be configured for those packages |
|
Warning Review limit reached
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (28)
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. Comment |
## 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
This changes the name for the GA to the
@scylladb/driveras decided internally