Skip to content

Release 26.1.0#12249

Merged
StpMax merged 299 commits into
mainfrom
releases/26.1.0
Apr 23, 2026
Merged

Release 26.1.0#12249
StpMax merged 299 commits into
mainfrom
releases/26.1.0

Conversation

@StpMax
Copy link
Copy Markdown
Collaborator

@StpMax StpMax commented Feb 26, 2026

Description

Please include a summary of the change and the issue it solves.

Fixes #issue_number

Type of change

(Please delete options that are not relevant)

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ⚡ New feature (non-breaking change which adds functionality)
  • 📢 Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • 📄 This change requires a documentation update

Verification Process

To ensure the changes are working as expected:

  • Test Location: Specify the URL or path for testing.
  • Verification Steps: Outline the steps or queries needed to validate the change. Include any data, configurations, or actions required to reproduce or see the new functionality.

Additional Media:

  • I have attached a brief loom video or screenshots showcasing the new functionality or change.

Checklist:

  • My code follows the style guidelines(PEP 8) of MindsDB.
  • I have appropriately commented on my code, especially in complex areas.
  • Necessary documentation updates are either made or tracked in issues.
  • Relevant unit and integration tests are updated or added.

tino097 and others added 30 commits February 24, 2026 14:24
dependabot Bot and others added 3 commits April 15, 2026 18:56
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.20...0.0.26)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.26
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Comment thread tests/unit/utilities/test_community_handler_fetcher.py Dismissed
@hamishfagg
Copy link
Copy Markdown
Contributor

With #12250 I dont think it makes sense to keep the community handler tests in this repo. The community handlers should be tested where they reside. That repo can install mindsdb to test them, rather than this repo testing a remote repo.

tino097 and others added 9 commits April 15, 2026 23:18
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Torres <jorge.torres.maldonado@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
tino097
tino097 previously approved these changes Apr 22, 2026
@entelligence-ai-pr-reviews
Copy link
Copy Markdown
Contributor

EntelligenceAI PR Summary

Bumps the MindsDB package version from 26.1.0rc1 to 26.1.0 in __about__.py, marking the official stable release.

  • Version string updated in mindsdb/__about__.py
  • No functional, behavioral, or code logic changes included

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR contains a single, isolated version bump in mindsdb/__about__.py from 26.1.0rc1 to 26.1.0, representing the promotion of a release candidate to a stable release. No functional code, logic, configuration, or behavioral changes are present anywhere in the diff. This is a textbook version-string-only release PR with zero risk surface.

Key Findings:

  • mindsdb/__about__.py change is limited to updating the version string from 26.1.0rc1 to 26.1.0, which is the sole and expected modification for a stable release promotion.
  • No logic, imports, dependencies, or runtime-affecting code were modified, making regression risk effectively zero.
  • No review comments were raised, no pre-existing unresolved issues are associated with this PR, and full file coverage was achieved on the single changed file.
Files requiring special attention
  • mindsdb/__about__.py

Comment thread mindsdb/api/http/namespaces/file.py Dismissed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.