0.0.45-beta
⚠️ Attention: Migration Steps Required
MySQL Connection Adjustment
🛠 Users migrating to v0.0.45 may encounter MySQL connection errors. This is due to a required update in the connection string format.
Action Required:
- Update your MySQL connection string to follow the standard format:
mysql://dbuser:dbpass@mysql:3306/opencopilot
. - Important: Do not use the previous pymysql connection string format.
CI/CD System Compatibility
🔄 Reason for Change: The MySQL connection string has been aligned with industry standards to enhance compatibility with CI/CD systems.
Qdrant Cluster Authentication Update
🔐 New Feature: Key-based authentication has been added to the Qdrant cluster for improved security.
Action Required:
- Implement key-based authentication on your Qdrant cluster for continued secure operation.
What's Changed
- Add SearchBtn component by @ah7255703 in #411
- Bug fixes by @codebanesr in #413
- Scope css via
shadow-dom
. by @ah7255703 in #420 - Update ARM machine make command by @bartjzhang-gitlab in #419
- Re-index script by @gharbat in #415
- Give flow an optional operation id by @gharbat in #416
- Tagging arm image for arm machines by @codebanesr in #422
- Filter actions with bot ID by @gharbat in #425
- Convert API response to text by @gharbat in #427
- Magic Flow UI - create base actions for your flow from a prompt message by @ah7255703 in #426
- More specific explanation for flows by @gharbat in #430
- Qdrant protected by @codebanesr in #432
- CI/CD MySQL configuration by @codebanesr in #434
New Contributors
- @bartjzhang-gitlab made their first contribution in #419
Full Changelog: 0.0.44-beta...0.0.45-beta