Release Notes:
**Features/Improvements**
- Improvements to FINETUNE, allowing finetune from particular model version, as well as finetuning without switching active version.
- Improved debugging by replacing threading.get_ident with threading.get_native_id.
- Added basic Rocket Chat API Handler. It can read and write messages to Rocket Chat channels.
- Added Frappe API Handler that can insert and get documents.
- Fixes to get_table method in API Handler to use Identifier type
- Added Shopify App Integration Handler, supporting querying Products, Customers, and Orders.
**Bugfixes**
- Adding dependency to use Slack Integration
**Documentation**
- Created Python SDK Docs
- Created House Sales Tutorial Tests
- Created cloud demo, starter, pro documents. Adding instructions on connecting mindsdb pro to sql and no-sql clients.
- Changed create ml engine example to OpenAI.
- Created Bring Your Own Model docs.
- Added minimum requirements for docker docs
- Added ml engines to mongo docs
- Updated doc navigation
- Updated Python version in contrib/install docs, 3.8.x to 3.9.x
- Updated Python min version in selfhosted linux document to 3.8.0
- Updated Python version in macos document.
- Updated Google BigQuery documentation page
- Updated Google Calendar Docs
- Fixes to images that were linked previously to redis
- Fixed port number on connect-mariadb-skysql,jupysql, tableau, mysql-client, sql-alchemy, metabase, and mongo-compass
- Tutorial added for text summarization for google Pegasus
- ManualQA Pages for testing the Question and Answer tutorial, Prompt Completion Tutorial, ZeroShot Bart Tutorial, yugabytedb, OpenAI, Promp Completion OpenAI Tutorial, HF Spam tutorial, Open AI Sentiment Classification Tutorial, HF Sum Google Pegasus Tutorial, MindsDB Quickstart Tutorial
- Added schema param to yugabyte integration docs
- Added corrections on ML Engine Documentation page, adding PREDICT clause
-