Categories

Versions

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/queues endpoints 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/queues and similar
    • The front-end by default uses the new v2 endpoints
    • The front-end changed its VITE_API_URL to not include the explicit version anymore (i.e., /api instead of /api/v1/), there's an automatic migration in place in case you upgrade an existing installation
  • Use decodeBase64UTF8 to decode logs
  • Update default license location property format in agent.properties
  • Update management endpoint configurations for prometheus profile (move to /actuator base 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.9 and Spring Cloud to 2025.0.0

License Proxy

๐Ÿ› Bug Fixes

  • Update management endpoint configurations for prometheus profile (move to /actuator base 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.licenseproxy to v2.2.1