github mindsdb/minds-platform v25.9.1.0

latest releases: v26.1.0, v26.1.0rc1, v26.0.1...
8 months ago

Breaking Changes

  • The servers for HTTP, MCP, and A2A were unified. This change reduces redundancy and complexity in the system, hence, improving code manageability and system performance.
    • The configuration for the MCP and A2A APIs have been removed, as well as the env-vars for these APIs. If you are setting any of these vars or have any configuration in your config.json you can remove it.
    • These APIs are now available on the same port as MindsDB (47334 by default), at /mcp/ and /a2a/
    • This change was made to simplify configuration for these APIs, and enable easily hosting them behind a reverse proxy.
  • The HTTP auth for MindsDB was changed from using a cookie (via flask sessions), to a bearer token system.
    • If you are using the MindsDB UI, you won't notice this change.
    • If you are connecting to MindsDB from code and you have auth turned on, you'll have to update your code to use a bearer token (returned by /api/login).

TL;DR

Changes to Documentation

  1. The documentation was updated to include an environment variable for pid file. This noticeable change enhances user experience while using MindsDB, as it provides a clearer and simpler way to manage process identification documents.
  2. Documentation updates also included the addition of date-time functions list and list commands. These updates enrich the documentation's content, enabling users to find helpful information more conveniently.
  3. It's important to note that documentation surrounding MongoDB was removed because MongoDB API was dropped from this version.

Changes to Integrations

  1. The MongoDB API was removed in this release, leading to simplified codebase and maintenance. This decision was taken due to less demand and usage of MongoDB.

Bug Fixes and Improvements

  1. We resolved testing deprecation warnings, to ensure our testing architecture remains up-to-date with latest standards and best practices. This helps to prevent any potential bugs in the future.
  2. We fixed a CodeQL warning about SSL, enhancing the security of MindsDB.
  3. To improve performance, we introduced limits for memory usage spikes. This change will help to prevent unexpected system crashes due to heavy memory consumption.

What's Changed

Full Changelog: v25.8.3.0...v25.9.1.0

Don't miss a new minds-platform release

NewReleases is sending notifications on new releases.