Improvements
- Support embedding mode for lightwood models https://github.com/mindsdb/mindsdb/pull/6779
- Show error message from frappe api https://github.com/mindsdb/mindsdb/pull/6872
- Speedup deleting of models with multiple versions https://github.com/mindsdb/mindsdb/pull/6860
- `SHOW handlers` will show ML and Data handlers https://github.com/mindsdb/mindsdb/pull/6724
Bug fixes
- check project names case-independent https://github.com/mindsdb/mindsdb/pull/6842
- set predictor status to 'error' if can't get training data https://github.com/mindsdb/mindsdb/pull/6871
Other
- updates of documentation
- various improvements and bugfixes