Releases: oceanbase/obshell-sdk-python
0.0.2
We are thrilled to announce the release of OBShell Python SDK v0.0.2! Building upon the foundation of our first release, this version introduces powerful new features for enhanced functionality and control.
New Features:
Tenant Management: Seamlessly manage tenants within your OceanBase cluster. Create, update, and delete tenant with ease.
Backup and Restore: Easily create backups of your cluster or tenant with dedicated SDK methods. And restore your tenant from backups effortlessly, allowing for quick recovery in case of issues.
Compatibility:
Fully compatible with OBShell V4.2.2, V4.2.3 and V4.2.4.
Requires Python 3.x (recommended Python 3.6 or higher).
How to Install:
To upgrade to the latest version of the OBShell SDK, run the following command:
pip install obshell --upgrade
Getting Started:
For a quick start on how to use the SDK, please refer to our Getting Started guide.
Need Help?
If you encounter any issues or have questions, please feel free to submit an issue on GitHub or visit Q&A community for assistance.
We hope this SDK accelerates your development and makes interfacing with OBShell systems more efficient. Thank you for using the OBShell Python SDK!
0.0.1
We are excited to announce the first release of the OBShell Python SDK! This SDK allows developers to interact with OBShell systems programmatically using Python.
Features:
Full API Coverage: Supports all interfaces for OBShell V4.2.2 and V4.2.3.
Ease of Use: Simplifies interaction with the OBShell’s API by providing convenient Python methods.
Compatibility:
The SDK is fully compatible with OBShell V4.2.2 and V4.2.3.
Requires Python 3.x (recommended Python 3.6 or higher).
How to Install:
To install the OBShell SDK, run the following command:
pip install obshell
Getting Started:
For a quick start on how to use the SDK, please refer to our Getting Started guide.
Need Help?
If you encounter any issues or have questions, please feel free to submit an issue on GitHub or visit Q&A community for assistance.
We hope this SDK accelerates your development and makes interfacing with OBShell systems more efficient. Thank you for using the OBShell Python SDK!