DEV Community

Alexey Timin for ReductStore

Posted on

3

All Client SDKs were updated for Reduct Storage v1.1.0

If you've been using the Reduct Storage client-side SDKs for Python, JavaScript or C++ to interact with your storage instances, then you'll want to upgrade to the latest version. This week, all of our SDKs were updated to support Reduct Storage v1.1.0 with Token API. With this new release, we've made some important enhancements and bug fixes that will make your development experience smoother and more productive. So make sure you upgrade today!

For Python:

pip install "reduct-py==1.1.0"
Enter fullscreen mode Exit fullscreen mode

For JavaScript/Node.js/TypeScript:

npm i reduct-js@1.1.0
Enter fullscreen mode Exit fullscreen mode

For C++.... you know how ´cmake´ works, right?

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series