v25.3.1.0
·
1480 commits
to main
since this release
TL;DR
Security and Data Storage Enhancements
- Encrypted JSON Storage for Credentials: Credentials are now stored securely using encrypted JSON storage, enhancing security and preventing unauthorized access.
- Encrypted Storage for Gmail and Google Calendar Integrations: Gmail and Google Calendar integrations now utilize encrypted storage, providing stronger data protection for user credentials.
Configuration and Customization Improvements
- Configurable Default Project Name: Users can now modify the default project name via a configuration option, improving flexibility for different environments.
- Metadata v3 Update: The metadata structure has been improved, enhancing data management and system performance.
- BigInt Conversion for
resource_idColumn: Theresource_idcolumn injson_storagehas been converted to BigInt, optimizing data storage and processing for large-scale operations.
Development and Performance Enhancements
- Mintlify Version Bump: The Mintlify documentation version has been updated to include the latest features and improvements.
- Version Bump and Migration Fixes: The version has been updated with fixes to migration order, ensuring smoother database migrations.
- Removal of Unused Test for
/config/vars: A redundant test for/config/varshas been removed, improving code cleanliness.
Feature Additions and UX Improvements
- Document Name Lookup Retrieval Tool: A new document retrieval tool has been added to the agent, improving search capabilities and document handling.
- "Try Demo" Button: A "Try Demo" button has been introduced, making it easier for users to explore features without full setup.
Bug Fixes and Maintenance
- Fixed LLM Release Notes: Issues with LLM-related release notes have been resolved for better clarity and accuracy.
Release Update
- Release 25.3.1.0: The latest version includes all these updates, bringing enhanced security, performance improvements, and new features.
What's Changed
- Added Encrypted JSON Storage for Credentials by @MinuraPunchihewa in #10470
- Mintlify version bump by @ZoranPandovski in #10508
- Bump version and fix migrations order by @StpMax in #10509
- Added Config Option to Change Name of Default Project by @MinuraPunchihewa in #10333
- Metadata v3 by @QuantumPlumber in #10463
- Converted the resource_id Column in json_storage to BigInt by @MinuraPunchihewa in #10514
- Fix LLM release notes. by @hamishfagg in #10520
- Del test of
/config/varsby @StpMax in #10521 - Add Document Name Lookup Retrieval Tool to Agent by @tmichaeldb in #10512
- added try demo button by @martyna-mindsdb in #10523
- Updated Gmail and Google Calendar Integrations to Use Encrypted Storage by @MinuraPunchihewa in #10516
- Release 25.3.1.0 by @MinuraPunchihewa in #10535
Full Changelog: v25.2.4.0...v25.3.1.0