What's New in Altair AI Hub 2026.0.1?
Released: January 15th, 2026
Altair AI Hub 2026.0.1 introduces key bug fixes, enhanced log decoding for job logs, improved internationalization, new
/v2/queues endpoints for better queue management, enhanced log decoding, revised Prometheus management endpoints, and
upgrades to core dependencies including Spring Boot and Spring Cloud.
The following describes the enhancements and bug fixes in AI Hub 2026.0.1:
AI Hub Server
๐ Bug Fixes
- Ensure asynchronous handling of user logout and clean up URL parameters
- Add missing translations from changes of 2026.0.0 for Korean, Japanese, and Chinese
- Introduce
/v2/queuesendpoints to overcome path mapping in the v1 endpoint if a queue's name contains slashes which prevented deletion of such queues- This affects endpoints like
/api/v1/queues/{queueName}and similar - The v1 endpoints remain functional for backward compatibility
- New endpoints are available at
/api/v2/queuesand similar - The front-end by default uses the new v2 endpoints
- The front-end changed its
VITE_API_URLto not include the explicit version anymore (i.e.,/apiinstead of/api/v1/), there's an automatic migration in place in case you upgrade an existing installation
- This affects endpoints like
- Use
decodeBase64UTF8to decode logs - Update default license location property format in
agent.properties - Update management endpoint configurations for prometheus profile (move to
/actuatorbase path)
๐งช Dependencies
- Update AI Studio engine to
v12.0.4 - Various dependency updates to latest patch and minor level, most prominently update Spring Boot to
3.5.9and Spring Cloud to2025.0.0
License Proxy
๐ Bug Fixes
- Update management endpoint configurations for prometheus profile (move to
/actuatorbase path)
๐งช๏ธ Dependencies
- Various dependency updates to latest patch and minor level
License Agent
๐งช๏ธ Dependencies
- Various dependency updates to latest patch and minor level
- Update dependency
com.rapidminer.licenseproxytov2.2.1