- Disable TLS on Vault for local development (HTTP instead of HTTPS) - Fix bot_configuration id column type mismatch (TEXT -> UUID) - Add migration 6.1.1 to convert config table id columns to UUID - Fix sync_config_csv_to_db to use UUID binding for id column - Make start_all async with proper Vault startup sequence - Sync default.gbai config.csv to existing 'Default Bot' from migrations - Add diagnostic logging for config loading - Change default LLM/embedding URLs from https to http for local dev |
||
|---|---|---|
| .. | ||
| 6.0.0_initial_schema | ||
| 6.0.1_bot_memories | ||
| 6.0.2_kb_tools | ||
| 6.0.3_kb_session_tables | ||
| 6.0.4_config_management | ||
| 6.0.5_automation_updates | ||
| 6.0.6_user_accounts | ||
| 6.0.7_session_kb_tracking | ||
| 6.0.8_directory_integration | ||
| 6.0.9_website_support | ||
| 6.1.0_enterprise_suite | ||
| 6.1.1_fix_config_id_types | ||