Release Notes 34.11.1
New features and enhancements#
Migrated Azure storage integration to modern @azure/storage-blob SDK#
#KR-10361, #enhancement, #file, #azure-storage, #uploading
Replaced the legacy azure-storage package with the modern @azure/storage-blob SDK across all blob storage operations to improve maintainability, performance, and security. The new implementation introduces a unified storage handler that supports both MSI (Managed Identity) and shared key authentication, enabling more flexible and secure deployment configurations.
The update also includes cleanup of deprecated BlobService exports and improvements to stream handling during file uploads, reducing the risk of errors in upload operations. This enhancement modernizes the storage layer, aligns with Azure best practices, and improves overall reliability of file handling within the platform.
Enabled automation triggers for contacts uploaded via CSV based on tags and stage#
#KR-10367, #enhancement, #outreach
Improved Outreach automation to support triggering of scheduled blasts when contacts are uploaded via CSV with predefined tags or stages. Previously, contacts added through file uploads did not trigger automation workflows unless manually resaved, causing delays and additional operational effort.
With this enhancement, the system now automatically detects and processes tags and stage data during CSV uploads, ensuring that eligible contacts are immediately included in automation flows. This streamlines campaign execution, reduces manual intervention, and ensures consistency between uploaded data and automation behavior.
Added re-sync capability for GenAI Knowledge Base to remove orphaned documents#
#KR-9758, #enhancement, #genai, #knowledgebase
Introduced a “Re-Sync KB” feature to ensure consistency between the database and the semantic service index. This feature identifies and removes orphaned documents that exist in the index but are no longer present in the database, improving data accuracy and retrieval quality.
The implementation includes a new API endpoint, optimized batch processing for document lookup and deletion, and a UI trigger within the dashboard (accessible via advanced settings). The process provides detailed metrics, including total documents processed, orphaned records detected, successfully deleted items, and any failures encountered. Comprehensive audit logging is also included for traceability.
This enhancement improves the reliability of GenAI responses by ensuring the knowledge base index remains clean and up to date, while maintaining safe and controlled execution through batching and error handling.
Added option to keep conversation start content pinned at top in webchat when launch widget#
#KR-9960, #enhancement, #webchat

Bug fix#
- [#KR-10312] Fixed inability to remove quick reply buttons from Template Messages in the UI
- [#KR-9970] Change default filter status to available in Supervisor Analytics
- [#KR-10060] Fixed WhatsApp typing indicator payload in Developer Module
- [#KR-10374] Restore masked protected module values during setModules operation