Overview
This release focuses on platform standardization, observability,
security hardening, and connector extensibility across AI Hub. Key
changes include MCP integrations, OpenTelemetry migration, AMQ SDK
standardization, and Celery-based deployments.
Key Highlights
- MCP Connectors (UI + backend integration)
- Zero-shot Classification
- OpenTelemetry + Signoz migration
- Connectors UX improvements
- Security hardening (CSP, rate limits, XSS)
New Features
MCP (Full Stack)
UI catalog, API integrations, custom modules
Impact: No custom integration needed
Zero-shot Classification
Class-based configs without retraining
Impact: Faster setup
Usage & Analytics
Dashboards + accuracy tracking
Impact: Better visibility
Users & JWT
Role-based auth, RS256 tokens
Impact: Secure identity
Chatbot Enhancements
Embeddable UI + rate limits
Impact: Better UX
Deployment (Celery)
Replaces aio-pika
Impact: Standard worker model
Storage
Optional S3 fetch
Impact: Reduced cost
LLM SDK
Central config for LLMs
Impact: Unified management
OpenTelemetry
Tracing, metrics, logs
Impact: Full observability
Improvements
- Frontend UI enhancements
- AMQ SDK adoption
- CI/CD pipeline improvements
- OCR fixes
- Stable APIs
Bug Fixes
- Classification reliability
- OCR accuracy
- UI navigation
- Chatbot stability
- Security fixes
Migrations
- Auto DB migrations
- Helm updates
- OTel replaces New Relic
Key Variables
- OTEL_*
- DB_SERVICE_BASE_URL
- RMQ_RETRIES
- WA_MAX_OCR_RETRIES
Security
- Strong CSP
- Rate limiting
- XSS protection
Breaking Changes
- Removed New Relic
- Delimiter changed to ||
- Celery replaces aio-pika
- DB_SERVICE_BASE_URL required
- LLM via SDK
- AMQ SDK required
RabbitMQ / AMQ
- Config now Helm-driven
- AMQ SDK standard across services
Deprecations
- Same scope as breaking changes
- Includes: New Relic, aio-pika, old diagram library, direct Azure
OpenAI configs
Docker Images
Version Tags: 26.4.x
IDS
- identity-server-v2 —
26.4.1.0.0
IDP Core Services
- idp-advance-configuration —
26.4.1.0.0 - idp-assistant-service —
26.4.2.0.0 - idp-celery-service —
26.4.1.0.0 - idp-config-service —
26.4.1.0.0 - idp-db-service —
26.4.1.0.0 - idp-deployment-service —
26.4.1.0.1 - idp-embedding-service —
26.4.1.0.0 - idp-frontend —
26.4.1.0.4 - idp-inference-service —
26.4.2.0.2 - idp-license-key —
26.4.2.0.0 - idp-model-hub —
26.4.1.0.0 - idp-model-service —
26.4.1.0.0 - idp-schedule-service —
26.4.1.0.0 - idp-storage-py —
26.4.1.0.0 - idp-training-service —
26.4.2.0.0 - aihub-modeldrift-service —
26.4.0.1.15 - aihub-detectify-service —
26.4.1.0.0 - aihub-document-grouping-service —
26.4.1.0.0 - ai-hub-ml-inference-gateway —
26.4.12.0.0.0.0
OCR
- ocr-api —
26.4.1.0.0
Summary
- Observability → OpenTelemetry
- Integration → MCP
- Messaging → AMQ SDK
- Deployment → Celery
- Security → Hardened