All Versions
31
Latest Version
Avg Release Cycle
5 days
Latest Release
1247 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