Skip to content

0.0.45-beta

Compare
Choose a tag to compare
@gharbat gharbat released this 20 Dec 20:58
· 1275 commits to main since this release
335fdae

⚠️ 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:

  1. Update your MySQL connection string to follow the standard format: mysql://dbuser:dbpass@mysql:3306/opencopilot.
  2. 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:

  1. Implement key-based authentication on your Qdrant cluster for continued secure operation.

What's Changed

New Contributors

Full Changelog: 0.0.44-beta...0.0.45-beta