All Versions
31
Latest Version
Avg Release Cycle
5 days
Latest Release
1472 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.1
November 20, 2020 -
v2.13.0
November 11, 2020 -
v2.12.0 Changes
October 28, 2020๐ Features:
config['api']['mysql']['database']
can be used as custom mindsdb-database name for db-integrations.- โก๏ธ update argument for executable function
- removing corrupted predictors on start
๐ fixed:
- ๐ฒ logging in main process
- convertation to JSON of numpy types in prediction results
- removing datasource on initial analyse fail
- checking columns names in DS for unique
- 'delete datasource' route
- ๐ a lot of other fixes
-
v2.11.2 Changes
October 14, 2020๐ Fixes:
- ๐ Changed Scout url opened by browser
- ๐ Changed gui paths for js and css
-
v2.11.1
October 14, 2020 -
v2.11.0 Changes
October 14, 2020๐ Features:
- serve Scout from root
/
insteadstatic/
- ๐ change http api location from root
/
toapi/
- ๐ป open browser page with Scout on MindsDB http interface start
- most part of fields in custom config is not required to run anymore.
๐ Fixes:
- ๐ fix using MindsDB directly from mysql console client
- ๐ various fixes
Note:
๐ All predictors trained before this release will be moved to{storage_dir}/obsolete/predictors
, since they cant be used in newer versions. - serve Scout from root
-
v2.10.2 Changes
October 02, 2020๐ Hotfixes:
- ๐ฒ Scout address will be in terminal output at any logging level.
- ๐ fix for
AccessDenied
error at OSX
-
v2.10.0 Changes
October 01, 2020๐ Features:
- ๐ Improves for logging and console output
- โ Remove no longer needed config fields
๐ Fixes:
- ๐ should be fixed issues related to ssl-cert valid from date.
-
v2.9.1 Changes
September 29, 2020๐ Features:
- using relative path in
config['storage_dir']
๐ Fixes:
- โ additional checks for config migration 1.1->1.2.
- using relative path in
-
v2.9.0 Changes
September 25, 2020๐ Fixes:
- ๐ fixes for MongoDB api
- ๐ various fixes