All Versions
31
Latest Version
Avg Release Cycle
5 days
Latest Release
1245 days ago

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 / instead static/
    • 🔄 change http api location from root / to api/
    • 💻 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.

  • 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.
  • v2.9.0 Changes

    September 25, 2020

    🛠 Fixes:

    • 🛠 fixes for MongoDB api
    • 🛠 various fixes