Release Changelog b.0.6.11.86
21.03.2026 11:23Release Notes b.0.7.0.14.
b0.7.0.14
## b0.7.0.14
### 🚀 New Features & Core Integrations
**AWS Bedrock & LiteLLM Integration:** Added LiteLLM embedding and completion support for AWS Bedrock (`rag_logic.py`).
**Asynchronous Workflows:** Introduced `run_workflow_pipeline_task` (`tasks.py`) for asynchronous workflow execution.
**Dashboard Data Entry:** Added a new modal for creating data entries in the dashboard, complete with required field validation.
### ✨ Enhancements & App Improvements
**Admin Panel & File Uploads:** Enabled multiple file uploads in the admin panel and significantly enhanced error handling and validation during document uploads.
**Workflow Resiliency:** Updated `workflow_logic.py` to check for Celery dispatch availability, automatically falling back to local threading if needed. Updated API views to handle this dispatching and error management.
**Contract Review Upgrades:**
* Introduced a traffic light system for user guidance on critical points and risk assessment.
* Added a default logic mechanism to prioritize specific contract review paths.
* Updated the contract review prompt to generate and store a structured question catalog for future sessions.
Added a deep-dive context section to clarify the separation of contract review processes.
**System Configuration:** Added a quick access link to test LLM connections directly from the system configuration.
**Health Monitoring:** Added health status checks for processing conversations in `admin_views.py`.
**Localization:** Fixed German translations across the application.
### 🛠️ CI/CD & Deployment
**Workflow Overhaul:** Removed outdated CI/CD configuration files and the old production workflow. Introduced new, streamlined workflows focused on testing and AWS ECS deployment.
**Testing Branch Triggers:** Updated CI workflows to trigger specifically on pull requests and pushes to the `testing` branch.
**Pipeline Optimization:** Refactored workflows to set specific working directories for jobs and added cache dependency paths to speed up builds.
**Environment Variables:** Added an example `ENCRYPTION_KEY` to the CI environment variables for secure testing.
### ⚙️ Refactoring, Fixes & Cleanup
**Database Management:** Enhanced `run_routines.py` to ensure old database connections are cleanly closed before executing routines.
**Code Simplification:** Simplified the logic conditions within the `handle_chat_interaction` function.
**Coroutine Handling:** Improved overall coroutine handling for better async stability.
**Testing:** Improved test coverage for LLM and embedding functions in `test_llm.py`.
**Cleanup:** Removed an unused SQLite journal file from the repository.
### 📚 Documentation
**App Wiki:** Added a new section detailing data privacy UMLs, alongside visual representations of system data flows.
**Setup Guides:** Updated the `setup.html` page with clear, step-by-step instructions for configuring AWS Bedrock.
* **Prompt Flow Docs:** Created new documentation outlining data classes and privacy considerations within the prompt flow.
**README:** Updated `README.md` to include relevant LiteLLM badges and integration info.
b.0.6.11.86
Update impressum and workflow templates, add invitation handling, and implement cookie consent management
- Changed 'TMG' to 'DDG' in impressum.html and corrected company name from 'MyBetterReseach' to 'MyBetterResearch'.
- Added contact information including phone number and VAT ID in impressum.html.
- Updated editorial responsibility section in impressum.html.
- Removed EU dispute resolution section and added consumer dispute resolution notice in impressum.html.
- Refactored workflow_run_detail.html to simplify user prompt handling and improve draft persistence logic.
- Created invitations.py to handle user invitations and organization membership management.
- Added cookie_consent.html to implement a cookie consent management interface with user preferences for analytics and marketing cookies.
b0.6.11.83
feat: enhance storage health check command and add new source references functionality
- Implemented a management command to check the health of document storage (S3 or local media) with durability guarantees.
- Added fields to the TokenCostConfig and OrganizationDocument models for OCR processing and document ingestion tracking.
- Introduced a new JSONField in the AIConversation model to store structured source references.
- Created utility functions for normalizing and deduplicating source references, along with a URL builder for source viewers.
- Developed tests for the storage health command to ensure proper functionality under various configurations.
- Added a new PDF source viewer template to display documents with interactive navigation and highlighting features.
- Updated styles and scripts in the PDF viewer for improved user experience.
b0.6.10.81
- Update README and localization files
- enhance document processing and UI responsiveness
b0.6.10.71
- Introduced GeneratedChatFile model to store generated files with fields for user, organization, chat session, conversation, file details, and metadata.
- Implemented admin interface for managing GeneratedChatFile entries.
- Added logic for generating files in various formats (PDF, CSV, TXT, Markdown, JSON, HTML) and sanitizing filenames.
- Created API endpoints for checking conversation status and downloading generated files.
- Enhanced chat interaction to support file generation requests and return generated file metadata.
- Updated dashboard template to display generated files in chat messages.
- Added tests for API and LLM logic related to generated files.
b0.6.9.67
- Neues Insights-Dropdown in der Navigation mit Hover-Animation.
- Neue Seiten: Video-Demo, Savings Hebel berechnen und Pricing-Overview.
- Navigation auf Landing und Public Pages entsprechend erweitert.
b0.6.8.66
- OCR-Mode-Management umgesetzt.
- Dokumenten-Ingestion mit Status-Tracking erweitert.
b0.6.7.65
- Pagination und Mobile Navigation in mehreren Templates verbessert.
b0.6.7.64
- Payment-Processing verbessert.
- Account-Data-Export erweitert.
b0.6.6.63
- Modal-Funktionalitaet und UI in mehreren Templates verbessert.
b0.6.6.62
- Battle Cards und Comparisons List mit Alpine.js refaktoriert.
b0.6.6.61
- Coverage Guide, Testing-Dokumentation und Test-Status aktualisiert.
- Test-Coverage-Report vom 2026-03-17 hinzugefuegt.
b0.6.6.60
- reCAPTCHA integriert.
- Public-News-Feature hinzugefuegt.
b0.6.5.59
- Workflow-Run-Detailseite mit Loading Skeletons und Translations verbessert.
b0.6.4.58
- System-Error-Logging und Benachrichtigungen hinzugefuegt.
b0.6.3.57
- Dokument-Upload auf Bilddateien erweitert.
- OCR-Verarbeitung in die RAG-Pipeline integriert.
b0.6.2.56
- ALICE Suite UI und Kernfunktionalitaet refaktoriert.
b0.6.2.55
- Code in Admin- und View-Dateien fuer Lesbarkeit und Konsistenz refaktoriert.
b0.6.2.54
- Help-Icons mit Tooltips auf Workflow-Seiten hinzugefuegt.
- Markdown-Rendering in Workflow-Run-Details verbessert.
b0.6.1.53
- Internationalisierung erweitert.
- Workflow-Dokumentation verbessert.
b0.6.1.52
- Workflow-Versionierung, Approval-Stages und SLA-Features erweitert.
b0.6.0.51
- Workflow-Management (Views, Templates, Tests) hinzugefuegt.
b0.5.4.51
- Mobile Navigation und Sidebar-Funktionalitaet mit Close-Buttons verbessert.
## b0.7.0.14
### 🚀 New Features & Core Integrations
**AWS Bedrock & LiteLLM Integration:** Added LiteLLM embedding and completion support for AWS Bedrock (`rag_logic.py`).
**Asynchronous Workflows:** Introduced `run_workflow_pipeline_task` (`tasks.py`) for asynchronous workflow execution.
**Dashboard Data Entry:** Added a new modal for creating data entries in the dashboard, complete with required field validation.
### ✨ Enhancements & App Improvements
**Admin Panel & File Uploads:** Enabled multiple file uploads in the admin panel and significantly enhanced error handling and validation during document uploads.
**Workflow Resiliency:** Updated `workflow_logic.py` to check for Celery dispatch availability, automatically falling back to local threading if needed. Updated API views to handle this dispatching and error management.
**Contract Review Upgrades:**
* Introduced a traffic light system for user guidance on critical points and risk assessment.
* Added a default logic mechanism to prioritize specific contract review paths.
* Updated the contract review prompt to generate and store a structured question catalog for future sessions.
Added a deep-dive context section to clarify the separation of contract review processes.
**System Configuration:** Added a quick access link to test LLM connections directly from the system configuration.
**Health Monitoring:** Added health status checks for processing conversations in `admin_views.py`.
**Localization:** Fixed German translations across the application.
### 🛠️ CI/CD & Deployment
**Workflow Overhaul:** Removed outdated CI/CD configuration files and the old production workflow. Introduced new, streamlined workflows focused on testing and AWS ECS deployment.
**Testing Branch Triggers:** Updated CI workflows to trigger specifically on pull requests and pushes to the `testing` branch.
**Pipeline Optimization:** Refactored workflows to set specific working directories for jobs and added cache dependency paths to speed up builds.
**Environment Variables:** Added an example `ENCRYPTION_KEY` to the CI environment variables for secure testing.
### ⚙️ Refactoring, Fixes & Cleanup
**Database Management:** Enhanced `run_routines.py` to ensure old database connections are cleanly closed before executing routines.
**Code Simplification:** Simplified the logic conditions within the `handle_chat_interaction` function.
**Coroutine Handling:** Improved overall coroutine handling for better async stability.
**Testing:** Improved test coverage for LLM and embedding functions in `test_llm.py`.
**Cleanup:** Removed an unused SQLite journal file from the repository.
### 📚 Documentation
**App Wiki:** Added a new section detailing data privacy UMLs, alongside visual representations of system data flows.
**Setup Guides:** Updated the `setup.html` page with clear, step-by-step instructions for configuring AWS Bedrock.
* **Prompt Flow Docs:** Created new documentation outlining data classes and privacy considerations within the prompt flow.
**README:** Updated `README.md` to include relevant LiteLLM badges and integration info.
b.0.6.11.86
Update impressum and workflow templates, add invitation handling, and implement cookie consent management
- Changed 'TMG' to 'DDG' in impressum.html and corrected company name from 'MyBetterReseach' to 'MyBetterResearch'.
- Added contact information including phone number and VAT ID in impressum.html.
- Updated editorial responsibility section in impressum.html.
- Removed EU dispute resolution section and added consumer dispute resolution notice in impressum.html.
- Refactored workflow_run_detail.html to simplify user prompt handling and improve draft persistence logic.
- Created invitations.py to handle user invitations and organization membership management.
- Added cookie_consent.html to implement a cookie consent management interface with user preferences for analytics and marketing cookies.
b0.6.11.83
feat: enhance storage health check command and add new source references functionality
- Implemented a management command to check the health of document storage (S3 or local media) with durability guarantees.
- Added fields to the TokenCostConfig and OrganizationDocument models for OCR processing and document ingestion tracking.
- Introduced a new JSONField in the AIConversation model to store structured source references.
- Created utility functions for normalizing and deduplicating source references, along with a URL builder for source viewers.
- Developed tests for the storage health command to ensure proper functionality under various configurations.
- Added a new PDF source viewer template to display documents with interactive navigation and highlighting features.
- Updated styles and scripts in the PDF viewer for improved user experience.
b0.6.10.81
- Update README and localization files
- enhance document processing and UI responsiveness
b0.6.10.71
- Introduced GeneratedChatFile model to store generated files with fields for user, organization, chat session, conversation, file details, and metadata.
- Implemented admin interface for managing GeneratedChatFile entries.
- Added logic for generating files in various formats (PDF, CSV, TXT, Markdown, JSON, HTML) and sanitizing filenames.
- Created API endpoints for checking conversation status and downloading generated files.
- Enhanced chat interaction to support file generation requests and return generated file metadata.
- Updated dashboard template to display generated files in chat messages.
- Added tests for API and LLM logic related to generated files.
b0.6.9.67
- Neues Insights-Dropdown in der Navigation mit Hover-Animation.
- Neue Seiten: Video-Demo, Savings Hebel berechnen und Pricing-Overview.
- Navigation auf Landing und Public Pages entsprechend erweitert.
b0.6.8.66
- OCR-Mode-Management umgesetzt.
- Dokumenten-Ingestion mit Status-Tracking erweitert.
b0.6.7.65
- Pagination und Mobile Navigation in mehreren Templates verbessert.
b0.6.7.64
- Payment-Processing verbessert.
- Account-Data-Export erweitert.
b0.6.6.63
- Modal-Funktionalitaet und UI in mehreren Templates verbessert.
b0.6.6.62
- Battle Cards und Comparisons List mit Alpine.js refaktoriert.
b0.6.6.61
- Coverage Guide, Testing-Dokumentation und Test-Status aktualisiert.
- Test-Coverage-Report vom 2026-03-17 hinzugefuegt.
b0.6.6.60
- reCAPTCHA integriert.
- Public-News-Feature hinzugefuegt.
b0.6.5.59
- Workflow-Run-Detailseite mit Loading Skeletons und Translations verbessert.
b0.6.4.58
- System-Error-Logging und Benachrichtigungen hinzugefuegt.
b0.6.3.57
- Dokument-Upload auf Bilddateien erweitert.
- OCR-Verarbeitung in die RAG-Pipeline integriert.
b0.6.2.56
- ALICE Suite UI und Kernfunktionalitaet refaktoriert.
b0.6.2.55
- Code in Admin- und View-Dateien fuer Lesbarkeit und Konsistenz refaktoriert.
b0.6.2.54
- Help-Icons mit Tooltips auf Workflow-Seiten hinzugefuegt.
- Markdown-Rendering in Workflow-Run-Details verbessert.
b0.6.1.53
- Internationalisierung erweitert.
- Workflow-Dokumentation verbessert.
b0.6.1.52
- Workflow-Versionierung, Approval-Stages und SLA-Features erweitert.
b0.6.0.51
- Workflow-Management (Views, Templates, Tests) hinzugefuegt.
b0.5.4.51
- Mobile Navigation und Sidebar-Funktionalitaet mit Close-Buttons verbessert.